Searched refs:hw_depth (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | hisi_dma.c | 374 u32 hw_depth = hdma_dev->chan_depth - 1; in hisi_dma_init_hw_qp() local 388 hisi_dma_chan_write(base, HISI_DMA_SQ_DEPTH, index, hw_depth); in hisi_dma_init_hw_qp() 389 hisi_dma_chan_write(base, HISI_DMA_CQ_DEPTH, index, hw_depth); in hisi_dma_init_hw_qp()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_stream_encoder.c | 1558 uint32_t hw_depth = 0; in enc1_stream_encoder_dp_get_pixel_format() local 1568 DP_COMPONENT_DEPTH, &hw_depth); in enc1_stream_encoder_dp_get_pixel_format() 1570 switch (hw_depth) { in enc1_stream_encoder_dp_get_pixel_format()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_stream_encoder.c | 1516 uint32_t hw_depth = 0; in enc1_stream_encoder_dp_get_pixel_format() local 1526 DP_COMPONENT_DEPTH, &hw_depth); in enc1_stream_encoder_dp_get_pixel_format() 1528 switch (hw_depth) { in enc1_stream_encoder_dp_get_pixel_format()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | hisi_dma.c | 611 u32 hw_depth = hdma_dev->chan_depth - 1; in hisi_dma_init_hw_qp() local 626 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_DEPTH, index, hw_depth); in hisi_dma_init_hw_qp() 627 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_DEPTH, index, hw_depth); in hisi_dma_init_hw_qp()
|
Completed in 7 milliseconds