Searched refs:PCMCIA_DSPEED_MASK (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pcmcia/ | ||
H A D | pcmciareg.h | 55 #define PCMCIA_DSPEED_MASK 0x07 macro |
H A D | pcmcia_cis.c | 750 dspeed = reg & PCMCIA_DSPEED_MASK; in pcmcia_parse_cis_tuple() |