Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.h43 CFG_IPP_DFIFO_PIO_WR = IPP_DFIFO_PIO_WR_EN,
48 IPP_DFIFO_PIO_WR_EN | IPP_PRE_FIFO_PIO_WR_EN)
H A Dnpi_ipp.c455 val |= IPP_DFIFO_PIO_WR_EN; in npi_ipp_write_dfifo()
465 val &= ~IPP_DFIFO_PIO_WR_EN; in npi_ipp_write_dfifo()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp_hw.h96 #define IPP_DFIFO_PIO_WR_EN (1 << 5) macro