Home
last modified time | relevance | path

Searched refs:fifo_map (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/usb/dwc2/
Dcore.h1200 u32 fifo_map; member
1437 { hsotg->fifo_map = 0; } in dwc2_clear_fifo_map()
Dgadget.c319 WARN_ON(hsotg->fifo_map); in dwc2_hsotg_init_fifo()
320 hsotg->fifo_map = 0; in dwc2_hsotg_init_fifo()
4145 if (hsotg->fifo_map & (1 << i)) in dwc2_hsotg_ep_enable()
4164 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
4264 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_disable()
/Linux-v5.15/drivers/net/ethernet/neterion/
Ds2io.h364 static const int fifo_map[][MAX_TX_FIFOS] = { variable
Ds2io.c7785 config->fifo_mapping[i] = fifo_map[config->tx_fifo_num - 1][i]; in s2io_init_nic()