GPIO_2ND_BANK 128 drivers/gpio/gpio-thunderx.c (bank * GPIO_2ND_BANK) + (value ? GPIO_TX_SET : GPIO_TX_CLR); GPIO_2ND_BANK 187 drivers/gpio/gpio-thunderx.c void __iomem *reg = txgpio->register_base + (bank * GPIO_2ND_BANK) + GPIO_TX_SET; GPIO_2ND_BANK 261 drivers/gpio/gpio-thunderx.c u64 read_bits = readq(txgpio->register_base + (bank * GPIO_2ND_BANK) + GPIO_RX_DAT); GPIO_2ND_BANK 281 drivers/gpio/gpio-thunderx.c writeq(set_bits, txgpio->register_base + (bank * GPIO_2ND_BANK) + GPIO_TX_SET); GPIO_2ND_BANK 282 drivers/gpio/gpio-thunderx.c writeq(clear_bits, txgpio->register_base + (bank * GPIO_2ND_BANK) + GPIO_TX_CLR);