Searched refs:NXGE_NPI_PIO_WRITE64 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 246 #define NXGE_NPI_PIO_WRITE64(npi_handle, offset, data) \ macro 250 #define NXGE_NPI_PIO_WRITE64(npi_handle, offset, data) \ macro 336 NXGE_NPI_PIO_WRITE64(handle, (offset), (val));\ 346 NXGE_NPI_PIO_WRITE64(handle, offset, (val));\ 351 NXGE_NPI_PIO_WRITE64(handle, (offset), (val));\
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 1859 NXGE_NPI_PIO_WRITE64(nxgep->npi_handle, reg, buf[1]); in nxge_put64()
|