Searched refs:cprman_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/clk/bcm/ |
| D | clk-bcm2835.c | 333 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() function 355 cprman_write(cprman, CM_TCNTCTL, CM_KILL); in bcm2835_measure_tcnt_mux() 357 cprman_write(cprman, CM_TCNTCTL, in bcm2835_measure_tcnt_mux() 361 cprman_write(cprman, CM_OSCCOUNT, osccount); in bcm2835_measure_tcnt_mux() 390 cprman_write(cprman, CM_TCNTCTL, 0); in bcm2835_measure_tcnt_mux() 602 cprman_write(cprman, data->cm_ctrl_reg, CM_PLL_ANARST); in bcm2835_pll_off() 603 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_off() 616 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_on() 622 cprman_write(cprman, data->cm_ctrl_reg, in bcm2835_pll_on() 638 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_on() [all …]
|