Home
last modified time | relevance | path

Searched refs:BIOS_0_SCRATCH (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati.c302 case BIOS_0_SCRATCH ... BUS_CNTL - 1: in ati_mm_read()
304 int i = (addr - BIOS_0_SCRATCH) / 4; in ati_mm_read()
309 addr - (BIOS_0_SCRATCH + i * 4), size); in ati_mm_read()
559 case BIOS_0_SCRATCH ... BUS_CNTL - 1: in ati_mm_write()
561 int i = (addr - BIOS_0_SCRATCH) / 4; in ati_mm_write()
566 addr - (BIOS_0_SCRATCH + i * 4), data, size); in ati_mm_write()
H A Dati_regs.h33 #define BIOS_0_SCRATCH 0x0010 macro
/openbmc/u-boot/include/
H A Dradeon.h409 #define BIOS_0_SCRATCH 0x0010 macro