Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dbwireg.h129 #define BWI_CLOCK_INFO_FDIV (0xffff << 16) /* freq divisor */ macro
H A Dbwi.c6890 div = (__SHIFTOUT(val, BWI_CLOCK_INFO_FDIV) + 1) << 2; in bwi_get_clock_freq()