Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h304 #define TXGBE_LEDCTL_SEL(s) MS((s), 0x1) macro
308 #define TXGBE_LEDCTL_ACTIVE (TXGBE_LEDCTL_SEL(4) | TXGBE_LEDCTL_ORD(4))
H A Dtxgbe_hw.c578 led_reg |= TXGBE_LEDCTL_SEL(index); in txgbe_led_on()
601 led_reg &= ~(TXGBE_LEDCTL_SEL(index)); in txgbe_led_off()