Searched refs:iop_base (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 503 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-4.4.14/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.4.14/arch/parisc/include/asm/ |
D | ropes.h | 213 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */ member
|
/linux-4.4.14/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()
|