Symbol: GET_MIFREG
usr/src/uts/common/io/hme/hme.c
2515
PUT_MIFREG(mif_cfg, GET_MIFREG(mif_cfg) | HME_MIF_CFGBB);
usr/src/uts/common/io/hme/hme.c
2517
PUT_MIFREG(mif_cfg, GET_MIFREG(mif_cfg) & ~HME_MIF_CFGBB);
usr/src/uts/common/io/hme/hme.c
448
x = (GET_MIFREG(mif_cfg) & HME_MIF_CFGM0) ? 1 : 0;
usr/src/uts/common/io/hme/hme.c
450
x = (GET_MIFREG(mif_cfg) & HME_MIF_CFGM1) ? 1 : 0;
usr/src/uts/common/io/hme/hme.c
549
tmp_mif = GET_MIFREG(mif_cfg);
usr/src/uts/common/io/hme/hme.c
578
HMEDELAY((GET_MIFREG(mif_frame) & HME_MIF_FRTA0), 300);
usr/src/uts/common/io/hme/hme.c
579
frame = GET_MIFREG(mif_frame);
usr/src/uts/common/io/hme/hme.c
603
tmp_mif = GET_MIFREG(mif_cfg);
usr/src/uts/common/io/hme/hme.c
632
HMEDELAY((GET_MIFREG(mif_frame) & HME_MIF_FRTA0), 300);
usr/src/uts/common/io/hme/hme.c
633
frame = GET_MIFREG(mif_frame);
usr/src/uts/sun/io/eri/eri.c
2795
GET_MIFREG(mif_cfg));
usr/src/uts/sun/io/eri/eri.c
2797
GET_MIFREG(mif_imask));
usr/src/uts/sun/io/eri/eri.c
2861
mif_status = GET_MIFREG(mif_bsts);
usr/src/uts/sun/io/eri/eri.c
2870
mif_status = GET_MIFREG(mif_bsts);
usr/src/uts/sun/io/eri/eri.c
3286
x = (GET_MIFREG(mif_cfg) & ERI_MIF_CFGM0) ? 1 : 0;
usr/src/uts/sun/io/eri/eri.c
3288
x = (GET_MIFREG(mif_cfg) & ERI_MIF_CFGM1) ? 1 : 0;
usr/src/uts/sun/io/eri/eri.c
3407
frame = GET_MIFREG(mif_frame);
usr/src/uts/sun/io/eri/eri.c
3433
(void) GET_MIFREG(mif_frame);
usr/src/uts/sun/io/eri/eri.c
4700
cfg = GET_MIFREG(mif_cfg);
usr/src/uts/sun/io/eri/eri.c
5506
GET_MIFREG(mif_cfg));
usr/src/uts/sun/io/eri/eri.c
5508
GET_MIFREG(mif_imask));
usr/src/uts/sun/io/eri/eri_mac.h
1344
if (GET_MIFREG(mif_frame) & ERI_MIF_FRTA0) \