Searched refs:cm_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/clk/bcm/ |
| H A D | clk-bcm2835.c | 473 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 = CM_PLLA, [all …]
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-common.c | 31 return readl(ipu->cm_reg + offset); in ipu_cm_read() 36 writel(value, ipu->cm_reg + offset); in ipu_cm_write() 1195 gc->reg_base = ipu->cm_reg; in ipu_irq_init() 1345 ipu->cm_reg = devm_ioremap(&pdev->dev, in ipu_probe() 1351 if (!ipu->cm_reg || !ipu->idmac_reg) in ipu_probe()
|