Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pcmcia/
Dpcmciareg.h182 #define PCMCIA_CISTPL_END 0xFF macro
Dpcmcia_cis.c207 tuple.code = PCMCIA_CISTPL_END; in pcmcia_scan_cis()
221 } else if (tuple.code == PCMCIA_CISTPL_END) { in pcmcia_scan_cis()
713 case PCMCIA_CISTPL_END: in pcmcia_parse_cis_tuple()
/netbsd/src/sys/dev/cardbus/
Dcardbus.c271 if (tuples[n] == PCMCIA_CISTPL_END) in cardbus_read_tuples()
948 case PCMCIA_CISTPL_END: in decode_tuple()
963 if (type == PCMCIA_CISTPL_END || tuple + len == end) in decode_tuple()
/netbsd/src/sys/dev/sdmmc/
Dsdmmc_cis.c221 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { in sdmmc_read_cis()
Dif_bwi_sdio.c227 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { in bwi_sdio_parse_cis()