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

/linux-master/arch/m68k/mac/
H A Diop.c310 int iop_listen(uint iop_num, uint chan, argument
314 if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
316 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL;
317 iop_listeners[iop_num][chan].devname = devname;
318 iop_listeners[iop_num][chan].handler = handler;
330 int iop_num = msg->iop_num; local
334 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
335 msg->iop_num, ms
378 iop_handle_send(uint iop_num, uint chan) argument
409 iop_handle_recv(uint iop_num, uint chan) argument
450 iop_send_message(uint iop_num, uint chan, void *privdata, uint msg_len, __u8 *msg_data, void (*handler)(struct iop_msg *)) argument
486 iop_upload_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) argument
502 iop_download_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) argument
520 iop_compare_code(uint iop_num, __u8 *code_start, uint code_len, __u16 shared_ram_start) argument
542 uint iop_num = (uint) dev_id; local
583 iop_ism_irq_poll(uint iop_num) argument
[all...]
/linux-master/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...]
/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h141 uint iop_num; /* IOP number */ member in struct:iop_msg

Completed in 274 milliseconds