Searched refs:pls (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | idle.c | 616 unsigned long pls; in power9_idle_stop() 744 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power9_idle_stop() 745 if (likely(pls < deep_spr_loss_state)) { in power9_idle_stop() 764 if (pls >= pnv_first_tb_loss_level) { in power9_idle_stop() 901 unsigned long pls; in power10_idle_stop() 949 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power10_idle_stop() 950 if (likely(pls < deep_spr_loss_state)) { in power10_idle_stop() 966 if (pls >= pnv_first_tb_loss_level) { in power10_idle_stop() 615 unsigned long pls; power9_idle_stop() local 900 unsigned long pls; power10_idle_stop() local
|
| /linux/drivers/staging/nvec/ |
| H A D | nvec_power.c | 77 s16 pls; member 175 power->bat_current_now = res->pls * 1000; in nvec_power_bat_notifier() 178 power->bat_current_avg = res->pls * 1000; in nvec_power_bat_notifier()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ppp.c | 891 struct pppol2tp_session *pls; in pppol2tp_getname() 904 pls = l2tp_session_priv(session); in pppol2tp_getname() 916 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 934 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 952 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 971 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname() 890 struct pppol2tp_session *pls; pppol2tp_getname() local
|
| /linux/net/tipc/ |
| H A D | name_distr.c | 147 * @pls: linked list of publication items to be packed into buffer chain 151 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute() argument 161 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 726 u32 pls, val; in tegra_xudc_device_mode_off() local 742 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off() 747 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off() 853 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local 856 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work() 876 u32 pls; in tegra_xudc_port_reset_war_work() local 882 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work() 884 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work() 886 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work() 3038 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli4.h | 573 uint8_t pls; 572 uint8_t pls; global() member
|
| H A D | lpfc_init.c | 717 phba->sli4_hba.pc_sli4_params.pls = in lpfc_sli4_refresh_params() 6563 "3174 Unable to update pls support, " in lpfc_sli4_async_sli_evt() 13748 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()
|