Searched refs:MAX_WRITE_BLOCK (Results 1 – 2 of 2) sorted by relevance
31 uint8_t buf_a[MAX_WRITE_BLOCK+64];32 uint8_t buf_b[MAX_WRITE_BLOCK+64];151 if (ub.read == MAX_WRITE_BLOCK+64) { in stub_handle_rx_byte()217 if(command->data_len > MAX_WRITE_BLOCK+16) { in cmd_loop()288 if (command->data_len == 16 && data_words[2] > MAX_WRITE_BLOCK) { in cmd_loop()301 if (command->data_len == 16 && data_words[2] > MAX_WRITE_BLOCK) { in cmd_loop()
14 #define MAX_WRITE_BLOCK 0x4000 macro