Home
last modified time | relevance | path

Searched refs:qbase (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dqlogicfas408.c81 int qbase = priv->qbase; in ql_zap() local
84 x = inb(qbase + 0xd); in ql_zap()
86 outb(3, qbase + 3); /* reset SCSI */ in ql_zap()
87 outb(2, qbase + 3); /* reset chip */ in ql_zap()
99 int qbase = priv->qbase; in ql_pdma() local
105 if (reqlen >= 128 && (inb(qbase + 8) & 2)) { /* full */ in ql_pdma()
106 insl(qbase + 4, request, 32); in ql_pdma()
111 if ((j = inb(qbase in ql_pdma()
184 int qbase = priv->qbase; ql_wai() local
215 int qbase = priv->qbase; ql_icmd() local
246 outb(scmd_id(cmd), qbase + 4); ql_icmd() local
270 int qbase = priv->qbase; ql_pcmd() local
405 int qbase = priv->qbase; ql_ihandl() local
533 qlogicfas408_get_chip_type(int qbase, int int_type) qlogicfas408_get_chip_type() argument
543 qlogicfas408_setup(int qbase, int id, int int_type) qlogicfas408_setup() argument
567 qlogicfas408_detect(int qbase, int int_type) qlogicfas408_detect() argument
580 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.c51 int qbase, in __qlogicfas_detect()
68 if (!qbase || qlirq == -1) in __qlogicfas_detect()
71 if (!request_region(qbase, 0x10, qlogicfas_name)) { in __qlogicfas_detect()
73 qbase); in __qlogicfas_detect()
77 if (!qlogicfas408_detect(qbase, INT_TYPE)) { in __qlogicfas_detect()
80 qbase); in __qlogicfas_detect()
85 " IRQ %d\n", qlogicfas_name, qbase, qlirq); in __qlogicfas_detect()
87 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in __qlogicfas_detect()
92 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in __qlogicfas_detect()
98 hreg->io_port = qbase; in __qlogicfas_detect()
50 __qlogicfas_detect(struct scsi_host_template *host, int qbase, int qlirq) __qlogicfas_detect() argument
[all...]
/kernel/linux/linux-6.6/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
251 outb(scmd_id(cmd), qbase + 4); 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()
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()
54 __qlogicfas_detect(struct scsi_host_template *host, int qbase, int qlirq) __qlogicfas_detect() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dqlogic_stub.c91 struct pcmcia_device *link, int qbase, int qlirq) in qlogic_detect()
98 qltyp = qlogicfas408_get_chip_type(qbase, INT_TYPE); in qlogic_detect()
103 qlogicfas408_setup(qbase, qinitid, INT_TYPE); in qlogic_detect()
109 shost->io_port = qbase; in qlogic_detect()
117 priv->qbase = qbase; in qlogic_detect()
127 qltyp, qbase, qlirq, QL_TURBO_PDMA); in qlogic_detect()
90 qlogic_detect(struct scsi_host_template *host, struct pcmcia_device *link, int qbase, int qlirq) qlogic_detect() argument
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dqlogic_stub.c94 struct pcmcia_device *link, int qbase, int qlirq) in qlogic_detect()
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()
93 qlogic_detect(struct scsi_host_template *host, struct pcmcia_device *link, int qbase, int qlirq) qlogic_detect() argument
/kernel/linux/linux-6.6/drivers/dma/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.h196 struct ptdma_desc *qbase; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.h50 u32 qbase; member
H A Dsrq.c132 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()
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()
1769 cudbg_read_sge_qbase_indirect_reg(struct adapter *padap, struct sge_qbase_reg_field *qbase, u32 func, bool is_pf) cudbg_read_sge_qbase_indirect_reg() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.h50 u32 qbase; member
H A Dsrq.c132 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()
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()
1769 cudbg_read_sge_qbase_indirect_reg(struct adapter *padap, struct sge_qbase_reg_field *qbase, u32 func, bool is_pf) cudbg_read_sge_qbase_indirect_reg() argument
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 26 milliseconds