Home
last modified time | relevance | path

Searched refs:wait_count (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H A Dmipi_tx_hal.c702 unsigned int wait_count; in mipi_tx_wait_cmd_fifo_empty() local
704 wait_count = 0; in mipi_tx_wait_cmd_fifo_empty()
708 wait_count++; in mipi_tx_wait_cmd_fifo_empty()
712 if (wait_count > MIPI_TX_READ_TIMEOUT_CNT) { in mipi_tx_wait_cmd_fifo_empty()
724 unsigned int wait_count; in mipi_tx_wait_write_fifo_empty() local
726 wait_count = 0; in mipi_tx_wait_write_fifo_empty()
730 wait_count++; in mipi_tx_wait_write_fifo_empty()
734 if (wait_count > MIPI_TX_READ_TIMEOUT_CNT) { in mipi_tx_wait_write_fifo_empty()
746 unsigned int wait_count; in mipi_tx_wait_write_fifo_not_full() local
748 wait_count in mipi_tx_wait_write_fifo_not_full()
865 unsigned int wait_count; mipi_tx_wait_read_fifo_not_empty() local
897 unsigned int wait_count; mipi_tx_wait_read_fifo_empty() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.c87 hi_u32 wait_count = 10; in wal_init_dev_addr() local
103 while (g_wait_mac_set == 1 && (wait_count--) > 0) { in wal_init_dev_addr()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h474 u64 wait_count; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c978 __schedstat_inc(se->statistics.wait_count); in update_stats_wait_end()

Completed in 21 milliseconds