Searched refs:cprman_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 334 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() function 356 cprman_write(cprman, CM_TCNTCTL, CM_KILL); in bcm2835_measure_tcnt_mux() 358 cprman_write(cprman, CM_TCNTCTL, in bcm2835_measure_tcnt_mux() 362 cprman_write(cprman, CM_OSCCOUNT, osccount); in bcm2835_measure_tcnt_mux() 391 cprman_write(cprman, CM_TCNTCTL, 0); in bcm2835_measure_tcnt_mux() 618 cprman_write(cprman, data->cm_ctrl_reg, CM_PLL_ANARST); in bcm2835_pll_off() 619 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_off() 632 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_on() 638 cprman_write(cprman, data->cm_ctrl_reg, in bcm2835_pll_on() 654 cprman_write(cprma in bcm2835_pll_on() [all...] |
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 335 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() function 357 cprman_write(cprman, CM_TCNTCTL, CM_KILL); in bcm2835_measure_tcnt_mux() 359 cprman_write(cprman, CM_TCNTCTL, in bcm2835_measure_tcnt_mux() 363 cprman_write(cprman, CM_OSCCOUNT, osccount); in bcm2835_measure_tcnt_mux() 392 cprman_write(cprman, CM_TCNTCTL, 0); in bcm2835_measure_tcnt_mux() 621 cprman_write(cprman, data->cm_ctrl_reg, CM_PLL_ANARST); in bcm2835_pll_off() 622 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_off() 635 cprman_write(cprman, data->a2w_ctrl_reg, in bcm2835_pll_on() 641 cprman_write(cprman, data->cm_ctrl_reg, in bcm2835_pll_on() 657 cprman_write(cprma in bcm2835_pll_on() [all...] |
Completed in 5 milliseconds