Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315reg.h166 #define AR5315_PLLC_DIV_2(reg) (((reg) & 0x80) >> 7) macro
H A Dar5315_chip.c126 const uint32_t div2 = (AR5315_PLLC_DIV_2(pllc) + 1) * 2; /* results in 2 or 4 */ in ar5315_chip_detect_sys_frequency()