Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.h45 CFG_IPP_DFIFO_PIO_WR = IPP_DFIFO_PIO_WR_EN,
50 IPP_DFIFO_PIO_WR_EN | IPP_PRE_FIFO_PIO_WR_EN)
H A Dnpi_ipp.c465 val |= IPP_DFIFO_PIO_WR_EN; in npi_ipp_write_dfifo()
475 val &= ~IPP_DFIFO_PIO_WR_EN; in npi_ipp_write_dfifo()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h98 #define IPP_DFIFO_PIO_WR_EN (1 << 5) macro