Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c651 fcp->c_regbase = (ushort_t)value; in fdc_propinit1()
729 outb(fcp->c_regbase + FCR_CCR, ccr); in fdc_propinit2()
731 if ((inb(fcp->c_regbase + FCR_DIR) & in fdc_propinit2()
739 outb(fcp->c_regbase + FCR_CCR, 0); in fdc_propinit2()
777 save = inb(fcp->c_regbase + FCR_SRA); in fdc_enhance_probe()
788 outb(fcp->c_regbase + FCR_SRA, 0x0F); in fdc_enhance_probe()
792 outb(fcp->c_regbase + FCR_SRA, 0x0D); in fdc_enhance_probe()
796 outb(fcp->c_regbase + FCR_SRA, 0x0E); in fdc_enhance_probe()
816 outb(fcp->c_regbase + FCR_SRA, 0x0F); in fdc_enhance_probe()
838 outb(fcp->c_regbase + FCR_SRA, save); in fdc_enhance_probe()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h289 int c_regbase; /* base i/o address */ member