Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dadvansys.c499 PortAddr iop_base; member
1820 AdvPortAddr iop_base; /* I/O port address */ member
1891 #define AdvReadByteRegister(iop_base, reg_off) \ argument
1892 (ADV_MEM_READB((iop_base) + (reg_off)))
1895 #define AdvWriteByteRegister(iop_base, reg_off, byte) \ argument
1896 (ADV_MEM_WRITEB((iop_base) + (reg_off), (byte)))
1899 #define AdvReadWordRegister(iop_base, reg_off) \ argument
1900 (ADV_MEM_READW((iop_base) + (reg_off)))
1903 #define AdvWriteWordRegister(iop_base, reg_off, word) \ argument
1904 (ADV_MEM_WRITEW((iop_base) + (reg_off), (word)))
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/mac/
H A Diop.c148 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()
244 iop_base[IOP_NUM_SCC] = NULL; in iop_preinit()
249 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_IIFX; in iop_preinit()
251 iop_base[IOP_NUM_ISM] = (struct mac_iop *) ISM_IOP_BASE_QUADRA; in iop_preinit()
253 iop_stop(iop_base[IOP_NUM_ISM]); in iop_preinit()
256 iop_base[IOP_NUM_ISM] = NULL; in iop_preinit()
270 pr_debug("SCC IOP detected at %p\n", iop_base[IOP_NUM_SCC]); in iop_init()
273 pr_debug("ISM IOP detected at %p\n", iop_base[IOP_NUM_ISM]); in iop_init()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dropes.h214 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */ member
/OK3568_Linux_fs/kernel/drivers/parisc/
H A 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()