Home
last modified time | relevance | path

Searched refs:qbase (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/scsi/ !
H A Dqlogicfas408.c85 int qbase = priv->qbase; in ql_zap() local
88 x = inb(qbase + 0xd); in ql_zap()
90 outb(3, qbase + 3); /* reset SCSI */ in ql_zap()
91 outb(2, qbase + 3); /* reset chip */ in ql_zap()
104 int qbase = priv->qbase; in ql_pdma() local
110 if (reqlen >= 128 && (inb(qbase + 8) & 2)) { /* full */ in ql_pdma()
111 insl(qbase + 4, request, 32); in ql_pdma()
116 if ((j = inb(qbase in ql_pdma()
189 int qbase = priv->qbase; ql_wai() local
220 int qbase = priv->qbase; ql_icmd() local
274 int qbase = priv->qbase; ql_pcmd() local
430 int qbase = priv->qbase; ql_ihandl() local
560 qlogicfas408_get_chip_type(int qbase,int int_type) qlogicfas408_get_chip_type() argument
570 qlogicfas408_setup(int qbase,int id,int int_type) qlogicfas408_setup() argument
594 qlogicfas408_detect(int qbase,int int_type) qlogicfas408_detect() argument
607 int qbase = priv->qbase; qlogicfas408_disable_ints() local
[all...]
H A Dqlogicfas408.h79 int qbase; /* Port */ member
91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd ))
92 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd ))
114 int qlogicfas408_get_chip_type(int qbase, int int_type);
115 void qlogicfas408_setup(int qbase, int id, int int_type);
116 int qlogicfas408_detect(int qbase, in
[all...]
H A Dqlogicfas.c55 int qbase, in __qlogicfas_detect() argument
72 if (!qbase || qlirq == -1) in __qlogicfas_detect()
75 if (!request_region(qbase, 0x10, qlogicfas_name)) { in __qlogicfas_detect()
77 qbase); in __qlogicfas_detect()
81 if (!qlogicfas408_detect(qbase, INT_TYPE)) { in __qlogicfas_detect()
84 qbase); in __qlogicfas_detect()
89 " IRQ %d\n", qlogicfas_name, qbase, qlirq); in __qlogicfas_detect()
91 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in __qlogicfas_detect()
96 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in __qlogicfas_detect()
102 hreg->io_port = qbase; in __qlogicfas_detect()
[all...]
/linux/drivers/scsi/pcmcia/ !
H A Dqlogic_stub.c94 struct pcmcia_device *link, int qbase, int qlirq) in qlogic_detect() argument
101 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in qlogic_detect()
106 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in qlogic_detect()
112 shost->io_port = qbase; in qlogic_detect()
120 priv->qbase = qbase; in qlogic_detect()
130 qltyp, qbase, qlirq, QL_TURBO_PDMA); in qlogic_detect()
/linux/drivers/dma/amd/ptdma/ !
H A Dptdma-dev.c72 u8 *q_desc = (u8 *)&cmd_q->qbase[cmd_q->qidx]; in pt_core_execute_cmd()
207 cmd_q->qbase = dma_alloc_coherent(dev, cmd_q->qsize, in pt_core_init()
210 if (!cmd_q->qbase) { in pt_core_init()
269 dma_free_coherent(dev, cmd_q->qsize, cmd_q->qbase, cmd_q->qbase_dma); in pt_core_init()
299 dma_free_coherent(dev, cmd_q->qsize, cmd_q->qbase, in pt_core_destroy()
H A Dptdma.h197 struct ptdma_desc *qbase; member
H A Dptdma-dmaengine.c55 memcpy(&desc, &cmd_q->qbase[idx], sizeof(struct ae4dma_desc)); in ae4_check_status_error()
125 memcpy(&cmd_q->qbase[ae4cmd_q->tail_wi], desc, sizeof(struct ae4dma_desc)); in ae4_core_execute_cmd()
/linux/net/rxrpc/ !
H A Dinput_rack.c67 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_update()
108 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_reordering()
210 if (after(tq->qbase, call->tx_transmitted)) in rxrpc_rack_detect_loss()
219 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_detect_loss()
273 rxrpc_seq_t seq = tq->qbase + ix; in rxrpc_rack_mark_losses_on_rto()
H A Dinput.c253 _debug("tq=%x seq=%x i=%d f=%x", tq->qbase, seq, ix, tq->bufs[ix]->flags); in rxrpc_rotate_tx_window()
885 tq->qbase, tq->segment_acked, tq->nr_reported_acks, in rxrpc_input_soft_ack_tq()
888 _debug("[%x]", tq->qbase); in rxrpc_input_soft_ack_tq()
946 test_bit(call->tlp_seq - tq->qbase, &new_acks)) in rxrpc_input_soft_ack_tq()
971 _enter("%x,%x,%u", tq->qbase, seq, sp->ack.nr_acks); in rxrpc_input_soft_acks()
973 while (after(seq, tq->qbase + RXRPC_NR_TXQUEUE - 1)) in rxrpc_input_soft_acks()
H A Doutput.c572 _debug("prep[%u] tq=%x q=%x", i, tq->qbase, seq); in rxrpc_prepare_data_packet()
652 _enter("%x,%x-%x", tq->qbase, seq, seq + req->n - 1); in rxrpc_send_data_packet()
/linux/include/trace/events/ !
H A Drxrpc.h1871 __field(unsigned int, qbase)
1878 __entry->qbase = req->tq->qbase;
1885 __entry->qbase,
2062 __field(rxrpc_seq_t, qbase)
2068 __entry->qbase = tq->qbase;
2075 __entry->qbase,
2113 __field(rxrpc_seq_t, qbase)
2120 __entry->qbase
[all...]
/linux/drivers/dma/amd/ae4dma/ !
H A Dae4dma-dev.c116 cmd_q->qbase = dmam_alloc_coherent(dev, cmd_q->qsize, &cmd_q->qbase_dma, in ae4_core_init()
118 if (!cmd_q->qbase) in ae4_core_init()
/linux/drivers/net/ethernet/chelsio/cxgb4/ !
H A Dsrq.h50 u32 qbase; member
H A Dsrq.c74 e->qbase = SRQT_QBASE_G(be32_to_cpu(rpl->qlen_qbase)); in do_srq_table_rpl()
H A Dcudbg_lib.c1770 struct sge_qbase_reg_field *qbase, in cudbg_read_sge_qbase_indirect_reg() argument
1776 buff = qbase->pf_data_value[func]; in cudbg_read_sge_qbase_indirect_reg()
1778 buff = qbase->vf_data_value[func]; in cudbg_read_sge_qbase_indirect_reg()
1785 t4_write_reg(padap, qbase->reg_addr, func); in cudbg_read_sge_qbase_indirect_reg()
1787 *buff = t4_read_reg(padap, qbase->reg_data[i]); in cudbg_read_sge_qbase_indirect_reg()
/linux/drivers/dma/amd/qdma/ !
H A Dqdma.h176 u16 qbase; member
H A Dqdma.c220 qdma_set_field(qdev, data, QDMA_REGF_QUEUE_BASE, ctxt->qbase); in qdma_prep_fmap_context()
334 fmap.qbase = 0; in qdma_setup_fmap_context()
/linux/drivers/crypto/ccp/ !
H A Dccp-dev-v5.c238 mP = (__le32 *)&cmd_q->qbase[cmd_q->qidx]; in ccp5_do_cmd()
831 cmd_q->qbase = dmam_alloc_coherent(dev, cmd_q->qsize, in ccp5_init()
834 if (!cmd_q->qbase) { in ccp5_init()
H A Dccp-dev.h270 struct ccp5_desc *qbase; member