Home
last modified time | relevance | path

Searched refs:E1000_STATUS_PHYRA (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h222 #define E1000_STATUS_PHYRA 0x00000400 /* PHY Reset Asserted */ macro
H A Dich8lan.c5771 if (status & E1000_STATUS_PHYRA) in e1000_get_cfg_done_ich8lan()
5772 ew32(STATUS, status & ~E1000_STATUS_PHYRA); in e1000_get_cfg_done_ich8lan()
/openbmc/qemu/hw/net/
H A De1000x_regs.h586 #define E1000_STATUS_PHYRA 0x00000400 /* PHY Reset Asserted */ macro
H A De1000e_core.c1839 core->mac[STATUS] |= E1000_STATUS_PHYRA; in e1000e_set_ctrl()
2325 if ((val & E1000_STATUS_PHYRA) == 0) { in e1000e_set_status()
2326 core->mac[index] &= ~E1000_STATUS_PHYRA; in e1000e_set_status()
H A Digb_core.c2188 core->mac[STATUS] |= E1000_STATUS_PHYRA; in igb_set_ctrl()
2724 if ((val & E1000_STATUS_PHYRA) == 0) { in igb_set_status()
2725 core->mac[index] &= ~E1000_STATUS_PHYRA; in igb_set_status()
4388 [STATUS] = E1000_STATUS_PHYRA | BIT(31),