Searched refs:cm_reg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 473 u32 cm_reg; member 830 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_off() 831 (cprman_read(cprman, data->cm_reg) & in bcm2835_pll_divider_off() 850 cprman_write(cprman, data->cm_reg, in bcm2835_pll_divider_on() 851 cprman_read(cprman, data->cm_reg) & ~data->hold_mask); in bcm2835_pll_divider_on() 873 cm = cprman_read(cprman, data->cm_reg); in bcm2835_pll_divider_set_rate() 874 cprman_write(cprman, data->cm_reg, cm | data->load_mask); in bcm2835_pll_divider_set_rate() 875 cprman_write(cprman, data->cm_reg, cm & ~data->load_mask); in bcm2835_pll_divider_set_rate() 893 regs[0].offset = data->cm_reg; in bcm2835_pll_divider_debug_init() 1693 .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() 1233 gc->reg_base = ipu->cm_reg; in ipu_irq_init() 1383 ipu->cm_reg = devm_ioremap(&pdev->dev, in ipu_probe() 1389 if (!ipu->cm_reg || !ipu->idmac_reg) in ipu_probe()
|
H A D | ipu-prv.h | 178 void __iomem *cm_reg; member
|