Home
last modified time | relevance | path

Searched refs:slot_reg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dshpchp_hpc.c368 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_attention_status() local
369 u8 state = (slot_reg & ATN_LED_STATE_MASK) >> ATN_LED_STATE_SHIFT; in hpc_get_attention_status()
392 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_power_status() local
393 u8 state = (slot_reg & SLOT_STATE_MASK) >> SLOT_STATE_SHIFT; in hpc_get_power_status()
417 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_latch_status() local
419 *status = !!(slot_reg & MRL_SENSOR); /* 0 -> close; 1 -> open */ in hpc_get_latch_status()
427 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_status() local
428 u8 state = (slot_reg & PRSNT_MASK) >> PRSNT_SHIFT; in hpc_get_adapter_status()
448 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_speed() local
449 u8 m66_cap = !!(slot_reg in hpc_get_adapter_speed()
517 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); hpc_query_power_fault() local
563 u32 slot_reg, serr_int; hpc_release_ctlr() local
775 u32 serr_int, slot_reg, intr_loc, intr_loc2; shpc_isr() local
924 u32 tempdword, slot_reg, slot_config; shpc_init() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dshpchp_hpc.c363 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_attention_status() local
364 u8 state = (slot_reg & ATN_LED_STATE_MASK) >> ATN_LED_STATE_SHIFT; in hpc_get_attention_status()
387 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_power_status() local
388 u8 state = (slot_reg & SLOT_STATE_MASK) >> SLOT_STATE_SHIFT; in hpc_get_power_status()
412 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_latch_status() local
414 *status = !!(slot_reg & MRL_SENSOR); /* 0 -> close; 1 -> open */ in hpc_get_latch_status()
422 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_status() local
423 u8 state = (slot_reg & PRSNT_MASK) >> PRSNT_SHIFT; in hpc_get_adapter_status()
443 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_speed() local
444 u8 m66_cap = !!(slot_reg in hpc_get_adapter_speed()
495 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); hpc_query_power_fault() local
541 u32 slot_reg, serr_int; hpc_release_ctlr() local
753 u32 serr_int, slot_reg, intr_loc, intr_loc2; shpc_isr() local
901 u32 tempdword, slot_reg, slot_config; shpc_init() local
[all...]
/kernel/linux/linux-5.10/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()
601 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
607 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
610 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
621 int slot_reg; in wm8350_ldo_set_slot() local
[all...]
/kernel/linux/linux-6.6/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()
601 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
607 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
610 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
621 int slot_reg; in wm8350_ldo_set_slot() local
[all...]

Completed in 5 milliseconds