Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
A Ddcn20_clk_mgr.c154 uint32_t fifo_level; in dcn20_update_clocks_update_dentist() local
165 fifo_level = stream_enc->funcs->get_fifo_cal_average_level( in dcn20_update_clocks_update_dentist()
167 N = fifo_level / 4; in dcn20_update_clocks_update_dentist()
187 uint32_t fifo_level; in dcn20_update_clocks_update_dentist() local
196 fifo_level = stream_enc->funcs->get_fifo_cal_average_level( in dcn20_update_clocks_update_dentist()
198 N = fifo_level / 4; in dcn20_update_clocks_update_dentist()
/drivers/spi/
A Dspi-ep93xx.c90 size_t fifo_level; member
230 espi->fifo_level--; in ep93xx_spi_read_write()
234 while (espi->fifo_level < SPI_FIFO_SIZE && espi->tx < xfer->len) { in ep93xx_spi_read_write()
236 espi->fifo_level++; in ep93xx_spi_read_write()
538 espi->fifo_level = 0; in ep93xx_spi_prepare_message()
/drivers/i2c/busses/
A Di2c-exynos5.c504 u32 fifo_level, int_status, fifo_status, trans_status; in exynos5_i2c_irq() local
576 fifo_level = HSI2C_RX_FIFO_LVL(fifo_status); in exynos5_i2c_irq()
577 len = min(fifo_level, i2c->msg->len - i2c->msg_ptr); in exynos5_i2c_irq()
588 fifo_level = HSI2C_TX_FIFO_LVL(fifo_status); in exynos5_i2c_irq()
590 len = i2c->variant->fifo_depth - fifo_level; in exynos5_i2c_irq()
/drivers/gpu/drm/amd/display/dc/dio/dcn20/
A Ddcn20_stream_encoder.c585 uint32_t fifo_level; in enc2_get_fifo_cal_average_level() local
588 DIG_FIFO_CAL_AVERAGE_LEVEL, &fifo_level); in enc2_get_fifo_cal_average_level()
589 return fifo_level; in enc2_get_fifo_cal_average_level()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
A Ddcn32_clk_mgr.c373 uint32_t fifo_level; in dcn32_update_clocks_update_dentist() local
384 fifo_level = stream_enc->funcs->get_fifo_cal_average_level( in dcn32_update_clocks_update_dentist()
386 N = fifo_level / 4; in dcn32_update_clocks_update_dentist()
429 uint32_t fifo_level; in dcn32_update_clocks_update_dentist() local
438 fifo_level = stream_enc->funcs->get_fifo_cal_average_level( in dcn32_update_clocks_update_dentist()
440 N = fifo_level / 4; in dcn32_update_clocks_update_dentist()
/drivers/media/i2c/
A Dtc358743.c879 i2c_wr16(sd, FIFOCTL, pdata->fifo_level); in tc358743_initial_setup()
1994 state->pdata.fifo_level = 374; in tc358743_probe_of()

Completed in 20 milliseconds