Home
last modified time | relevance | path

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

/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y311 { $$->cftable_entry.io.flags |= CISTPL_IO_16BIT; }
336 { $$->cftable_entry.io.flags |= CISTPL_IO_16BIT; }
H A Dpack_cis.c102 *c = p->flags & (CISTPL_IO_8BIT|CISTPL_IO_16BIT); in pack_io()
H A Ddump_cis.c340 if (io->flags & CISTPL_IO_16BIT) printf(" [16bit]"); in print_cftable_entry()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h431 #define CISTPL_IO_16BIT 0x40 macro