Searched refs:buf_in_nocache (Results 1 – 3 of 3) sorted by relevance
1321 static bool buf_in_nocache(uintptr_t buf, size_t len_bytes) in buf_in_nocache() function1561 if (!buf_in_nocache((uintptr_t)tx_data, buf_size)) { in uart_stm32_async_tx()1629 if (!buf_in_nocache((uintptr_t)rx_buf, buf_size)) { in uart_stm32_async_rx_enable()1760 if (!buf_in_nocache((uintptr_t)buf, len)) { in uart_stm32_async_rx_buf_rsp()
928 static bool buf_in_nocache(uintptr_t buf, size_t len_bytes) in buf_in_nocache() function959 !buf_in_nocache((uintptr_t)buf->buf, buf->len)) { in spi_buf_set_in_nocache()
275 static bool buf_in_nocache(uintptr_t buf, size_t len_bytes) in buf_in_nocache() function313 if (!buf_in_nocache((uintptr_t)sequence->buffer, needed_buffer_size)) { in check_buffer()