Home
last modified time | relevance | path

Searched refs:der_path (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Di8237A.c342 if (dmaereqp->der_path && in d37A_prog_chan()
343 dmaereqp->der_path != DMAE_PATH_8) { in d37A_prog_chan()
357 if (dmaereqp->der_path && in d37A_prog_chan()
358 dmaereqp->der_path != DMAE_PATH_16) { in d37A_prog_chan()
431 if (dmaereqp->der_path && dmaereqp->der_path != DMAE_PATH_8) { in d37A_dma_swsetup()
445 if (dmaereqp->der_path && dmaereqp->der_path != DMAE_PATH_16) { in d37A_dma_swsetup()
612 d37A_chnl_path[chnl] = dmaereqp->der_path; in d37A_set_mode()
614 switch (dmaereqp->der_path) { in d37A_set_mode()
/titanic_41/usr/src/uts/common/sys/
H A Ddma_engine.h60 uchar_t der_path; /* 8/16/32 */ member