Searched refs:E1000_PHY_LED0_IVRT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c2830 const u32 ledctl_off = E1000_LEDCTL_MODE_LINK_UP | E1000_PHY_LED0_IVRT;
3584 if (led & E1000_PHY_LED0_IVRT)
3585 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3587 data |= (E1000_PHY_LED0_IVRT << (i * 5));
3615 if (led & E1000_PHY_LED0_IVRT)
3616 data &= ~(E1000_PHY_LED0_IVRT << (i * 5));
3618 data |= (E1000_PHY_LED0_IVRT << (i * 5));
H A Ddefines.h279 #define E1000_PHY_LED0_IVRT 0x00000008 macro

Completed in 37 milliseconds