Home
last modified time | relevance | path

Searched refs:msm_boot_uart_dm_read (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/qualcomm/ipq806x/
H A Duart.c99 msm_boot_uart_dm_read(unsigned int *data, int *count, int wait)
341 if (msm_boot_uart_dm_read(&word, &valid_data, 0) !=
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/serial/
H A Dipq806x.c133 static unsigned msm_boot_uart_dm_read(void) in msm_boot_uart_dm_read() function
317 if (msm_boot_uart_dm_read() != IPQ_UART_DM_E_SUCCESS) in serial_havechar()
H A Dqcs405.c339 msm_boot_uart_dm_read(unsigned int *data, int *count) in msm_boot_uart_dm_read() function
516 if (msm_boot_uart_dm_read(&word, &valid_data) != 0) in serial_havechar()
H A Dipq40xx.c342 msm_boot_uart_dm_read(unsigned int *data, int *count, int wait) in msm_boot_uart_dm_read() function
524 if (msm_boot_uart_dm_read(&word, &valid_data, 0) != in serial_havechar()