Home
last modified time | relevance | path

Searched refs:ETH_HW_CFG_LEDO_EN_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dif_mugereg.h61 #define ETH_HW_CFG_LEDO_EN_ (0x1UL << 20) macro
H A Dif_muge.c401 val &= ~(ETH_HW_CFG_LEDO_EN_ | ETH_HW_CFG_LED1_EN_); in lan78xx_eeprom_read_raw()
949 hw_reg &= ~(ETH_HW_CFG_LEDO_EN_ | ETH_HW_CFG_LED1_EN_ | in lan78xx_phy_init()
1537 sc->sc_leds = (count > 0) * ETH_HW_CFG_LEDO_EN_ | in muge_set_leds()