Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.h46 CFG_IPP_PRE_FIFO_PIO_WR = IPP_PRE_FIFO_PIO_WR_EN,
50 IPP_DFIFO_PIO_WR_EN | IPP_PRE_FIFO_PIO_WR_EN)
H A Dnpi_ipp.c409 val |= IPP_PRE_FIFO_PIO_WR_EN; in npi_ipp_write_pfifo()
419 val &= ~IPP_PRE_FIFO_PIO_WR_EN; in npi_ipp_write_pfifo()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h97 #define IPP_PRE_FIFO_PIO_WR_EN (1 << 6) macro