Searched refs:cps (Results 1 – 3 of 3) sorted by relevance
241 uint8_t oa_tx[tc6->cps]; in oa_tc6_send_chunks()250 chunks = len / tc6->cps; in oa_tc6_send_chunks()251 if (len % tc6->cps) { in oa_tc6_send_chunks()275 ret = net_pkt_read(pkt, oa_tx, len > tc6->cps ? tc6->cps : len); in oa_tc6_send_chunks()285 len -= tc6->cps; in oa_tc6_send_chunks()357 tx_buf[1].len = tc6->cps; in oa_tc6_chunk_spi_transfer()363 rx_buf[0].len = tc6->cps; in oa_tc6_chunk_spi_transfer()498 buf_rx_used += tc6->cps; in oa_tc6_read_chunks()499 if ((buf_rx_size - buf_rx_used) < tc6->cps) { in oa_tc6_read_chunks()
103 uint8_t cps; member
473 .cps = 64, .protected = 0, .spi = &lan865x_config_##inst.spi}; \
Completed in 7 milliseconds