Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/neterion/
H A Ds2io.h364 static const int fifo_map[][MAX_TX_FIFOS] = { variable
H A Ds2io.c7781 config->fifo_mapping[i] = fifo_map[config->tx_fifo_num - 1][i]; in s2io_init_nic()
/linux/drivers/usb/dwc2/
H A Dgadget.c318 WARN_ON(hsotg->fifo_map); in dwc2_hsotg_init_fifo()
319 hsotg->fifo_map = 0; in dwc2_hsotg_init_fifo()
4169 if (hsotg->fifo_map & (1 << i)) in dwc2_hsotg_ep_enable()
4188 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
4288 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_disable()