Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-fifo/
H A Dnlohmann-fifo_git.bb2 HOMEPAGE = "https://github.com/nlohmann/fifo_map"
7 SRC_URI = "git://github.com/nlohmann/fifo_map.git;branch=master;protocol=https"
28 install -m 0644 ${S}/src/fifo_map.hpp ${D}${includedir}
/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1191 u32 fifo_map; member
1431 { 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()
4166 if (hsotg->fifo_map & (1 << i)) in dwc2_hsotg_ep_enable()
4185 hsotg->fifo_map |= 1 << fifo_index; in dwc2_hsotg_ep_enable()
4285 hsotg->fifo_map &= ~(1 << hs_ep->fifo_index); in dwc2_hsotg_ep_disable()
/openbmc/linux/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()