Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dshpchp_hpc.c497 return !(slot_reg & POWER_FAULT); in shpchp_query_power_fault()
540 u32 slot_reg, serr_int; in shpchp_release_ctlr() local
551 slot_reg &= ~SLOT_REG_RSVDZ_MASK; in shpchp_release_ctlr()
799 hp_slot, slot_reg); in shpc_isr()
801 if (slot_reg & MRL_CHANGE_DETECTED) in shpc_isr()
804 if (slot_reg & BUTTON_PRESS_DETECTED) in shpc_isr()
814 slot_reg &= ~SLOT_REG_RSVDZ_MASK; in shpc_isr()
878 u32 tempdword, slot_reg, slot_config; in shpc_init() local
981 hp_slot, slot_reg); in shpc_init()
986 slot_reg &= ~SLOT_REG_RSVDZ_MASK; in shpc_init()
[all …]
/linux-6.15/drivers/regulator/
H A Dwm8350-regulator.c574 int slot_reg; in wm8350_dcdc_set_slot() local
586 slot_reg = WM8350_DCDC1_TIMEOUTS; in wm8350_dcdc_set_slot()
589 slot_reg = WM8350_DCDC2_TIMEOUTS; in wm8350_dcdc_set_slot()
592 slot_reg = WM8350_DCDC3_TIMEOUTS; in wm8350_dcdc_set_slot()
595 slot_reg = WM8350_DCDC4_TIMEOUTS; in wm8350_dcdc_set_slot()
598 slot_reg = WM8350_DCDC5_TIMEOUTS; in wm8350_dcdc_set_slot()
621 int slot_reg; in wm8350_ldo_set_slot() local
633 slot_reg = WM8350_LDO1_TIMEOUTS; in wm8350_ldo_set_slot()
636 slot_reg = WM8350_LDO2_TIMEOUTS; in wm8350_ldo_set_slot()
639 slot_reg = WM8350_LDO3_TIMEOUTS; in wm8350_ldo_set_slot()
[all …]