Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Di8272A.h42 #define FCR_SRB 0x001 /* only 82077AA (not AT mode) or SMC */ macro
/titanic_41/usr/src/uts/common/io/
H A Dfdc.c589 fcp->c_mode = (inb(fcp->c_regbase + FCR_SRB) & 0x1c) ? in fdc_attach()
789 if (inb(fcp->c_regbase + FCR_SRB) != 0x00) in fdc_enhance_probe()
793 if (inb(fcp->c_regbase + FCR_SRB) != 0x65) in fdc_enhance_probe()
797 result = inb(fcp->c_regbase + FCR_SRB); in fdc_enhance_probe()
817 if (inb(fcp->c_regbase + FCR_SRB) != 0x00) in fdc_enhance_probe()
821 if (inb(fcp->c_regbase + FCR_SRB) != 0x66) in fdc_enhance_probe()
825 result = inb(fcp->c_regbase + FCR_SRB); in fdc_enhance_probe()
1912 enable_code = inb(fcp->c_regbase + FCR_SRB) & FSB_DSDEF; in fdcspdchange()
1914 outb(fcp->c_regbase + FCR_SRB, enable_code | ds_code); in fdcspdchange()