Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dstex.c46 IMR1 = 0x14, /* MU_INBOUND_MESSAGE_REG1 */ enumerator
880 writel(hba->status_head, base + IMR1); in stex_mu_intr()
881 readl(base + IMR1); /* flush */ in stex_mu_intr()
1078 writel((status_phys >> 16) >> 16, base + IMR1); in stex_common_handshake()
1079 readl(base + IMR1); in stex_common_handshake()
1103 writel(0, base + IMR1); in stex_common_handshake()
1104 readl(base + IMR1); in stex_common_handshake()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7722.h64 #define IMR1 0xA4080084 macro