Searched refs:host_mode (Results 1 – 10 of 10) sorted by relevance
719 if ((pcie_port == 0) && !npei_ctl_status.s.host_mode) { in __cvmx_pcie_rc_initialize_gen1()1238 if (!mio_rst_ctl.s.host_mode) { in __cvmx_pcie_rc_initialize_gen2()1869 int host_mode; in octeon_pcie_setup() local1913 host_mode = npei_ctl_status.s.host_mode; in octeon_pcie_setup()1918 host_mode = mio_rst_ctl.s.host_mode; in octeon_pcie_setup()1922 if (host_mode) { in octeon_pcie_setup()1981 host_mode = 1; in octeon_pcie_setup()1987 host_mode = 0; in octeon_pcie_setup()1992 host_mode = mio_rst_ctl.s.host_mode; in octeon_pcie_setup()1995 if (host_mode) { in octeon_pcie_setup()
125 uint64_t host_mode:1; member137 uint64_t host_mode:1;
3216 uint64_t host_mode:1; member3228 uint64_t host_mode:1;3244 uint64_t host_mode:1; member3256 uint64_t host_mode:1;3276 uint64_t host_mode:1; member3288 uint64_t host_mode:1;3304 uint64_t host_mode:1; member3316 uint64_t host_mode:1;3328 uint64_t host_mode:1; member3340 uint64_t host_mode:1;
746 uint64_t host_mode:1; member750 uint64_t host_mode:1;771 uint64_t host_mode:1; member775 uint64_t host_mode:1;792 uint64_t host_mode:1; member796 uint64_t host_mode:1;
24 static bool host_mode __read_mostly;25 module_param(host_mode, bool, 0444);679 thdev->host_mode = in intel_th_subdevice_alloc()680 INTEL_TH_CAP(th, host_mode_only) ? true : host_mode; in intel_th_subdevice_alloc()777 if ((INTEL_TH_CAP(th, host_mode_only) || host_mode) && in intel_th_populate()1055 if (hub->host_mode) in intel_th_set_output()
84 bool host_mode; member
306 bool host_mode; member1358 dev_dbg(tegra->dev, "host mode %s\n", str_on_off(tegra->host_mode)); in tegra_xhci_id_work()1362 if (tegra->host_mode) in tegra_xhci_id_work()1373 if (tegra->host_mode) { in tegra_xhci_id_work()1442 return ((index == tegra->otg_usb2_port) && tegra->host_mode); in is_host_mode_phy()1449 return ((index == tegra->otg_usb3_port) && tegra->host_mode); in is_host_mode_phy()1480 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify()1481 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify()1483 tegra->host_mode); in tegra_xhci_id_notify()1489 tegra->host_mode = usbphy->last_event == USB_EVENT_ID; in tegra_xhci_id_notify()
121 In order to enable the host mode, set the 'host_mode' parameter of the
2868 enum ath6kl_host_mode host_mode) in ath6kl_wmi_set_host_sleep_mode_cmd() argument2874 if ((host_mode != ATH6KL_HOST_MODE_ASLEEP) && in ath6kl_wmi_set_host_sleep_mode_cmd()2875 (host_mode != ATH6KL_HOST_MODE_AWAKE)) { in ath6kl_wmi_set_host_sleep_mode_cmd()2876 ath6kl_err("invalid host sleep mode: %d\n", host_mode); in ath6kl_wmi_set_host_sleep_mode_cmd()2886 if (host_mode == ATH6KL_HOST_MODE_ASLEEP) { in ath6kl_wmi_set_host_sleep_mode_cmd()
2640 enum ath6kl_host_mode host_mode);