Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pccard/
H A Dpccard_cis.h180 #define CISTPL_END 0xFF macro
H A Dpccard_device.c93 if (tuple->code == CISTPL_END) { in pccard_build_cis()
H A Dpccard_cis.c181 tuple.code = CISTPL_END; in pccard_scan_cis()
203 } else if (tuple.code == CISTPL_END) { in pccard_scan_cis()
654 case CISTPL_END: in pccard_parse_cis_tuple()
/freebsd-13.1/sys/dev/cardbus/
H A Dcardbus_device.c79 if (id == CISTPL_END) { in cardbus_build_cis()
H A Dcardbus_cis.c634 } while (tupleid != CISTPL_END); in cardbus_parse_cis()