Searched refs:GP_IO (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 426 aty_st_le32(GP_IO, 0x31003100, info); /* drive outputs high */ in read_aty_sense() 428 aty_st_le32(GP_IO, 0, info); /* turn off outputs */ in read_aty_sense() 430 i = aty_ld_le32(GP_IO, info); /* get primary sense value */ in read_aty_sense() 434 aty_st_le32(GP_IO, 0x20000000, info); /* drive A low */ in read_aty_sense() 436 i = aty_ld_le32(GP_IO, info); in read_aty_sense() 438 aty_st_le32(GP_IO, 0x20002000, info); /* drive A high again */ in read_aty_sense() 441 aty_st_le32(GP_IO, 0x10000000, info); /* drive B low */ in read_aty_sense() 443 i = aty_ld_le32(GP_IO, info); in read_aty_sense() 445 aty_st_le32(GP_IO, 0x10001000, info); /* drive B high again */ in read_aty_sense() 448 aty_st_le32(GP_IO, 0x01000000, info); /* drive C low */ in read_aty_sense() [all …]
|
D | mach64.h | 107 #define GP_IO 0x0078 /* Dword offset 0_1E */ macro
|