| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 169 iow(struct board_info *db, int reg, int value) in iow() function 184 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset() 189 iow(db, DM9000_NCR, 0); in dm9000_reset() 190 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK); in dm9000_reset() 290 iow(db, DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_read() 293 iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); in dm9000_phy_read() 303 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */ in dm9000_phy_read() 337 iow(db, DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_write() 340 iow(db, DM9000_EPDRL, value); in dm9000_phy_write() 341 iow(db, DM9000_EPDRH, value >> 8); in dm9000_phy_write() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | iowait.c | 68 wait->wait[i].iow = wait; in iowait_init() 95 if (w == &w->iow->wait[IOWAIT_IB_SE]) { in iowait_set_work_flag() 96 iowait_set_flag(w->iow, IOWAIT_PENDING_IB); in iowait_set_work_flag() 99 iowait_set_flag(w->iow, IOWAIT_PENDING_TID); in iowait_set_work_flag()
|
| H A D | vnic_sdma.c | 193 container_of(wait->iow, struct hfi1_vnic_sdma, wait); in hfi1_vnic_sdma_sleep() 203 iowait_get_priority(wait->iow); in hfi1_vnic_sdma_sleep() 204 iowait_queue(pkts_sent, wait->iow, &sde->dmawait); in hfi1_vnic_sdma_sleep()
|
| H A D | ipoib_tx.c | 620 container_of(wait->iow, struct hfi1_ipoib_txq, wait); in hfi1_ipoib_sdma_sleep() 641 iowait_queue(pkts_sent, wait->iow, &sde->dmawait); in hfi1_ipoib_sdma_sleep()
|
| H A D | ruc.c | 479 struct rvt_qp *qp = iowait_to_qp(w->iow); in _hfi1_do_send()
|
| H A D | user_sdma.c | 72 container_of(wait->iow, struct hfi1_user_sdma_pkt_q, busy); in defer_packet_queue()
|
| H A D | sdma.c | 2312 ret = wait->iow->sleep(sde, wait, tx, seq, pkts_sent); in sdma_check_progress()
|
| H A D | tid_rdma.c | 5345 struct rvt_qp *qp = iowait_to_qp(w->iow); in _hfi1_do_tid_send()
|
| /linux/drivers/xen/ |
| H A D | pvcalls-back.c | 303 struct pvcalls_ioworker *iow; in pvcalls_sk_data_ready() local 310 iow = &map->ioworker; in pvcalls_sk_data_ready() 313 queue_work(iow->wq, &iow->register_work); in pvcalls_sk_data_ready() 525 struct pvcalls_ioworker *iow; in __pvcalls_back_accept() local 572 iow = &map->ioworker; in __pvcalls_back_accept() 575 queue_work(iow->wq, &iow->register_work); in __pvcalls_back_accept() 912 struct pvcalls_ioworker *iow; in pvcalls_back_conn_event() local 920 iow = &map->ioworker; in pvcalls_back_conn_event() 925 queue_work(iow->wq, &iow->register_work); in pvcalls_back_conn_event()
|
| /linux/arch/mips/include/asm/sn/sn0/ |
| H A D | hubio.h | 459 iow: 1; /* IO Write operation */ member 481 iow: 1; /* IO Write operation */ member
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 56 #define __io_pbw() RISCV_FENCE(iow, o)
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | ti-edma.txt | 40 - ti,edma-memcpy-channels: List of channels allocated to be used for memcpy, iow
|