Home
last modified time | relevance | path

Searched refs:CISTPL_POWER_IPEAK (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h411 #define CISTPL_POWER_IPEAK 5 macro
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y267 $$.present = CISTPL_POWER_IPEAK;
H A Ddump_cis.c257 if (power->present & (1<<CISTPL_POWER_IPEAK)) { in print_power()
260 print_current(power->param[CISTPL_POWER_IPEAK]); in print_power()