Searched refs:npcm7xx_gpio (Results 1 – 7 of 7) sorted by relevance
248 } npcm7xx_gpio[] = { variable597 QEMU_BUILD_BUG_ON(ARRAY_SIZE(npcm7xx_gpio) != ARRAY_SIZE(s->gpio)); in npcm7xx_realize()602 npcm7xx_gpio[i].reset_pu, &error_abort); in npcm7xx_realize()604 npcm7xx_gpio[i].reset_pd, &error_abort); in npcm7xx_realize()606 npcm7xx_gpio[i].reset_osrc, &error_abort); in npcm7xx_realize()608 npcm7xx_gpio[i].reset_odsc, &error_abort); in npcm7xx_realize()610 sysbus_mmio_map(SYS_BUS_DEVICE(obj), 0, npcm7xx_gpio[i].regs_addr); in npcm7xx_realize()
80 struct npcm7xx_gpio { struct96 struct npcm7xx_gpio gpio_bank[NPCM7XX_GPIO_BANK_NUM]; argument134 struct npcm7xx_gpio *bank = gpiochip_get_data(chip); in npcmgpio_dbg_show()171 struct npcm7xx_gpio *bank = gpiochip_get_data(chip); in npcmgpio_direction_input()185 struct npcm7xx_gpio *bank = gpiochip_get_data(chip); in npcmgpio_direction_output()200 struct npcm7xx_gpio *bank = gpiochip_get_data(chip); in npcmgpio_gpio_request()221 struct npcm7xx_gpio *bank; in npcmgpio_irq_handler()243 struct npcm7xx_gpio *bank = gpiochip_get_data(gc); in npcmgpio_set_irq_type()291 struct npcm7xx_gpio *bank = gpiochip_get_data(gc); in npcmgpio_irq_ack()302 struct npcm7xx_gpio *bank = gpiochip_get_data(gc); in npcmgpio_irq_mask()[all …]
10 system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_gpio.c'))
3 # npcm7xx_gpio.c
203 'npcm7xx_gpio-test',
[all...]