Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/pnx833x/common/
Dinterrupts.c306 mips_hpt_frequency = 90 + (10 * PNX8335_REGFIELD(CLOCK_PLL_CPU_CTL, FREQ)); in plat_time_init()
/linux-4.4.14/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h47 #define PNX8335_REGFIELD(reg, field) PNX8335_FIELD(PNX8335_##reg, reg, field) macro