Searched refs:BWI_CLOCK_INFO_FDIV (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | bwireg.h | 129 #define BWI_CLOCK_INFO_FDIV (0xffff << 16) /* freq divisor */ macro |
H A D | bwi.c | 6890 div = (__SHIFTOUT(val, BWI_CLOCK_INFO_FDIV) + 1) << 2; in bwi_get_clock_freq() |