Searched refs:windex (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/soc/ti/ |
H A D | k3-ringacc.c | 132 u32 windex; member 1060 ring->state.free, ring->state.windex, ring->state.occ, in k3_ringacc_ring_access_io() 1111 if (ring->state.windex >= ring->state.occ) in k3_dmaring_fwd_pop() 1112 elem_idx = ring->state.windex - ring->state.occ; in k3_dmaring_fwd_pop() 1114 elem_idx = ring->size - (ring->state.occ - ring->state.windex); in k3_dmaring_fwd_pop() 1124 __func__, ring->state.occ, ring->state.windex, elem_idx, in k3_dmaring_fwd_pop() 1159 elem_ptr = k3_ringacc_get_elm_addr(ring, ring->state.windex); in k3_ringacc_ring_push_mem() 1168 ring->state.windex = (ring->state.windex + 1) % ring->size; in k3_ringacc_ring_push_mem() 1173 ring->state.free, ring->state.windex); in k3_ringacc_ring_push_mem() 1203 ring->state.free, ring->state.windex); in k3_ringacc_ring_push() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 577 #define get_pipe_by_windex(windex) ((windex & USB_ENDPOINT_NUMBER_MASK) \ argument 578 * 2 + ((windex & USB_DIR_IN) ? 1 : 0))
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 3271 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument 3282 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend() 3383 u16 wvalue, u16 windex, char *buf, u16 wlength) in dwc2_hcd_hub_control() argument 3413 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3528 "GetPortStatus wIndex=0x%04x flags=0x%08x\n", windex, in dwc2_hcd_hub_control() 3530 if (!windex || windex > 1) in dwc2_hcd_hub_control() 3618 if (wvalue != USB_PORT_FEAT_TEST && (!windex || windex > 1)) in dwc2_hcd_hub_control() 3634 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control() 3637 retval = dwc2_port_suspend(hsotg, windex); in dwc2_hcd_hub_control() 3719 hprt0 |= (windex >> 8) << HPRT0_TSTCTL_SHIFT; in dwc2_hcd_hub_control() [all …]
|
H A D | core.h | 1487 int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex); 1514 static inline int dwc2_port_suspend(struct dwc2_hsotg *hsotg, u16 windex) in dwc2_port_suspend() argument
|
H A D | gadget.c | 1577 u32 windex) in ep_from_windex() argument 1579 int dir = (windex & USB_DIR_IN) ? 1 : 0; in ep_from_windex() 1580 int idx = windex & 0x7F; in ep_from_windex() 1582 if (windex >= 0x100) in ep_from_windex()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | ep0.c | 308 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local 311 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep() 312 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | ep0.c | 313 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local 316 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep() 317 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()
|
/openbmc/openbmc/poky/scripts/ |
H A D | combo-layer | 954 windex = wdir + ".index" 960 wenv["GIT_INDEX_FILE"] = windex
|
/openbmc/linux/sound/usb/ |
H A D | quirks.c | 1748 u16 windex) in pioneer_djm_set_format_quirk() argument 1760 0x01, 0x22, 0x0100, windex, &sr, 0x0003); in pioneer_djm_set_format_quirk()
|
H A D | mixer_quirks.c | 3072 static const char *snd_djm_get_label(u8 device_idx, u16 wvalue, u16 windex) in snd_djm_get_label() argument 3074 switch (windex) { in snd_djm_get_label()
|