Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dadvansys.c488 PortAddr iop_base; member
1807 AdvPortAddr iop_base; /* I/O port address */ member
1878 #define AdvReadByteRegister(iop_base, reg_off) \ argument
1879 (ADV_MEM_READB((iop_base) + (reg_off)))
1882 #define AdvWriteByteRegister(iop_base, reg_off, byte) \ argument
1883 (ADV_MEM_WRITEB((iop_base) + (reg_off), (byte)))
1886 #define AdvReadWordRegister(iop_base, reg_off) \ argument
1887 (ADV_MEM_READW((iop_base) + (reg_off)))
1890 #define AdvWriteWordRegister(iop_base, reg_off, word) \ argument
1891 (ADV_MEM_WRITEW((iop_base) + (reg_off), (word)))
[all …]
/linux-6.1.9/arch/m68k/mac/
Diop.c152 static volatile struct mac_iop *iop_base[NUM_IOPS]; variable
241 iop_base[IOP_NUM_SCC] = (struct mac_iop *)SCC_IOP_BASE_IIFX; in iop_init()
243 iop_base[IOP_NUM_SCC] = (struct mac_iop *)SCC_IOP_BASE_QUADRA; in iop_init()
245 pr_debug("SCC IOP detected at %p\n", iop_base[IOP_NUM_SCC]); in iop_init()
249 iop_base[IOP_NUM_ISM] = (struct mac_iop *)ISM_IOP_BASE_IIFX; in iop_init()
251 iop_base[IOP_NUM_ISM] = (struct mac_iop *)ISM_IOP_BASE_QUADRA; in iop_init()
253 pr_debug("ISM IOP detected at %p\n", iop_base[IOP_NUM_ISM]); in iop_init()
255 iop_stop(iop_base[IOP_NUM_ISM]); in iop_init()
256 iop_start(iop_base[IOP_NUM_ISM]); in iop_init()
257 iop_alive(iop_base[IOP_NUM_ISM]); /* clears the alive flag */ in iop_init()
[all …]
/linux-6.1.9/arch/parisc/include/asm/
Dropes.h214 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */ member
/linux-6.1.9/drivers/parisc/
Dlba_pci.c954 ((lba)->iop_base + (((addr)&0xFFFC)<<10) + ((addr)&3))
1137 lba_dev->iop_base = ioremap(p->start, 64 * 1024 * 1024); in lba_pat_resources()