Searched defs:GET_MIFREG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_common.h348 #define GET_MIFREG(reg) \ macro
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c351 #define GET_MIFREG(reg) \ macro
448 x = (GET_MIFREG(mif_cfg) & HME_MIF_CFGM0) ? 1 : 0;
450 x = (GET_MIFREG(mif_cfg) & HME_MIF_CFGM1) ? 1 : 0;
549 tmp_mif = GET_MIFREG(mif_cfg);
578 HMEDELAY((GET_MIFREG(mif_frame) & HME_MIF_FRTA0), 300);
579 frame = GET_MIFREG(mif_frame);
603 tmp_mif = GET_MIFREG(mif_cfg);
632 HMEDELAY((GET_MIFREG(mif_frame) & HME_MIF_FRTA0), 300);
633 frame = GET_MIFREG(mif_frame);
2516 PUT_MIFREG(mif_cfg, GET_MIFREG(mif_cf
[all...]

Completed in 50 milliseconds