Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c853 bge_reg_set32(bgep, ETHERNET_MAC_LED_CONTROL_REG, led_ctrl); in bge_led_mark()
855 bge_reg_clr32(bgep, ETHERNET_MAC_LED_CONTROL_REG, led_ctrl); in bge_led_mark()
857 bge_reg_clr32(bgep, ETHERNET_MAC_LED_CONTROL_REG, led_ctrl); in bge_led_mark()
4948 bge_reg_put32(bgep, ETHERNET_MAC_LED_CONTROL_REG, ledctl); in bge_chip_start()
H A Dbge_hw.h842 #define ETHERNET_MAC_LED_CONTROL_REG 0x040c macro