Home
last modified time | relevance | path

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

/haiku/src/bin/pcmcia-cs/
H A Dyacc_cis.y296 int n = $$->cftable_entry.io.nwin;
297 $$->cftable_entry.io.win[n].base = $3;
298 $$->cftable_entry.io.win[n].len = $5-$3+1;
299 $$->cftable_entry.io.nwin++;
303 int n = $$->cftable_entry.io.nwin;
304 $$->cftable_entry.io.win[n].base = $3;
305 $$->cftable_entry.io.win[n].len = $5-$3+1;
306 $$->cftable_entry.io.nwin++;
309 { $$->cftable_entry.io.flags |= CISTPL_IO_8BIT; }
311 { $$->cftable_entry.io.flags |= CISTPL_IO_16BIT; }
[all …]
H A Dpack_cis.c321 pack_cftable(&p->cftable_entry, b); in pack_tuple()
H A Ddump_cis.c952 print_cftable_entry(&tup->parse.cftable_entry); in print_parse()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h562 cistpl_cftable_entry_t cftable_entry; member