Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Damipcmcia.h96 #define CISTPL_END 0xff macro
/linux/arch/m68k/amiga/
H A Dpcmcia.c50 while((id != CISTPL_END) && (pos < 0x10000)) { in pcmcia_copy_tuple()
/linux/include/pcmcia/
H A Dcistpl.h47 #define CISTPL_END 0xff macro
/linux/drivers/pcmcia/
H 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()