Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Ddino.h44 #define DINO_GMASK 0x800 macro
87 #define DINO800_REGS (1 + (DINO_TLTIM - DINO_GMASK) / 4)
/openbmc/qemu/hw/pci-host/
H A Ddino.c77 case DINO_GMASK ... DINO_PCISTS: in dino_chip_mem_valid()
163 case DINO_GMASK ... DINO_TLTIM: in dino_chip_read_with_attrs()
164 val = s->reg800[(addr - DINO_GMASK) / 4]; in dino_chip_read_with_attrs()
258 case DINO_GMASK ... DINO_TLTIM: in dino_chip_write_with_attrs()
259 i = (addr - DINO_GMASK) / 4; in dino_chip_write_with_attrs()
/openbmc/linux/drivers/parisc/
H A Ddino.c111 #define DINO_GMASK 0x800 macro
717 __raw_writel(0x00000000, dino_dev->hba.base_addr+DINO_GMASK); in dino_card_init()