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

/freebsd-11.0-release/sys/dev/pccard/
H A Dpccard_cis.h178 #define CISTPL_END 0xFF macro
H A Dpccard_device.c90 * CISTPL_END is a special case, it has no length field.
92 if (tuple->code == CISTPL_END) {
H A Dpccard_cis.c179 tuple.code = CISTPL_END;
201 } else if (tuple.code == CISTPL_END) {
202 DPRINTF(("CISTPL_END\n ff\n"));
652 case CISTPL_END:
/freebsd-11.0-release/sys/dev/cardbus/
H A Dcardbus_device.c76 * CISTPL_END is a special case, it has no length field.
78 if (id == CISTPL_END) {
H A Dcardbus_cis.c628 } while (tupleid != CISTPL_END);

Completed in 58 milliseconds