Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-hub.c875 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
881 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
888 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
903 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
907 *status |= pls; in xhci_hub_report_usb3_link_state()
1441 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control() local
1445 if (pls == XDEV_U0) in xhci_hub_control()
1447 if (pls == XDEV_U3 || in xhci_hub_control()
1448 pls == XDEV_RESUME || in xhci_hub_control()
1449 pls == XDEV_RECOVERY) { in xhci_hub_control()
[all …]
/drivers/staging/nvec/
A 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()
/drivers/usb/gadget/udc/
A Dtegra-xudc.c723 u32 pls, val; in tegra_xudc_device_mode_off() local
737 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
742 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
849 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
852 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
872 u32 pls; in tegra_xudc_port_reset_war_work() local
878 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
880 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
882 if (pls == PORTSC_PLS_DISABLED) { in tegra_xudc_port_reset_war_work()
3040 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; in __tegra_xudc_handle_port_status() local
[all …]
/drivers/scsi/lpfc/
A Dlpfc_sli4.h569 uint8_t pls; member
A Dlpfc_attr.c3767 phba->sli4_hba.pc_sli4_params.pls); in lpfc_pls_show()
3769 static DEVICE_ATTR(pls, 0444,
4351 (!phba->sli4_hba.pc_sli4_params.pls && in lpfc_topology_store()
A Dlpfc_mbox.c580 !(phba->sli4_hba.pc_sli4_params.pls) && in lpfc_init_link()
A Dlpfc_init.c716 phba->sli4_hba.pc_sli4_params.pls = in lpfc_sli4_refresh_params()
13787 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()

Completed in 57 milliseconds