Home
last modified time | relevance | path

Searched refs:BWI_CLOCK_INFO_FDIV (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwireg.h129 #define BWI_CLOCK_INFO_FDIV __BITS(31, 16) /* freq divisor */ macro
H A Dif_bwi.c1082 div = (__SHIFTOUT(val, BWI_CLOCK_INFO_FDIV) + 1) << 2; in bwi_get_clock_freq()