Searched refs:c_regbase (Results 1 – 2 of 2) sorted by relevance
589 fcp->c_mode = (inb(fcp->c_regbase + FCR_SRB) & 0x1c) ? in fdc_attach()651 fcp->c_regbase = (ushort_t)value; in fdc_propinit1()722 (inb(fcp->c_regbase + FCR_DIR) & 0x70) == 0) in fdc_propinit2()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()784 outb(fcp->c_regbase + FCR_SRA, FSA_ENA5); in fdc_enhance_probe()785 outb(fcp->c_regbase + FCR_SRA, FSA_ENA5); in fdc_enhance_probe()788 outb(fcp->c_regbase + FCR_SRA, 0x0F); in fdc_enhance_probe()[all …]
289 int c_regbase; /* base i/o address */ member