Searched refs:tlen (Results 1 – 2 of 2) sorted by relevance
386 size_t tlen = tx_buf->len; in qmspi_tx() local390 if (tlen == 0) { in qmspi_tx()396 return qmspi_tx_dummy_clocks(regs, tlen); in qmspi_tx()420 while (tlen) { in qmspi_tx()421 tlen--; in qmspi_tx()436 while (tlen) { in qmspi_tx()443 tlen--; in qmspi_tx()
1031 void test_strtok_r_do(char *str, char *sep, int tlen, in test_strtok_r_do() argument1040 while (tok && len < tlen) { in test_strtok_r_do()1048 zassert_equal(len, tlen, in test_strtok_r_do()1051 zassert_not_equal(len, tlen, in test_strtok_r_do()