Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dcore_apecs.h190 #define APECS_IO (IDENT_ADDR + 0x1c0000000UL) macro
397 addr -= APECS_IO; in apecs_ioread8()
398 base_and_type = APECS_IO + 0x00; in apecs_ioread8()
415 addr -= APECS_IO; in apecs_iowrite8()
416 base_and_type = APECS_IO + 0x00; in apecs_iowrite8()
433 addr -= APECS_IO; in apecs_ioread16()
434 base_and_type = APECS_IO + 0x08; in apecs_ioread16()
451 addr -= APECS_IO; in apecs_iowrite16()
452 base_and_type = APECS_IO + 0x08; in apecs_iowrite16()
463 addr = ((addr - APECS_IO) << 5) + APECS_IO + 0x18; in apecs_ioread32()
[all …]
/linux-5.19.10/arch/alpha/kernel/
Dcore_apecs.c340 hose->sparse_io_base = APECS_IO - IDENT_ADDR; in apecs_init_arch()