Searched refs:IO7_HOSE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_marvel.h | 252 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) macro 254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) 255 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) 256 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) 258 (IO7_HOSE(pe, port) | 0xFF800000UL | (off))
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_marvel.h | 252 #define IO7_HOSE(pe, port) (IO7_IPE(pe) | IO7_IPORT(port)) macro 254 #define IO7_MEM_PHYS(pe, port) (IO7_HOSE(pe, port) | 0x00000000UL) 255 #define IO7_CONF_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFE000000UL) 256 #define IO7_IO_PHYS(pe, port) (IO7_HOSE(pe, port) | 0xFF000000UL) 258 (IO7_HOSE(pe, port) | 0xFF800000UL | (off))
|
Completed in 2 milliseconds