Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/bcm/
H A Dclk-bcm2835.c359 cprman_write(cprman, CM_TCNTCTL, in bcm2835_measure_tcnt_mux()
392 cprman_write(cprman, CM_TCNTCTL, 0); in bcm2835_measure_tcnt_mux()
622 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_off()
641 cprman_write(cprman, data->cm_ctrl_reg, in bcm2835_pll_on()
726 cprman_write(cprman, A2W_XOSC_CTRL, in bcm2835_pll_set_rate()
830 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_off()
833 cprman_write(cprman, data->a2w_reg, in bcm2835_pll_divider_off()
846 cprman_write(cprman, data->a2w_reg, in bcm2835_pll_divider_on()
850 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_on()
1065 cprman_write(cprman, data->ctl_reg, in bcm2835_clock_off()
[all …]
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c519 static void cprman_write(void *opaque, hwaddr offset, in cprman_write() function
603 .write = cprman_write,