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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Damipcmcia.h96 #define CISTPL_END 0xff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Dpcmcia.c51 while((id != CISTPL_END) && (pos < 0x10000)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_plx.c341 #define CISTPL_END 0xFF macro
365 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) {
405 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END)
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsbpcmcia.h116 #define CISTPL_END 0xff /* End of the CIS tuple chain */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcistpl.h50 #define CISTPL_END 0xff macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dcistpl.c540 link[0] = CISTPL_END;
552 if (link[0] == CISTPL_END) {
1524 if (tuple.TupleCode == CISTPL_END)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmsrom.c3087 if (tup == CISTPL_NULL || tup == CISTPL_END)
3101 } while (tup != CISTPL_END);
3175 if (tup == CISTPL_NULL || tup == CISTPL_END)
3180 if (cis[i] == CISTPL_NULL || cis[i] == CISTPL_END) {
5100 } while (tup != CISTPL_END);

Completed in 87 milliseconds