Searched refs:EPROM_WP_N (Results 1 – 1 of 1) sorted by relevance
94 #define EPROM_WP_N (1ull << 14) /* EPROM write line */ macro110 read_csr(dd, ASIC_GPIO_OUT) | EPROM_WP_N); in write_enable()113 read_csr(dd, ASIC_GPIO_OE) | EPROM_WP_N); in write_enable()123 read_csr(dd, ASIC_GPIO_OUT) & ~EPROM_WP_N); in write_disable()126 read_csr(dd, ASIC_GPIO_OE) & ~EPROM_WP_N); in write_disable()