Searched refs:iob (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/drivers/rtc/
H A Drtc-gamecube.c92 void __iomem *iob; member in struct:priv
99 void __iomem *iob = d->iob; local
106 iowrite32be(RTC_EXICSR, iob + EXICSR);
107 iowrite32be(reg << 8, iob + EXIDATA);
108 iowrite32be(RTC_EXICR_W, iob + EXICR);
109 while (!(ioread32be(iob + EXICSR) & EXICSR_INTSET))
113 iowrite32be(RTC_EXICSR, iob + EXICSR);
114 iowrite32be(RTC_EXICR_R, iob + EXICR);
115 while (!(ioread32be(iob
128 void __iomem *iob = d->iob; local
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c69 struct qeth_cmd_buffer *iob,
416 static void qeth_put_cmd(struct qeth_cmd_buffer *iob) argument
418 if (refcount_dec_and_test(&iob->ref_count)) {
419 kfree(iob->data);
420 kfree(iob);
434 struct qeth_cmd_buffer *iob = card->read_cmd; local
435 struct qeth_channel *channel = iob->channel;
436 struct ccw1 *ccw = __ccw_from_cmd(iob);
443 memset(iob->data, 0, iob
475 qeth_enqueue_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
483 qeth_dequeue_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
491 qeth_notify_cmd(struct qeth_cmd_buffer *iob, int reason) argument
877 struct qeth_cmd_buffer *iob; local
909 qeth_release_buffer_cb(struct qeth_card *card, struct qeth_cmd_buffer *iob, unsigned int data_length) argument
916 qeth_cancel_cmd(struct qeth_cmd_buffer *iob, int rc) argument
926 struct qeth_cmd_buffer *iob; local
951 qeth_issue_next_read_cb(struct qeth_card *card, struct qeth_cmd_buffer *iob, unsigned int data_length) argument
1201 struct qeth_cmd_buffer *iob = NULL; local
1941 qeth_idx_finalize_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
1959 qeth_mpc_finalize_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
1973 qeth_mpc_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) argument
1984 struct qeth_cmd_buffer *iob; local
2020 qeth_send_control_data(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb)(struct qeth_card *cb_card, struct qeth_reply *cb_reply, unsigned long cb_cmd), void *reply_param) argument
2099 qeth_read_conf_data_cb(struct qeth_card *card, struct qeth_cmd_buffer *iob, unsigned int data_length) argument
2136 struct qeth_cmd_buffer *iob; local
2157 qeth_idx_check_activate_response(struct qeth_card *card, struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
2191 qeth_idx_activate_read_channel_cb(struct qeth_card *card, struct qeth_cmd_buffer *iob, unsigned int data_length) argument
2225 qeth_idx_activate_write_channel_cb(struct qeth_card *card, struct qeth_cmd_buffer *iob, unsigned int data_length) argument
2253 qeth_idx_setup_activate_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
2278 struct qeth_cmd_buffer *iob; local
2302 struct qeth_cmd_buffer *iob; local
2326 struct qeth_cmd_buffer *iob; local
2339 struct qeth_cmd_buffer *iob; local
2358 struct qeth_cmd_buffer *iob; local
2371 struct qeth_cmd_buffer *iob; local
2458 struct qeth_cmd_buffer *iob; local
2496 struct qeth_cmd_buffer *iob; local
2521 struct qeth_cmd_buffer *iob; local
2542 struct qeth_cmd_buffer *iob; local
2756 struct qeth_cmd_buffer *iob; local
3031 qeth_ipa_finalize_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
3040 qeth_prepare_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, u16 cmd_length) argument
3060 qeth_ipa_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) argument
3073 struct qeth_cmd_buffer *iob; local
3112 qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long), void *reply_param) argument
3150 struct qeth_cmd_buffer *iob; local
3196 struct qeth_cmd_buffer *iob; local
3216 struct qeth_cmd_buffer *iob; local
3265 struct qeth_cmd_buffer *iob; local
3298 struct qeth_cmd_buffer *iob; local
3317 struct qeth_cmd_buffer *iob; local
3348 struct qeth_cmd_buffer *iob; local
3396 struct qeth_cmd_buffer *iob; local
4408 struct qeth_cmd_buffer *iob; local
4449 struct qeth_cmd_buffer *iob; local
4537 struct qeth_cmd_buffer *iob; local
4697 struct qeth_cmd_buffer *iob; local
4780 struct qeth_cmd_buffer *iob; local
4921 struct qeth_cmd_buffer *iob; local
6070 struct qeth_cmd_buffer *iob; local
6096 struct qeth_cmd_buffer *iob; local
6609 struct qeth_cmd_buffer *iob; local
6697 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_l2_main.c78 struct qeth_cmd_buffer *iob; local
81 iob = qeth_ipa_alloc_cmd(card, ipacmd, QETH_PROT_IPV4,
83 if (!iob)
85 cmd = __ipa_cmd(iob);
88 return qeth_send_ipa_cmd(card, iob, qeth_l2_send_setdelmac_cb, NULL);
233 struct qeth_cmd_buffer *iob; local
236 iob = qeth_ipa_alloc_cmd(card, ipacmd, QETH_PROT_IPV4,
238 if (!iob)
240 cmd = __ipa_cmd(iob);
242 return qeth_send_ipa_cmd(card, iob, qeth_l2_send_setdelvlan_c
1656 struct qeth_cmd_buffer *iob; local
1699 struct qeth_cmd_buffer *iob; local
1758 struct qeth_cmd_buffer *iob; local
1797 struct qeth_cmd_buffer *iob; local
1933 struct qeth_cmd_buffer *iob; local
1950 struct qeth_cmd_buffer *iob; local
1964 struct qeth_cmd_buffer *iob; local
1981 struct qeth_cmd_buffer *iob; local
1998 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_l3_main.c319 struct qeth_cmd_buffer *iob; local
324 iob = qeth_ipa_alloc_cmd(card, ipacmd, addr->proto,
326 if (!iob)
328 cmd = __ipa_cmd(iob);
337 return qeth_send_ipa_cmd(card, iob, qeth_l3_setdelip_cb, NULL);
370 struct qeth_cmd_buffer *iob; local
376 iob = qeth_ipa_alloc_cmd(card, ipacmd, addr->proto,
378 if (!iob)
380 cmd = __ipa_cmd(iob);
396 return qeth_send_ipa_cmd(card, iob, qeth_l3_setdelip_c
404 struct qeth_cmd_buffer *iob; local
927 struct qeth_cmd_buffer *iob; local
958 struct qeth_cmd_buffer *iob; local
1037 struct qeth_cmd_buffer *iob; local
1224 struct qeth_cmd_buffer *iob; local
1380 struct qeth_cmd_buffer *iob; local
1452 struct qeth_cmd_buffer *iob; local
1489 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_core.h624 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob);
625 bool (*match)(struct qeth_cmd_buffer *iob,
627 void (*callback)(struct qeth_card *card, struct qeth_cmd_buffer *iob,
632 static inline void qeth_get_cmd(struct qeth_cmd_buffer *iob) argument
634 refcount_inc(&iob->ref_count);
637 static inline struct qeth_ipa_cmd *__ipa_reply(struct qeth_cmd_buffer *iob) argument
639 if (!IS_IPA(iob->data))
642 return (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data);
645 static inline struct qeth_ipa_cmd *__ipa_cmd(struct qeth_cmd_buffer *iob) argument
647 return (struct qeth_ipa_cmd *)(iob
650 __ccw_from_cmd(struct qeth_cmd_buffer *iob) argument
[all...]
H A Dlcs.c105 channel->iob[cnt].data =
107 if (channel->iob[cnt].data == NULL)
109 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY;
115 kfree(channel->iob[cnt].data);
131 kfree(channel->iob[cnt].data);
132 channel->iob[cnt].data = NULL;
221 virt_to_dma32(card->read.iob[cnt].data);
223 card->read.iob[cnt].data)->offset = LCS_ILLEGAL_OFFSET;
224 card->read.iob[cnt].callback = lcs_get_frames_cb;
225 card->read.iob[cn
1444 struct lcs_buffer *iob; local
[all...]
/linux-master/arch/powerpc/platforms/pasemi/
H A Diommu.c69 static void __iomem *iob; variable
97 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
121 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
220 iob = ioremap(IOB_BASE, IOB_SIZE);
221 if (!iob)
228 out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
232 regword = in_le32(iob+IOB_AD_REG);
235 out_le32(iob+IOB_AD_REG, regword);
238 regword = in_le32(iob+IOBCOM_REG);
240 out_le32(iob
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-mc.c191 iob();
194 iob();
197 iob();
200 iob();
/linux-master/drivers/s390/block/
H A Ddasd_diag.c49 struct dasd_diag_rw_io iob; member in struct:dasd_diag_private
62 /* Perform DIAG250 call with block I/O parameter list iob (input and output)
66 static inline int __dia250(void *iob, int cmd) argument
68 union register_pair rx = { .even = (unsigned long)iob, };
82 : [cc] "+&d" (cc), [rx] "+&d" (rx.pair), "+m" (*(addr_type *)iob)
88 static inline int dia250(void *iob, int cmd) argument
91 return __dia250(iob, cmd);
176 private->iob.dev_nr = private->dev_id.devno;
177 private->iob.key = 0;
178 private->iob
[all...]
/linux-master/arch/mips/dec/
H A Dkn02-irq.c49 iob();
69 iob();
H A Dkn01-berr.c55 iob();
190 iob();
H A Decc-berr.c37 iob();
147 iob();
240 iob();
H A Dkn02xa-berr.c34 iob();
/linux-master/arch/mips/include/asm/
H A Dbarrier.h72 #define iob() wbflush() macro
77 #define iob() fast_iob() macro
/linux-master/arch/mips/txx9/rbtx4927/
H A Dsetup.c85 iob();
101 iob();
132 iob();
148 iob();
/linux-master/arch/mips/mti-malta/
H A Dmalta-int.c71 iob(); /* sync */
74 iob(); /* sync */
/linux-master/include/linux/
H A Dblk-mq.h711 int blk_rq_poll(struct request *rq, struct io_comp_batch *iob,
853 struct io_comp_batch *iob, int ioerror,
860 if (!iob || (req->rq_flags & RQF_SCHED_TAGS) || ioerror ||
864 if (!iob->complete)
865 iob->complete = complete;
866 else if (iob->complete != complete)
868 iob->need_ts |= blk_mq_need_time_stamp(req);
869 rq_list_add(&iob->req_list, req);
852 blk_mq_add_to_batch(struct request *req, struct io_comp_batch *iob, int ioerror, void (*complete)(struct io_comp_batch *)) argument
/linux-master/arch/loongarch/include/asm/
H A Dbarrier.h47 #define iob() c_sync() macro
/linux-master/io_uring/
H A Drw.c1135 DEFINE_IO_COMP_BATCH(iob);
1162 ret = file->f_op->uring_cmd_iopoll(ioucmd, &iob,
1167 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags);
1175 if (!rq_list_empty(iob.req_list) ||
1180 if (!rq_list_empty(iob.req_list))
1181 iob.complete(&iob);
/linux-master/drivers/nvme/host/
H A Dapple.c564 static void apple_nvme_complete_batch(struct io_comp_batch *iob) argument
566 nvme_complete_batch(iob, apple_nvme_unmap_rq);
586 struct io_comp_batch *iob, u16 idx)
602 !blk_mq_add_to_batch(req, iob, nvme_req(req)->status,
620 struct io_comp_batch *iob)
632 apple_nvme_handle_cqe(q, iob, q->cq_head);
645 DEFINE_IO_COMP_BATCH(iob);
650 found = apple_nvme_poll_cq(q, &iob);
652 if (!rq_list_empty(iob.req_list))
653 apple_nvme_complete_batch(&iob);
585 apple_nvme_handle_cqe(struct apple_nvme_queue *q, struct io_comp_batch *iob, u16 idx) argument
619 apple_nvme_poll_cq(struct apple_nvme_queue *q, struct io_comp_batch *iob) argument
937 apple_nvme_poll(struct blk_mq_hw_ctx *hctx, struct io_comp_batch *iob) argument
[all...]
/linux-master/block/
H A Dblk-core.c888 * @iob: batches of IO
897 int bio_poll(struct bio *bio, struct io_comp_batch *iob, unsigned int flags) argument
933 ret = blk_mq_poll(q, cookie, iob, flags);
938 ret = disk->fops->poll_bio(bio, iob, flags);
949 int iocb_bio_iopoll(struct kiocb *kiocb, struct io_comp_batch *iob, argument
978 ret = bio_poll(bio, iob, flags);
/linux-master/drivers/tty/serial/
H A Ddz.c552 iob();
821 iob();
833 iob();
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h1296 uint64_t iob:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn50xx
1322 uint64_t iob:1;
1331 uint64_t iob:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn52xx
1359 uint64_t iob:1;
1369 uint64_t iob:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn68xx
1403 uint64_t iob:1;
1413 uint64_t iob:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn68xxp1
1447 uint64_t iob:1;
/linux-master/arch/mips/pci/
H A Dops-bcm63xx.c111 iob();
132 iob();
H A Dpci-bcm63xx.c105 iob();

Completed in 377 milliseconds

12