Home
last modified time | relevance | path

Searched refs:cq_int (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ufs/
H A Dufs.c470 u->mcq_op_reg[cq->cqid].cq_int.is = in ufs_mcq_process_cq()
471 FIELD_DP32(u->mcq_op_reg[cq->cqid].cq_int.is, CQIS, TEPS, 1); in ufs_mcq_process_cq()
778 case offsetof(UfsMcqOpReg, cq_int.is): in ufs_write_mcq_op_reg()
779 opr->cq_int.is &= ~data; in ufs_write_mcq_op_reg()
/openbmc/qemu/include/block/
H A Dufs.h258 UfsMcqCqIntReg cq_int; member