Home
last modified time | relevance | path

Searched refs:windex (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c3460 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument
3491 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3605 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control()
3607 if (!windex || windex > 1) in dwc2_hcd_hub_control()
3702 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1)) in dwc2_hcd_hub_control()
3720 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
3723 retval = dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control()
3805 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control()
3823 typereq, windex, wvalue); in dwc2_hcd_hub_control()
5068 u16 windex, char *buf, u16 wlength)
[all …]
H A Ddwc2_core.h1527 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex);
1556 static inline int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td3630 class ROAddrMode<ComplexPattern windex, ComplexPattern xindex,
3633 ComplexPattern Wpat = windex;