Searched refs:BIOS_0_SCRATCH (Results 1 – 6 of 6) sorted by relevance
301 case BIOS_0_SCRATCH ... BUS_CNTL - 1: in ati_mm_read()303 int i = (addr - BIOS_0_SCRATCH) / 4; in ati_mm_read()308 addr - (BIOS_0_SCRATCH + i * 4), size); in ati_mm_read()558 case BIOS_0_SCRATCH ... BUS_CNTL - 1: in ati_mm_write()560 int i = (addr - BIOS_0_SCRATCH) / 4; in ati_mm_write()565 addr - (BIOS_0_SCRATCH + i * 4), data, size); in ati_mm_write()
33 #define BIOS_0_SCRATCH 0x0010 macro
15 #define BIOS_0_SCRATCH 0x0010 macro
407 #define BIOS_0_SCRATCH 0x0010 macro
614 val = aty_ld_le32(BIOS_0_SCRATCH); in register_test()616 aty_st_le32(BIOS_0_SCRATCH, 0x55555555); in register_test()617 if (aty_ld_le32(BIOS_0_SCRATCH) == 0x55555555) { in register_test()618 aty_st_le32(BIOS_0_SCRATCH, 0xAAAAAAAA); in register_test()620 if (aty_ld_le32(BIOS_0_SCRATCH) == 0xAAAAAAAA) in register_test()624 aty_st_le32(BIOS_0_SCRATCH, val); // restore value in register_test()
409 #define BIOS_0_SCRATCH 0x0010 macro