Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Damipcmcia.h96 #define CISTPL_END 0xff macro
/linux-2.6.39/arch/m68k/amiga/
Dpcmcia.c51 while((id != CISTPL_END) && (pos < 0x10000)) { in pcmcia_copy_tuple()
/linux-2.6.39/drivers/staging/brcm80211/util/
Dsbpcmcia.h110 #define CISTPL_END 0xff /* End of the CIS tuple chain */ macro
Dbcmsrom.c414 if (tup == CISTPL_NULL || tup == CISTPL_END) in srom_parsecis()
420 || cis[i] == CISTPL_END) { in srom_parsecis()
1376 } while (tup != CISTPL_END); in srom_parsecis()
/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_plx.c341 #define CISTPL_END 0xFF in prism2_plx_check_cis() macro
365 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
405 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()
/linux-2.6.39/include/pcmcia/
Dcistpl.h50 #define CISTPL_END 0xff macro
/linux-2.6.39/drivers/pcmcia/
Dcistpl.c539 link[0] = CISTPL_END; in pccard_get_next_tuple()
551 if (link[0] == CISTPL_END) { in pccard_get_next_tuple()
1523 if (tuple.TupleCode == CISTPL_END) in pccard_extract_cis()