Home
last modified time | relevance | path

Searched refs:bank_offset (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpio/
A Dgpio-xgene.c40 unsigned long bank_offset; in xgene_gpio_get() local
51 unsigned long bank_offset; in __xgene_gpio_set() local
57 setval = ioread32(chip->base + bank_offset); in __xgene_gpio_set()
62 iowrite32(setval, chip->base + bank_offset); in __xgene_gpio_set()
78 unsigned long bank_offset, bit_offset; in xgene_gpio_get_direction() local
92 unsigned long flags, bank_offset; in xgene_gpio_dir_in() local
100 dirval = ioread32(chip->base + bank_offset); in xgene_gpio_dir_in()
102 iowrite32(dirval, chip->base + bank_offset); in xgene_gpio_dir_in()
113 unsigned long flags, bank_offset; in xgene_gpio_dir_out() local
134 unsigned long bank_offset; in xgene_gpio_suspend() local
[all …]
A Dgpio-zynq.c630 unsigned int bank_offset = gpio->p_data->bank_min[bank_num]; in zynq_gpio_handle_bank_irq() local
638 generic_handle_domain_irq(irqdomain, offset + bank_offset); in zynq_gpio_handle_bank_irq()
/linux/drivers/pinctrl/sunxi/
A Dpinctrl-sunxi.c841 unsigned short bank_offset = bank - pctl->desc->pin_base / in sunxi_pmx_request() local
843 struct sunxi_pinctrl_regulator *s_reg = &pctl->regulators[bank_offset]; in sunxi_pmx_request()
848 if (WARN_ON_ONCE(bank_offset >= ARRAY_SIZE(pctl->regulators))) in sunxi_pmx_request()
887 unsigned short bank_offset = bank - pctl->desc->pin_base / in sunxi_pmx_free() local
889 struct sunxi_pinctrl_regulator *s_reg = &pctl->regulators[bank_offset]; in sunxi_pmx_free()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dwlan.c1484 int bank_offset = get_bank_offset_from_bank_index(i); in wilc_load_mac_from_nv() local
1490 WILC_NVMEM_BANK_BASE + bank_offset, in wilc_load_mac_from_nv()
1497 WILC_NVMEM_BANK_BASE + bank_offset + 4, in wilc_load_mac_from_nv()

Completed in 20 milliseconds