Home
last modified time | relevance | path

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

/linux-3.3/drivers/pci/hotplug/
Dshpchp_hpc.c386 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_attention_status() local
387 u8 state = (slot_reg & ATN_LED_STATE_MASK) >> ATN_LED_STATE_SHIFT; in hpc_get_attention_status()
410 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_power_status() local
411 u8 state = (slot_reg & SLOT_STATE_MASK) >> SLOT_STATE_SHIFT; in hpc_get_power_status()
435 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_latch_status() local
437 *status = !!(slot_reg & MRL_SENSOR); /* 0 -> close; 1 -> open */ in hpc_get_latch_status()
445 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_status() local
446 u8 state = (slot_reg & PRSNT_MASK) >> PRSNT_SHIFT; in hpc_get_adapter_status()
466 u32 slot_reg = shpc_readl(ctrl, SLOT_REG(slot->hp_slot)); in hpc_get_adapter_speed() local
467 u8 m66_cap = !!(slot_reg & MHZ66_CAP); in hpc_get_adapter_speed()
[all …]
/linux-3.3/drivers/regulator/
Dwm8350-regulator.c845 int slot_reg; in wm8350_dcdc_set_slot() local
857 slot_reg = WM8350_DCDC1_TIMEOUTS; in wm8350_dcdc_set_slot()
860 slot_reg = WM8350_DCDC2_TIMEOUTS; in wm8350_dcdc_set_slot()
863 slot_reg = WM8350_DCDC3_TIMEOUTS; in wm8350_dcdc_set_slot()
866 slot_reg = WM8350_DCDC4_TIMEOUTS; in wm8350_dcdc_set_slot()
869 slot_reg = WM8350_DCDC5_TIMEOUTS; in wm8350_dcdc_set_slot()
872 slot_reg = WM8350_DCDC6_TIMEOUTS; in wm8350_dcdc_set_slot()
878 val = wm8350_reg_read(wm8350, slot_reg) & in wm8350_dcdc_set_slot()
881 wm8350_reg_write(wm8350, slot_reg, in wm8350_dcdc_set_slot()
892 int slot_reg; in wm8350_ldo_set_slot() local
[all …]