Home
last modified time | relevance | path

Searched refs:IOP (Results 1 – 11 of 11) sorted by relevance

/linux/Documentation/scsi/
H A Dhptiop.rst11 For RR44xx Intel IOP based adapters, the controller IOP is accessed via PCI BAR0 and BAR2
36 For Intel IOP based adapters, the controller IOP is accessed via PCI BAR0:
54 For Marvell not Frey IOP based adapters, the IOP is accessed via PCI BAR0 and BAR1:
78 For Marvell Frey IOP based adapters, the IOP is accessed via PCI BAR0 and BAR1:
83 0x0 IOP configuration information.
111 A request packet can be allocated in either IOP or host memory.
119 relative to the IOP BAR0.
125 - Post the packet to IOP by writing it to inbound queue. For requests
126 allocated in IOP memory, write the offset to inbound queue port. For
130 - The IOP process the request. When the request is completed, it
[all …]
H A DChangeLog.megaraid_sas599 i. Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
125 IOP(1, iop_param); \
129 IOP(2, iop_param); \
132 IOP(3, iop_param); \
136 IOP(4, iop_param); \
140 IOP(5, iop_param); \
145 IOP(6, iop_param); \
149 IOP(7, iop_param); \
152 IOP(8, iop_param); \
155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument
[all …]
/linux/Documentation/translations/zh_CN/PCI/
H A Dpci.rst
/linux/drivers/scsi/pm8001/
H A Dpm8001_defs.h100 IOP, /* IO processor */ enumerator
H A Dpm8001_init.c346 pm8001_ha->memoryMap.region[IOP].num_elements = 1; in pm8001_alloc()
347 pm8001_ha->memoryMap.region[IOP].element_size = PM8001_EVENT_LOG_SIZE; in pm8001_alloc()
348 pm8001_ha->memoryMap.region[IOP].total_len = PM8001_EVENT_LOG_SIZE; in pm8001_alloc()
349 pm8001_ha->memoryMap.region[IOP].alignment = 32; in pm8001_alloc()
H A Dpm8001_ctl.c540 u32 *temp = (u32 *)pm8001_ha->memoryMap.region[IOP].virt_ptr; in pm8001_ctl_iop_log_show()
H A Dpm8001_hwi.c220 pm8001_ha->memoryMap.region[IOP].phys_addr_hi; in init_default_table_values()
222 pm8001_ha->memoryMap.region[IOP].phys_addr_lo; in init_default_table_values()
H A Dpm80xx_hwi.c761 pm8001_ha->memoryMap.region[IOP].phys_addr_hi; in init_default_table_values()
763 pm8001_ha->memoryMap.region[IOP].phys_addr_lo; in init_default_table_values()
/linux/drivers/macintosh/
H A DKconfig35 bool "Include IOP (IIfx/Quadra 9x0) ADB driver"
38 The I/O Processor (IOP) is an Apple custom IC designed to provide
/linux/fs/proc/
H A Dbase.c164 #define NOD(NAME, MODE, IOP, FOP, OP) { \ argument
168 .iop = IOP, \