Home
last modified time | relevance | path

Searched refs:fifo_map (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h1025 * @fifo_map: Each bit intend for concrete fifo. If that bit is set,
1178 u32 fifo_map; member
1417 { hsotg->fifo_map = 0; } in dwc2_clear_fifo_map()
H A Dgadget.c318 WARN_ON(hsotg->fifo_map); in dwc2_hsotg_init_fifo()
319 hsotg->fifo_map = 0; in dwc2_hsotg_init_fifo()
4156 if (hsotg->fifo_map & (1 << i)) in dwc2_hsotg_ep_enable()
4175 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
4275 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_disable()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h1040 * @fifo_map: Each bit intend for concrete fifo. If that bit is set,
1191 u32 fifo_map; member
H A Dgadget.c319 WARN_ON(hsotg->fifo_map); in dwc2_hsotg_init_fifo()
320 hsotg->fifo_map = 0; in dwc2_hsotg_init_fifo()
4155 if (hsotg->fifo_map & (1 << i)) in dwc2_hsotg_ep_enable()
4174 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
4274 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_disable()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H A Ds2io.h364 static const int fifo_map[][MAX_TX_FIFOS] = { variable
H A Ds2io.c7785 config->fifo_mapping[i] = fifo_map[config->tx_fifo_num - 1][i]; in s2io_init_nic()
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H A Ds2io.h364 static const int fifo_map[][MAX_TX_FIFOS] = { variable
H A Ds2io.c7780 config->fifo_mapping[i] = fifo_map[config->tx_fifo_num - 1][i]; in s2io_init_nic()

Completed in 40 milliseconds