Lines Matching refs:GP_IO
605 aty_st_le32(GP_IO, 0x31003100, par); /* drive outputs high */ in read_aty_sense()
607 aty_st_le32(GP_IO, 0, par); /* turn off outputs */ in read_aty_sense()
609 i = aty_ld_le32(GP_IO, par); /* get primary sense value */ in read_aty_sense()
613 aty_st_le32(GP_IO, 0x20000000, par); /* drive A low */ in read_aty_sense()
615 i = aty_ld_le32(GP_IO, par); in read_aty_sense()
617 aty_st_le32(GP_IO, 0x20002000, par); /* drive A high again */ in read_aty_sense()
620 aty_st_le32(GP_IO, 0x10000000, par); /* drive B low */ in read_aty_sense()
622 i = aty_ld_le32(GP_IO, par); in read_aty_sense()
624 aty_st_le32(GP_IO, 0x10001000, par); /* drive B high again */ in read_aty_sense()
627 aty_st_le32(GP_IO, 0x01000000, par); /* drive C low */ in read_aty_sense()
629 sense |= (aty_ld_le32(GP_IO, par) & 0x3000) >> 12; in read_aty_sense()
630 aty_st_le32(GP_IO, 0, par); /* turn off outputs */ in read_aty_sense()