Home
last modified time | relevance | path

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

/linux/drivers/clk/bcm/
H A Dclk-bcm2835.c473 u32 cm_reg; member
835 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_off()
836 (cprman_read(cprman, data->cm_reg) & in bcm2835_pll_divider_off()
855 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_on()
856 cprman_read(cprman, data->cm_reg) & ~data->hold_mask); in bcm2835_pll_divider_on()
878 cm = cprman_read(cprman, data->cm_reg); in bcm2835_pll_divider_set_rate()
879 cprman_write(cprman, data->cm_reg, cm | data->load_mask); in bcm2835_pll_divider_set_rate()
880 cprman_write(cprman, data->cm_reg, cm & ~data->load_mask); in bcm2835_pll_divider_set_rate()
898 regs[0].offset = data->cm_reg; in bcm2835_pll_divider_debug_init()
1698 .cm_reg
[all...]