Lines Matching refs:io_wr
224 io_wr(struct mss_info *mss, int reg, u_int8_t data) in io_wr() function
766 io_wr(mss, MSS_STATUS, 0); /* Clear interrupt status */ in mss_init()
818 else io_wr(mss, MSS_STATUS, 0); /* Clear interrupt status */ in mss_intr()
828 io_wr(mss, MSS_STATUS, 0); /* Clear interrupt status */ in mss_intr()
855 io_wr(mss, MSS_INDEX, (u_char)(reg & MSS_IDXMASK) | x); in ad_read()
869 io_wr(mss, MSS_INDEX, (u_char)(reg & MSS_IDXMASK) | x); in ad_write()
870 io_wr(mss, MSS_IDATA, data); in ad_write()
928 io_wr(mss, MSS_INDEX, prev | MSS_MCE); in ad_enter_MCE()
947 io_wr(mss, MSS_INDEX, prev & ~MSS_MCE); /* Clear the MCE bit */ in ad_leave_MCE()
1725 io_wr(mss, 0, bits | 0x40); /* config port */
1738 io_wr(mss, 0, bits);