Searched refs:iop_base (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | advansys.c | 558 PortAddr iop_base; member 1918 AdvPortAddr iop_base; /* I/O port address */ member 1989 #define AdvReadByteRegister(iop_base, reg_off) \ argument 1990 (ADV_MEM_READB((iop_base) + (reg_off))) 1993 #define AdvWriteByteRegister(iop_base, reg_off, byte) \ argument 1994 (ADV_MEM_WRITEB((iop_base) + (reg_off), (byte))) 1997 #define AdvReadWordRegister(iop_base, reg_off) \ argument 1998 (ADV_MEM_READW((iop_base) + (reg_off))) 2001 #define AdvWriteWordRegister(iop_base, reg_off, word) \ argument 2002 (ADV_MEM_WRITEW((iop_base) + (reg_off), (word))) [all …]
|
/linux-4.1.27/arch/m68k/mac/ |
D | iop.c | 138 static volatile struct mac_iop *iop_base[NUM_IOPS]; variable 238 iop_base[IOP_NUM_SCC] = (struct mac_iop *) SCC_IOP_BASE_IIFX; in iop_preinit() 240 iop_base[IOP_NUM_SCC] = (struct mac_iop *) SCC_IOP_BASE_QUADRA; in iop_preinit() 242 iop_base[IOP_NUM_SCC]->status_ctrl = 0x87; in iop_preinit() 245 iop_base[IOP_NUM_SCC] = NULL; in iop_preinit() 250 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_IIFX; in iop_preinit() 252 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_QUADRA; in iop_preinit() 254 iop_base[IOP_NUM_ISM]->status_ctrl = 0; in iop_preinit() 257 iop_base[IOP_NUM_ISM] = NULL; in iop_preinit() 271 printk("IOP: detected SCC IOP at %p\n", iop_base[IOP_NUM_SCC]); in iop_init() [all …]
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | ropes.h | 213 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */ member
|
/linux-4.1.27/drivers/parisc/ |
D | lba_pci.c | 917 ((lba)->iop_base + (((addr)&0xFFFC)<<10) + ((addr)&3)) 1100 lba_dev->iop_base = ioremap_nocache(p->start, 64 * 1024 * 1024); in lba_pat_resources()
|