Searched refs:BYPASS_WE (Results 1 – 3 of 3) sorted by relevance
215 cmd = (by_ctl & ~event) | BYPASS_WE | action; in ixgbe_bypass_set_generic()251 cmd = BYPASS_PAGE_CTL2 | BYPASS_WE; in ixgbe_bypass_rd_eep_generic()260 cmd &= ~BYPASS_WE; in ixgbe_bypass_rd_eep_generic()
290 cmd = BYPASS_PAGE_CTL2 | BYPASS_WE; in ixgbe_bypass_ver_show()301 cmd &= ~BYPASS_WE; in ixgbe_bypass_ver_show()359 cmd = BYPASS_PAGE_CTL1 | BYPASS_WE | BYPASS_CTL1_WDT_PET; in ixgbe_bypass_wd_reset()
17 #define BYPASS_WE 0x20000000 macro