Searched refs:BWFM_CHIP_REG_SR_CONTROL0_ENABLE (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | bwfmreg.h | 40 #define BWFM_CHIP_REG_SR_CONTROL0_ENABLE (1 << 0) macro |
H A D | bwfm.c | 1418 return (reg & BWFM_CHIP_REG_SR_CONTROL0_ENABLE) != 0; in bwfm_chip_sr_capable() |