Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/sibyte/swarm/
Dplatform.c61 offset = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_START_ADDR, IDE_CS)); in swarm_pata_init()
62 size = __raw_readq(base + R_IO_EXT_REG(R_IO_EXT_MULT_SIZE, IDE_CS)); in swarm_pata_init()
/linux-6.1.9/arch/mips/include/asm/sibyte/
Dsb1250_regs.h489 #define R_IO_EXT_REG(reg, cs) ((cs)*IO_EXT_REGISTER_SPACING + (reg)) macro