Home
last modified time | relevance | path

Searched refs:iop_num (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Diop.c326 int iop_listen(uint iop_num, uint chan, in iop_listen() argument
330 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
332 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
333 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
334 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
346 int iop_num = msg->iop_num; in iop_complete_message() local
350 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_complete_message()
351 msg->iop_num, ms in iop_complete_message()
394 iop_handle_send(uint iop_num, uint chan) iop_handle_send() argument
425 iop_handle_recv(uint iop_num, uint chan) iop_handle_recv() argument
466 iop_send_message(uint iop_num, uint chan, void *privdata, uint msg_len, __u8 *msg_data, void (*handler)(struct iop_msg *)) iop_send_message() argument
502 iop_upload_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_upload_code() argument
518 iop_download_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_download_code() argument
536 iop_compare_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_compare_code() argument
558 uint iop_num = (uint) dev_id; iop_ism_irq() local
599 iop_ism_irq_poll(uint iop_num) iop_ism_irq_poll() argument
[all...]
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Diop.c308 int iop_listen(uint iop_num, uint chan, in iop_listen() argument
312 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL; in iop_listen()
314 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
315 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
316 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
328 int iop_num = msg->iop_num; in iop_complete_message() local
332 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_complete_message()
333 msg->iop_num, ms in iop_complete_message()
376 iop_handle_send(uint iop_num, uint chan) iop_handle_send() argument
407 iop_handle_recv(uint iop_num, uint chan) iop_handle_recv() argument
448 iop_send_message(uint iop_num, uint chan, void *privdata, uint msg_len, __u8 *msg_data, void (*handler)(struct iop_msg *)) iop_send_message() argument
484 iop_upload_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_upload_code() argument
500 iop_download_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_download_code() argument
518 iop_compare_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) iop_compare_code() argument
540 uint iop_num = (uint) dev_id; iop_ism_irq() local
581 iop_ism_irq_poll(uint iop_num) iop_ism_irq_poll() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm3-neon-core.S235 #define LOAD_W_VEC_1(iop_num, ...) \
236 LOAD_W_VEC_1_##iop_num()
237 #define LOAD_W_VEC_2(iop_num, ...) \
238 LOAD_W_VEC_2_##iop_num()
239 #define LOAD_W_VEC_3(iop_num, ...) \
240 LOAD_W_VEC_3_##iop_num()
304 #define SCHED_W_W0W1W2W3W4W5_1(iop_num, round) \
305 SCHED_W_1_##iop_num(round, W0, W1, W2, W3, W4, W5)
306 #define SCHED_W_W0W1W2W3W4W5_2(iop_num, round) \
307 SCHED_W_2_##iop_num(roun
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmac_iop.h141 uint iop_num; /* IOP number */ member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmac_iop.h141 uint iop_num; /* IOP number */ member

Completed in 5 milliseconds