Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstex.c46 IMR1 = 0x14, /* MU_INBOUND_MESSAGE_REG1 */ enumerator
879 writel(hba->status_head, base + IMR1); in stex_mu_intr()
880 readl(base + IMR1); /* flush */ in stex_mu_intr()
1077 writel((status_phys >> 16) >> 16, base + IMR1); in stex_common_handshake()
1078 readl(base + IMR1); in stex_common_handshake()
1102 writel(0, base + IMR1); in stex_common_handshake()
1103 readl(base + IMR1); in stex_common_handshake()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dcpu_sh7722.h65 #define IMR1 0xA4080084 macro