Home
last modified time | relevance | path

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

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h171 #define CISTPL_SYSINIT_ROM 0x02 macro
/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y200 { $$->funcid.sysinit |= CISTPL_SYSINIT_ROM; }
H A Ddump_cis.c155 if (fn->sysinit & CISTPL_SYSINIT_ROM) in print_funcid()