Lines Matching defs:PIO_REG
1570 #define PIO_REG(h, r) ((h)->pio_address + offsetof(struct device_reg_2xxx, r))
1589 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1590 gpio_data = RD_REG_WORD_PIO(PIO_REG(ha, gpiod));
1600 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1616 WRT_REG_WORD_PIO(PIO_REG(ha, gpiod), gpio_data);
1646 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1647 gpio_data = RD_REG_WORD_PIO(PIO_REG(ha, gpiod));
1656 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1665 WRT_REG_WORD_PIO(PIO_REG(ha, gpiod), gpio_data);
2045 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr);
2047 data = RD_REG_WORD_PIO(PIO_REG(ha, flash_data));
2050 data2 = RD_REG_WORD_PIO(PIO_REG(ha, flash_data));
2104 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr);
2105 WRT_REG_WORD_PIO(PIO_REG(ha, flash_data), (uint16_t)data);