/linux/drivers/irqchip/ |
A D | qcom-irq-combiner.c | 24 #define REG_SIZE 32 macro 41 return reg * REG_SIZE + bit; in irq_nr() 82 struct combiner_reg *reg = combiner->regs + data->hwirq / REG_SIZE; in combiner_irq_chip_mask_irq() 84 clear_bit(data->hwirq % REG_SIZE, ®->enabled); in combiner_irq_chip_mask_irq() 90 struct combiner_reg *reg = combiner->regs + data->hwirq / REG_SIZE; in combiner_irq_chip_unmask_irq() 92 set_bit(data->hwirq % REG_SIZE, ®->enabled); in combiner_irq_chip_unmask_irq() 186 (reg->bit_width > REG_SIZE)) { in get_registers_cb() 192 vaddr = devm_ioremap(ctx->dev, reg->address, REG_SIZE); in get_registers_cb()
|
/linux/sound/soc/tegra/ |
A D | tegra210_mvc.h | 91 #define REG_SIZE 4 macro 93 #define TEGRA210_MVC_REG_OFFSET(reg, i) (reg + (REG_SIZE * i))
|
A D | tegra210_mvc.c | 181 u8 chan = (mc->reg - TEGRA210_MVC_TARGET_VOL) / REG_SIZE; in tegra210_mvc_get_vol() 217 chan = (reg - TEGRA210_MVC_TARGET_VOL) / REG_SIZE; in tegra210_mvc_put_vol()
|
/linux/drivers/hwmon/ |
A D | ultra45_env.c | 37 #define REG_SIZE 0x42UL macro 264 p->regs = of_ioremap(&op->resource[0], 0, REG_SIZE, "pic16f747"); in env_probe() 288 of_iounmap(&op->resource[0], p->regs, REG_SIZE); in env_probe() 300 of_iounmap(&op->resource[0], p->regs, REG_SIZE); in env_remove()
|
/linux/drivers/pinctrl/qcom/ |
A D | pinctrl-ipq8074.c | 20 #define REG_SIZE 0x1000 macro 39 .ctl_reg = REG_SIZE * id, \ 40 .io_reg = 0x4 + REG_SIZE * id, \ 41 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 42 .intr_status_reg = 0xc + REG_SIZE * id, \ 43 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-ipq6018.c | 20 #define REG_SIZE 0x1000 macro 39 .ctl_reg = REG_SIZE * id, \ 40 .io_reg = 0x4 + REG_SIZE * id, \ 41 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 42 .intr_status_reg = 0xc + REG_SIZE * id, \ 43 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sdx55.c | 20 #define REG_SIZE 0x1000 macro 40 .ctl_reg = REG_SIZE * id, \ 41 .io_reg = 0x4 + REG_SIZE * id, \ 42 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 43 .intr_status_reg = 0xc + REG_SIZE * id, \ 44 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-qcm2290.c | 20 #define REG_SIZE 0x1000 macro 40 .ctl_reg = REG_SIZE * id, \ 41 .io_reg = 0x4 + REG_SIZE * id, \ 42 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 43 .intr_status_reg = 0xc + REG_SIZE * id, \ 44 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-msm8976.c | 23 #define REG_SIZE 0x1000 macro 42 .ctl_reg = REG_BASE + REG_SIZE * id, \ 43 .io_reg = REG_BASE + 0x4 + REG_SIZE * id, \ 44 .intr_cfg_reg = REG_BASE + 0x8 + REG_SIZE * id, \ 45 .intr_status_reg = REG_BASE + 0xc + REG_SIZE * id, \ 46 .intr_target_reg = REG_BASE + 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sdm660.c | 26 #define REG_SIZE 0x1000 macro 54 .ctl_reg = REG_SIZE * id, \ 55 .io_reg = 0x4 + REG_SIZE * id, \ 56 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 57 .intr_status_reg = 0xc + REG_SIZE * id, \ 58 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sm6350.c | 21 #define REG_SIZE 0x1000 macro 40 .ctl_reg = REG_SIZE * id, \ 41 .io_reg = 0x4 + REG_SIZE * id, \ 42 .intr_cfg_reg = 0x8 + REG_SIZE * id, \ 43 .intr_status_reg = 0xc + REG_SIZE * id, \ 44 .intr_target_reg = 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sdm845.c | 24 #define REG_SIZE 0x1000 macro 44 .ctl_reg = base + REG_SIZE * id, \ 45 .io_reg = base + 0x4 + REG_SIZE * id, \ 46 .intr_cfg_reg = base + 0x8 + REG_SIZE * id, \ 47 .intr_status_reg = base + 0xc + REG_SIZE * id, \ 48 .intr_target_reg = base + 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sm8250.c | 32 #define REG_SIZE 0x1000 macro 51 .ctl_reg = REG_SIZE * id, \ 52 .io_reg = REG_SIZE * id + 0x4, \ 53 .intr_cfg_reg = REG_SIZE * id + 0x8, \ 54 .intr_status_reg = REG_SIZE * id + 0xc, \ 55 .intr_target_reg = REG_SIZE * id + 0x8, \
|
A D | pinctrl-msm8996.c | 21 #define REG_SIZE 0x1000 macro 40 .ctl_reg = REG_BASE + REG_SIZE * id, \ 41 .io_reg = REG_BASE + 0x4 + REG_SIZE * id, \ 42 .intr_cfg_reg = REG_BASE + 0x8 + REG_SIZE * id, \ 43 .intr_status_reg = REG_BASE + 0xc + REG_SIZE * id, \ 44 .intr_target_reg = REG_BASE + 0x8 + REG_SIZE * id, \
|
A D | pinctrl-sm8350.c | 21 #define REG_SIZE 0x1000 macro 41 .ctl_reg = REG_SIZE * id, \ 42 .io_reg = REG_SIZE * id + 0x4, \ 43 .intr_cfg_reg = REG_SIZE * id + 0x8, \ 44 .intr_status_reg = REG_SIZE * id + 0xc, \ 45 .intr_target_reg = REG_SIZE * id + 0x8, \
|
A D | pinctrl-sc8180x.c | 48 #define REG_SIZE 0x1000 macro 67 .ctl_reg = REG_SIZE * id + offset, \ 68 .io_reg = REG_SIZE * id + 0x4 + offset, \ 69 .intr_cfg_reg = REG_SIZE * id + 0x8 + offset, \ 70 .intr_status_reg = REG_SIZE * id + 0xc + offset,\ 71 .intr_target_reg = REG_SIZE * id + 0x8 + offset,\
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_init_fw_funcs.c | 1354 #define REG_SIZE sizeof(u32) macro 1371 sizeof(ram_line) / REG_SIZE); in qed_gft_disable() 1489 sizeof(ram_line) / REG_SIZE); in qed_gft_config() 1497 sizeof(ram_line) / REG_SIZE); in qed_gft_config()
|