Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/include/asm/
A Damipcmcia.h96 #define CISTPL_END 0xff macro
/linux-6.3-rc2/arch/m68k/amiga/
A Dpcmcia.c51 while((id != CISTPL_END) && (pos < 0x10000)) { in pcmcia_copy_tuple()
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_plx.c340 #define CISTPL_END 0xFF in prism2_plx_check_cis() macro
363 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
403 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()
/linux-6.3-rc2/include/pcmcia/
A Dcistpl.h47 #define CISTPL_END 0xff macro
/linux-6.3-rc2/drivers/pcmcia/
A Dcistpl.c539 link[0] = CISTPL_END; in pccard_get_next_tuple()
551 if (link[0] == CISTPL_END) { in pccard_get_next_tuple()
1529 if (tuple.TupleCode == CISTPL_END) in pccard_extract_cis()

Completed in 13 milliseconds