Home
last modified time | relevance | path

Searched refs:qtmp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_xgmac.c488 u64 qtmp; in hns_xgmac_get_regs() local
577 hns_xgmac_cpy_q(&regs[73], qtmp); in hns_xgmac_get_regs()
579 hns_xgmac_cpy_q(&regs[75], qtmp); in hns_xgmac_get_regs()
581 hns_xgmac_cpy_q(&regs[77], qtmp); in hns_xgmac_get_regs()
583 hns_xgmac_cpy_q(&regs[79], qtmp); in hns_xgmac_get_regs()
585 hns_xgmac_cpy_q(&regs[81], qtmp); in hns_xgmac_get_regs()
587 hns_xgmac_cpy_q(&regs[83], qtmp); in hns_xgmac_get_regs()
589 hns_xgmac_cpy_q(&regs[85], qtmp); in hns_xgmac_get_regs()
591 hns_xgmac_cpy_q(&regs[87], qtmp); in hns_xgmac_get_regs()
593 hns_xgmac_cpy_q(&regs[89], qtmp); in hns_xgmac_get_regs()
[all …]
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h51 intptr_t dstoff = offsetof(CPUHexagonState, qtmp); \
67 intptr_t dstoff = offsetof(CPUHexagonState, qtmp); \
83 intptr_t dstoff = offsetof(CPUHexagonState, qtmp); \
99 intptr_t dstoff = offsetof(CPUHexagonState, qtmp); \
116 intptr_t dstoff = offsetof(CPUHexagonState, qtmp); \
456 intptr_t qoff = offsetof(CPUHexagonState, qtmp); \
H A Dcpu.h111 MMQReg qtmp QEMU_ALIGNED(16);
H A Dop_helper.c1351 if (fGETQBIT(env->qtmp, sizeof(MMVector) / 8 * lane + i)) { in HELPER()
1384 if (fGETQBIT(env->qtmp, 2 * i)) { in HELPER()
1416 if (fGETQBIT(env->qtmp, 2 * i)) { in HELPER()
1448 if (fGETQBIT(env->qtmp, 2 * i)) { in HELPER()
1482 if (((bucket & 1) == uiV) && fGETQBIT(env->qtmp, 2 * i)) { in HELPER()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c3188 SYM_QUEHEAD qtmp, *qp; local
3195 sym_que_init(&qtmp);
3196 sym_que_splice(&np->busy_ccbq, &qtmp);
3204 while ((qp = sym_remque_head(&qtmp)) != NULL) {
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c1554 u32 qnum, qtmp, val32, msk32; in mac_is_txq_empty() local
1567 qtmp = qempty.qempty; in mac_is_txq_empty()
1569 val32 = FIELD_GET(QEMP_ACQ_GRP_QSEL_MASK, qtmp); in mac_is_txq_empty()
1572 qtmp >>= QEMP_ACQ_GRP_QSEL_SH; in mac_is_txq_empty()