Home
last modified time | relevance | path

Searched refs:pls (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-hub.c830 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state() local
843 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state()
844 pls != USB_SS_PORT_LS_SS_INACTIVE) { in xhci_hub_report_usb3_link_state()
845 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
851 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
858 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
872 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state()
873 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
877 *status |= pls; in xhci_hub_report_usb3_link_state()
1416 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control() local
[all …]
/linux-6.1.9/arch/powerpc/platforms/powernv/
Didle.c613 unsigned long pls; in power9_idle_stop() local
741 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power9_idle_stop()
742 if (likely(pls < deep_spr_loss_state)) { in power9_idle_stop()
761 if (pls >= pnv_first_tb_loss_level) { in power9_idle_stop()
898 unsigned long pls; in power10_idle_stop() local
946 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power10_idle_stop()
947 if (likely(pls < deep_spr_loss_state)) { in power10_idle_stop()
963 if (pls >= pnv_first_tb_loss_level) { in power10_idle_stop()
/linux-6.1.9/drivers/staging/nvec/
Dnvec_power.c77 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-6.1.9/net/l2tp/
Dl2tp_ppp.c902 struct pppol2tp_session *pls; in pppol2tp_getname() local
915 pls = l2tp_session_priv(session); in pppol2tp_getname()
927 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
945 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
963 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
982 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
/linux-6.1.9/net/tipc/
Dname_distr.c151 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-6.1.9/drivers/usb/gadget/udc/
Dtegra-xudc.c724 u32 pls, val; in tegra_xudc_device_mode_off() local
738 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
743 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
843 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
846 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
866 u32 pls; in tegra_xudc_port_reset_war_work() local
872 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
874 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
876 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work()
3031 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local
[all …]
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli4.h569 uint8_t pls; member
Dlpfc_attr.c3447 phba->sli4_hba.pc_sli4_params.pls); in lpfc_pls_show()
3449 static DEVICE_ATTR(pls, 0444,
4032 (!phba->sli4_hba.pc_sli4_params.pls && in lpfc_topology_store()
Dlpfc_mbox.c587 !(phba->sli4_hba.pc_sli4_params.pls) && in lpfc_init_link()
Dlpfc_init.c712 phba->sli4_hba.pc_sli4_params.pls = in lpfc_sli4_refresh_params()
13837 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()
/linux-6.1.9/Documentation/PCI/
Dpcieaer-howto.rst58 depends on CONFIG_PCIEPORTBUS, so pls. set CONFIG_PCIEPORTBUS=y and