Searched refs:ASIC_GPIO_OE (Results 1 – 3 of 3) sorted by relevance
112 write_csr(dd, ASIC_GPIO_OE, in write_enable()113 read_csr(dd, ASIC_GPIO_OE) | EPROM_WP_N); in write_enable()125 write_csr(dd, ASIC_GPIO_OE, in write_disable()126 read_csr(dd, ASIC_GPIO_OE) & ~EPROM_WP_N); in write_disable()
432 #define ASIC_GPIO_OE (ASIC + 0x000000000208) macro
9474 write_csr(dd, ASIC_GPIO_OE, 0); in reset_asic_csrs()