Home
last modified time | relevance | path

Searched refs:CISTPL_CONFIG (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Ddump_cisreg.c269 arg.tuple.DesiredTuple = CISTPL_CONFIG; in main()
H A Dyacc_cis.y123 { $$ = new_tuple(CISTPL_CONFIG, $1); }
H A Ddump_cis.c817 if (code == CISTPL_CONFIG) in print_config()
947 case CISTPL_CONFIG: in print_parse()
H A Dpack_cis.c294 case CISTPL_CONFIG: in pack_tuple()
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h53 #define CISTPL_CONFIG 0x1a macro