Home
last modified time | relevance | path

Searched refs:iop_base (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dadvansys.c503 PortAddr iop_base; member
1824 AdvPortAddr iop_base; /* I/O port address */ member
1895 #define AdvReadByteRegister(iop_base, reg_off) \ argument
1896 (ADV_MEM_READB((iop_base) + (reg_off)))
1899 #define AdvWriteByteRegister(iop_base, reg_off, byte) \ argument
1900 (ADV_MEM_WRITEB((iop_base) + (reg_off), (byte)))
1903 #define AdvReadWordRegister(iop_base, reg_off) \ argument
1904 (ADV_MEM_READW((iop_base) + (reg_off)))
1907 #define AdvWriteWordRegister(iop_base, reg_off, word) \ argument
1908 (ADV_MEM_WRITEW((iop_base) + (reg_off), (word)))
[all …]
/Linux-v4.19/arch/m68k/mac/
Diop.c148 static volatile struct mac_iop *iop_base[NUM_IOPS]; variable
243 iop_base[IOP_NUM_SCC] = (struct mac_iop *) SCC_IOP_BASE_IIFX; in iop_preinit()
245 iop_base[IOP_NUM_SCC] = (struct mac_iop *) SCC_IOP_BASE_QUADRA; in iop_preinit()
247 iop_base[IOP_NUM_SCC]->status_ctrl = 0x87; in iop_preinit()
250 iop_base[IOP_NUM_SCC] = NULL; in iop_preinit()
255 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_IIFX; in iop_preinit()
257 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_QUADRA; in iop_preinit()
259 iop_base[IOP_NUM_ISM]->status_ctrl = 0; in iop_preinit()
262 iop_base[IOP_NUM_ISM] = NULL; in iop_preinit()
276 pr_debug("SCC IOP detected at %p\n", iop_base[IOP_NUM_SCC]); in iop_init()
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dropes.h214 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */ member
/Linux-v4.19/drivers/parisc/
Dlba_pci.c957 ((lba)->iop_base + (((addr)&0xFFFC)<<10) + ((addr)&3))
1140 lba_dev->iop_base = ioremap_nocache(p->start, 64 * 1024 * 1024); in lba_pat_resources()