Searched refs:PCMCIA_TPCC_RFSZ_MASK (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pcmcia/ | ||
H A D | pcmciareg.h | 88 #define PCMCIA_TPCC_RFSZ_MASK 0xC0 macro |
H A D | pcmcia_cis.c | 918 rfsz = ((reg & PCMCIA_TPCC_RFSZ_MASK) >> in pcmcia_parse_cis_tuple() |