Lines Matching refs:regs
30 GPIO_PRT_Type *regs; member
45 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_config()
95 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_port_get_raw()
109 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_port_set_masked_raw()
120 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_port_set_bits_raw()
131 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_port_clear_bits_raw()
142 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_port_toggle_bits()
155 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_pin_interrupt_configure()
195 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_isr()
225 GPIO_PRT_Type * const port = cfg->regs; in gpio_psoc6_get_pending_int()
260 .regs = (GPIO_PRT_Type *)DT_INST_REG_ADDR(n), \