Lines Matching refs:dos_inportb
620 return(dos_inportb(Gf1DataHigh));
634 dos_inportb(Gf1TimerControl);
695 dos_inportb(CodecStatus);
700 if ((dos_inportb(CodecRegisterSelect) & 0x80) == 0)
707 if ((dos_inportb(CodecRegisterSelect) & 0x7F) != CODEC_MODE_AND_ID)
709 if ((dos_inportb(CodecData) & 0x0F) == 0)
743 if (dos_inportb(GusBase+0x0A)!=0x55)
746 if (dos_inportb(GusBase+0x0A)!=0xAA)
764 dos_inportb(CodecStatus);
769 if ((dos_inportb(CodecRegisterSelect) & 0x80) == 0)
776 if ((dos_inportb(CodecRegisterSelect) & 0x7F) != CODEC_MODE_AND_ID)
778 if ((dos_inportb(CodecData) & 0x0F) == 0)
804 if (dos_inportb(GusBase+0x0A)!=0x55)
807 if (dos_inportb(GusBase+0x0A)!=0xAA)
937 dos_inportb(CodecStatus);
946 dos_outportb(CodecData,dos_inportb(CodecData) & 0xFC);
954 dos_inportb(CodecData);
959 if ((dos_inportb(CodecRegisterSelect) & 0x80)==0)
968 if (dos_inportb(CodecRegisterSelect)==(CODEC_INTERFACE_CONFIG | 0x40))
982 if ((dos_inportb(CodecRegisterSelect) & 0x80) != 0)
985 if ((dos_inportb(CodecData) & 0x20) == 0)
1224 count = dos_inportb(CountReg);
1225 count += dos_inportb(CountReg) << 8;
1233 count = dos_inportb(CountReg);
1234 count += dos_inportb(CountReg) << 8;