Searched refs:hs_led_plat_en (Results 1 – 2 of 2) sorted by relevance
1242 if (!slot_p->hs_led_plat_en[idx]) in pciehpc_calc_logical_led()1354 bzero(slot_p->hs_led_plat_en, sizeof (slot_p->hs_led_plat_en)); in pciehpc_led_init()1382 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_led_init()1593 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_slotinfo_init()1723 bzero(slot_p->hs_led_plat_en, sizeof (slot_p->hs_led_plat_en)); in pciehpc_enable_state_sync_leds()1728 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_enable_state_sync_leds()1729 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_enable_state_sync_leds()1733 slot_p->hs_led_plat_en[PCIE_LL_BASE] = true; in pciehpc_enable_state_sync_leds()2200 slot_p->hs_led_plat_en[PCIE_LL_POWERED] = true; in pciehpc_slot_noctrl_active()2201 slot_p->hs_led_plat_en[PCIE_LL_POWER_FAULT] = false; in pciehpc_slot_noctrl_active()[all …]
310 bool hs_led_plat_en[PCIEHPC_LED_NSTATES]; member