Searched refs:CPU_CLOCK (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/clk/tegra/
H A Dclk-tegra20.c118 #define CPU_CLOCK(cpu) (0x1 << (8 + cpu)) macro
908 writel(reg & ~CPU_CLOCK(cpu),
919 writel(reg | CPU_CLOCK(cpu),
H A Dclk-tegra30.c119 #define CPU_CLOCK(cpu) (0x1 << (8 + cpu)) macro
1088 writel(CPU_CLOCK(cpu),
1098 writel(reg | CPU_CLOCK(cpu),
/linux-master/drivers/nvmem/
H A Dsunplus-ocotp.c40 #define CPU_CLOCK FIELD_PREP(OTP_RD_PERIOD, 30) macro
102 writel((readl(otp->base[OTPRX] + OTP_CONTROL_2) & OTP_RD_PERIOD_MASK) | CPU_CLOCK,

Completed in 188 milliseconds