Searched refs:PCMCIA_TPCC_RMSZ_MASK (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pcmcia/ | ||
H A D | pcmciareg.h | 86 #define PCMCIA_TPCC_RMSZ_MASK 0x3C macro |
H A D | pcmcia_cis.c | 916 rmsz = 1 + ((reg & PCMCIA_TPCC_RMSZ_MASK) >> in pcmcia_parse_cis_tuple() |