Home
last modified time | relevance | path

Searched refs:vcc (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h475 cistpl_power_t vcc, vpp1, vpp2; member
496 cistpl_power_t vcc, vpp1, vpp2; member
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c305 if (entry->vcc.present) in print_cftable_entry()
306 print_power("Vcc", &entry->vcc); in print_cftable_entry()
406 if (entry->vcc.present) in print_cftable_entry_cb()
407 print_power("Vcc", &entry->vcc); in print_cftable_entry_cb()
H A Dpack_cis.c180 if (p->vcc.present) { in pack_cftable()
181 b[4]++; c += pack_power(&p->vcc, c); in pack_cftable()
H A Dyacc_cis.y376 { $$->cftable_entry.vcc = $3; }