Home
last modified time | relevance | path

Searched refs:q_op (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1553 struct qcom_op *q_op) in qcom_op_cmd_mapping() argument
1581 q_op->flag = OP_PROGRAM_PAGE; in qcom_op_cmd_mapping()
1602 struct qcom_op *q_op) in qcom_parse_instructions() argument
1616 ret = qcom_op_cmd_mapping(chip, instr->ctx.cmd.opcode, q_op); in qcom_parse_instructions()
1620 q_op->cmd_reg = cpu_to_le32(ret); in qcom_parse_instructions()
1621 q_op->rdy_delay_ns = instr->delay_ns; in qcom_parse_instructions()
1630 q_op->addr1_reg |= cpu_to_le32(addrs[i] << (i * 8)); in qcom_parse_instructions()
1633 q_op->addr2_reg |= cpu_to_le32(addrs[4]); in qcom_parse_instructions()
1635 q_op->rdy_delay_ns = instr->delay_ns; in qcom_parse_instructions()
1639 q_op in qcom_parse_instructions()
1694 struct qcom_op q_op = {}; qcom_read_status_exec() local
1757 struct qcom_op q_op = {}; qcom_read_id_type_exec() local
1806 struct qcom_op q_op = {}; qcom_misc_cmd_type_exec() local
1862 struct qcom_op q_op = {}; qcom_param_page_type_exec() local
[all...]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h375 struct vfpf_q_op_tlv q_op; member
H A Dbnx2x_vfpf.c688 struct vfpf_q_op_tlv *req = &bp->vf2pf_mbox->req.q_op; in bnx2x_vfpf_teardown_queue()
1949 int qid = mbx->msg->req.q_op.vf_qid; in bnx2x_vf_mbx_teardown_q()