Searched refs:membase (Results 1 – 9 of 9) sorted by relevance
326 hal_writel(1 << status_idx, gpio_desc->membase + reg); in gpio_irq_ack()365 regval = hal_readl(gpio_desc->membase + reg); in gpio_irq_set_type()400 val = hal_readl(gpio_desc->membase + reg); in gpio_irq_handle()483 reg = hal_readl(gpio_desc->membase + offset); in gpio_conf_set()716 temp = hal_readl(gpio_desc->membase + POWER_MODE_SEL); in hal_gpio_sel_vol_mode()758 reg_val = hal_readl(gpio_desc->membase + reg); in hal_gpio_set_debounce()769 hal_writel(reg_val, gpio_desc->membase + reg); in hal_gpio_set_debounce()908 val = hal_readl(gpio_desc->membase + reg); in hal_gpio_irq_enable()1004 val = hal_readl(gpio_desc->membase + reg); in hal_gpio_irq_disable()1063 hal_writel(0, gpio_desc->membase + in hal_gpio_init()[all …]
199 const unsigned long membase; member
75 .membase = SUNXI_GPIO_PBASE,103 .membase = SUXNI_GPIO_R_PBASE,
62 .membase = SUNXI_GPIO_R_PBASE,
67 .membase = SUNXI_GPIO_PBASE,
72 .membase = SUNXI_GPIO_PBASE,
502 void *membase; in cmd_dmic_dump() local505 membase = (void *)SUNXI_DMIC_MEMBASE ; in cmd_dmic_dump()511 snd_readl(membase + reg_labels[i].address)); in cmd_dmic_dump()
930 void *membase; in cmd_spdif_dump() local933 membase = (void *)SUNXI_SPDIF_MEMBASE; in cmd_spdif_dump()939 snd_readl(membase + reg_labels[i].address)); in cmd_spdif_dump()
1220 void *membase; in cmd_daudio_dump() local1226 membase = (void *)SUNXI_DAUDIO_BASE + (0x1000 * daudio_num); in cmd_daudio_dump()1232 snd_readl(membase + reg_labels[i].address)); in cmd_daudio_dump()
Completed in 20 milliseconds