Searched refs:mask_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm/mach-omap1/ |
| H A D | mux.h | 29 .mask_offset = mode_offset, \ 43 .mask_offset = mode_offset, \ 54 .mask_offset = mode_offset, \ 66 .mask_offset = mode_offset, \ 109 const unsigned char mask_offset; member
|
| H A D | mux.c | 302 mask = (0x7 << cfg->mask_offset); in omap1_cfg_reg() 306 tmp2 = (cfg->mask << cfg->mask_offset); in omap1_cfg_reg()
|
| /linux/arch/arm/mach-davinci/ |
| H A D | mux.h | 18 const unsigned char mask_offset; member 265 .mask_offset = mode_offset, \ 276 .mask_offset = mode_offset, \ 287 .mask_offset = mode_offset, \
|
| H A D | mux.c | 70 mask = (cfg->mask << cfg->mask_offset); in davinci_cfg_reg() 74 tmp2 = (cfg->mode << cfg->mask_offset); in davinci_cfg_reg()
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pa_pmu.c | 56 u32 mask_offset; member 238 val = readl(pa_pmu->base + regs->mask_offset); in hisi_pa_pmu_enable_counter_int() 240 writel(val, pa_pmu->base + regs->mask_offset); in hisi_pa_pmu_enable_counter_int() 250 val = readl(pa_pmu->base + regs->mask_offset); in hisi_pa_pmu_disable_counter_int() 252 writel(val, pa_pmu->base + regs->mask_offset); in hisi_pa_pmu_disable_counter_int() 357 .mask_offset = PA_INT_MASK, 391 .mask_offset = H60PA_INT_MASK,
|
| /linux/arch/arm/plat-orion/ |
| H A D | gpio.c | 47 int mask_offset; member 84 return ochip->base + ochip->mask_offset + GPIO_EDGE_MASK_OFF; in GPIO_EDGE_MASK() 89 return ochip->base + ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in GPIO_LEVEL_MASK() 521 void __iomem *base, int mask_offset, in orion_gpio_init() argument 554 ochip->mask_offset = mask_offset; in orion_gpio_init() 583 ct->regs.mask = ochip->mask_offset + GPIO_LEVEL_MASK_OFF; in orion_gpio_init() 591 ct->regs.mask = ochip->mask_offset + GPIO_EDGE_MASK_OFF; in orion_gpio_init()
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-microchip-host.c | 137 .mask_offset = PCIE_EVENT_INT, \ 144 .mask_offset = SEC_ERROR_INT_MASK, \ 151 .mask_offset = DED_ERROR_INT_MASK, \ 158 .mask_offset = IMASK_LOCAL, \ 263 u32 mask_offset; member 438 addr += event_descs[event].mask_offset; in mc_mask_event_irq() 473 addr += event_descs[event].mask_offset; in mc_unmask_event_irq()
|
| /linux/arch/arm/plat-orion/include/plat/ |
| H A D | orion-gpio.h | 34 void __iomem *base, int mask_offset,
|