Home
last modified time | relevance | path

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

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h409 #define CISTPL_POWER_ISTATIC 3 macro
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y257 $$.present = CISTPL_POWER_ISTATIC;
H A Ddump_cis.c248 if (power->present & (1<<CISTPL_POWER_ISTATIC)) { in print_power()
250 print_current(power->param[CISTPL_POWER_ISTATIC]); in print_power()