Searched refs:mode_idx (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_access.c | 861 lm_status_t lm_set_led_mode(struct _lm_device_t *pdev, u32_t port_idx, u32_t mode_idx) in lm_set_led_mode() argument 869 REG_WR(pdev, NIG_REG_LED_MODE_P0, mode_idx); in lm_set_led_mode() 872 REG_WR(pdev, NIG_REG_LED_MODE_P1, mode_idx); in lm_set_led_mode() 879 …(NULL, INFORM, "lm_set_led_mode() wrote to NIG_REG_LED_MODE (port %d) 0x%x\n", port_idx, mode_idx); in lm_set_led_mode()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 1174 lm_set_led_mode(struct _lm_device_t *pdev, u32_t port_idx, u32_t mode_idx);
|