Home
last modified time | relevance | path

Searched refs:qtable (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/media/platform/verisilicon/
Dhantro_mpeg2.c21 void hantro_mpeg2_dec_copy_qtable(u8 *qtable, in hantro_mpeg2_dec_copy_qtable() argument
26 if (!qtable || !ctrl) in hantro_mpeg2_dec_copy_qtable()
31 qtable[n + 0] = ctrl->intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
32 qtable[n + 64] = ctrl->non_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
33 qtable[n + 128] = ctrl->chroma_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
34 qtable[n + 192] = ctrl->chroma_non_intra_quantiser_matrix[i]; in hantro_mpeg2_dec_copy_qtable()
42 ctx->mpeg2_dec.qtable.size = ARRAY_SIZE(zigzag) * 4; in hantro_mpeg2_dec_init()
43 ctx->mpeg2_dec.qtable.cpu = in hantro_mpeg2_dec_init()
45 ctx->mpeg2_dec.qtable.size, in hantro_mpeg2_dec_init()
46 &ctx->mpeg2_dec.qtable.dma, in hantro_mpeg2_dec_init()
[all …]
Dhantro_hw.h165 struct hantro_aux_buf qtable; member
524 void hantro_mpeg2_dec_copy_qtable(u8 *qtable,
Drockchip_vpu2_hw_mpeg2_dec.c89 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in rockchip_vpu2_mpeg2_dec_set_quantisation()
90 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, VDPU_REG_QTABLE_BASE); in rockchip_vpu2_mpeg2_dec_set_quantisation()
Dhantro_g1_mpeg2_dec.c87 hantro_mpeg2_dec_copy_qtable(ctx->mpeg2_dec.qtable.cpu, q); in hantro_g1_mpeg2_dec_set_quantisation()
88 vdpu_write_relaxed(vpu, ctx->mpeg2_dec.qtable.dma, G1_REG_QTABLE_BASE); in hantro_g1_mpeg2_dec_set_quantisation()
/linux-6.6.21/drivers/s390/crypto/
Dvfio_ap_private.h121 struct ap_queue_table qtable; member
Dvfio_ap_ops.c212 hash_for_each_possible(matrix_mdev->qtable.queues, q, mdev_qnode, in vfio_ap_mdev_get_queue()
748 hash_init(matrix_mdev->qtable.queues); in vfio_ap_mdev_init_dev()
783 hash_add(matrix_mdev->qtable.queues, &q->mdev_qnode, q->apqn); in vfio_ap_mdev_link_queue()
1620 struct ap_queue_table *qtable = &matrix_mdev->qtable; in unmap_iova() local
1624 hash_for_each(qtable->queues, loop_cursor, q, mdev_qnode) { in unmap_iova()
1802 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode) in vfio_ap_mdev_reset_queues()
1805 hash_for_each(matrix_mdev->qtable.queues, loop_cursor, q, mdev_qnode) { in vfio_ap_mdev_reset_queues()
/linux-6.6.21/drivers/media/usb/gspca/
Dspca500.c394 const __u8 qtable[2][64]) in spca50x_setup_qtable()
400 err = reg_w(gspca_dev, request, ybase + i, qtable[0][i]); in spca50x_setup_qtable()
407 err = reg_w(gspca_dev, request, cbase + i, qtable[1][i]); in spca50x_setup_qtable()
Dsunplus.c328 const u8 qtable[2][64]) in setup_qtable()
334 reg_w_riv(gspca_dev, 0x00, 0x2800 + i, qtable[0][i]); in setup_qtable()
338 reg_w_riv(gspca_dev, 0x00, 0x2840 + i, qtable[1][i]); in setup_qtable()
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/
Dfuneth.h169 const u32 *qtable, u8 op);
Dfuneth_main.c177 const u32 *qtable, u8 op) in fun_config_rss() argument
214 *indir_tab++ = cpu_to_be32(rxqs[*qtable++]->hw_cqid); in fun_config_rss()