/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ 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_para [all...] |
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_defs.h | 100 IOP, /* IO processor */ enumerator
|
H A D | pm8001_init.c | 304 /* MPI Memory region 2 for IOP Event Log for fw */ in pm8001_alloc() 305 pm8001_ha->memoryMap.region[IOP].num_elements = 1; in pm8001_alloc() 306 pm8001_ha->memoryMap.region[IOP].element_size = PM8001_EVENT_LOG_SIZE; in pm8001_alloc() 307 pm8001_ha->memoryMap.region[IOP].total_len = PM8001_EVENT_LOG_SIZE; in pm8001_alloc() 308 pm8001_ha->memoryMap.region[IOP].alignment = 32; in pm8001_alloc()
|
H A D | pm8001_ctl.c | 521 * pm8001_ctl_aap_log_show - IOP event log 540 u32 *temp = (u32 *)pm8001_ha->memoryMap.region[IOP].virt_ptr; in pm8001_ctl_iop_log_show()
|
H A D | pm8001_hwi.c | 219 pm8001_ha->memoryMap.region[IOP].phys_addr_hi; in init_default_table_values() 221 pm8001_ha->memoryMap.region[IOP].phys_addr_lo; in init_default_table_values() 579 /* check IOP error */ in check_fw_ready() 826 /* step 2: clear NMI status register on AAP1 and IOP, write the same in pm8001_chip_soft_rst() 837 pm8001_dbg(pm8001_ha, INIT, "MBIC - NMI Enable VPE0 (IOP)= 0x%x\n", in pm8001_chip_soft_rst() 955 /* Step 6: Reset the IOP and AAP1 */ in pm8001_chip_soft_rst() 964 pm8001_dbg(pm8001_ha, INIT, "Top Register before resetting IOP/AAP1:= 0x%x\n", in pm8001_chip_soft_rst() 1037 /* step 13: bring the IOP and AAP1 out of reset */ in pm8001_chip_soft_rst() 1087 /* step 17 (Normal Mode): wait for the FW and IOP to get in pm8001_chip_soft_rst()
|
H A D | pm80xx_hwi.c | 760 pm8001_ha->memoryMap.region[IOP].phys_addr_hi; in init_default_table_values() 762 pm8001_ha->memoryMap.region[IOP].phys_addr_lo; in init_default_table_values()
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_defs.h | 100 IOP, /* IO processor */ enumerator
|
H A D | pm8001_init.c | 323 /* MPI Memory region 2 for IOP Event Log for fw */ in pm8001_alloc() 324 pm8001_ha->memoryMap.region[IOP].num_elements = 1; in pm8001_alloc() 325 pm8001_ha->memoryMap.region[IOP].element_size = PM8001_EVENT_LOG_SIZE; in pm8001_alloc() 326 pm8001_ha->memoryMap.region[IOP].total_len = PM8001_EVENT_LOG_SIZE; in pm8001_alloc() 327 pm8001_ha->memoryMap.region[IOP].alignment = 32; in pm8001_alloc()
|
H A D | pm8001_ctl.c | 521 * pm8001_ctl_iop_log_show - IOP event log 540 u32 *temp = (u32 *)pm8001_ha->memoryMap.region[IOP].virt_ptr; in pm8001_ctl_iop_log_show()
|
H A D | pm8001_hwi.c | 220 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() 582 /* check IOP error */ in check_fw_ready() 833 /* step 2: clear NMI status register on AAP1 and IOP, write the same in pm8001_chip_soft_rst() 844 pm8001_dbg(pm8001_ha, INIT, "MBIC - NMI Enable VPE0 (IOP)= 0x%x\n", in pm8001_chip_soft_rst() 962 /* Step 6: Reset the IOP and AAP1 */ in pm8001_chip_soft_rst() 971 pm8001_dbg(pm8001_ha, INIT, "Top Register before resetting IOP/AAP1:= 0x%x\n", in pm8001_chip_soft_rst() 1044 /* step 13: bring the IOP and AAP1 out of reset */ in pm8001_chip_soft_rst() 1094 /* step 17 (Normal Mode): wait for the FW and IOP to get in pm8001_chip_soft_rst()
|
H A D | pm80xx_hwi.c | 761 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()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 136 #define NOD(NAME, MODE, IOP, FOP, OP) { \ 140 .iop = IOP, \
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 140 #define NOD(NAME, MODE, IOP, FOP, OP) { \ 144 .iop = IOP, \
|