Home
last modified time | relevance | path

Searched refs:EISA_IO (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Djensen.h70 #define EISA_IO (IDENT_ADDR + 0x300000000UL) macro
131 result = *(volatile int *)((addr << 7) + EISA_IO + 0x00); in jensen_bus_inb()
138 *(vuip)((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; in jensen_bus_outb()
176 result = *(volatile int *) ((addr << 7) + EISA_IO + 0x20); in jensen_inw()
184 return *(vuip) ((addr << 7) + EISA_IO + 0x60); in jensen_inl()
190 return *(vulp) ((addr << 7) + EISA_IO + 0x60); in jensen_inq()
196 *(vuip) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; in jensen_outw()
203 *(vuip) ((addr << 7) + EISA_IO + 0x60) = b; in jensen_outl()
210 *(vulp) ((addr << 7) + EISA_IO + 0x60) = b; in jensen_outq()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_jensen.c202 hose->sparse_io_base = EISA_IO - IDENT_ADDR; in jensen_init_arch()