Home
last modified time | relevance | path

Searched refs:last_word (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_mcux_flexcomm.c73 uint32_t last_word; member
408 data->last_word = 0; in spi_mcux_dma_tx_load()
413 spi_mcux_prepare_txdummy(&data->last_word, last_packet, spi_cfg, rx_ignore); in spi_mcux_dma_tx_load()
426 blk_cfg->source_address = (uint32_t)&data->last_word; in spi_mcux_dma_tx_load()
442 spi_mcux_prepare_txlastword(&data->last_word, buf, spi_cfg, len, rx_ignore); in spi_mcux_dma_tx_load()
459 blk_cfg->source_address = (uint32_t)&data->last_word; in spi_mcux_dma_tx_load()
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c351 uint32_t buf_len, uint32_t last_word) in mipi_dbi_lcdic_fill_tx() argument
364 base->TFIFO_WDATA = last_word; in mipi_dbi_lcdic_fill_tx()
/Zephyr-latest/scripts/
Dcheckpatch.pl3335 my $last_word = $1;
3336 if ($rawline =~ /^\+\s*\*\s*$last_word /) {
3338 "Possible repeated word: '$last_word'\n" . $hereprev) &&
3340 $fixed[$fixlinenr] =~ s/(\+\s*\*\s*)$last_word /$1/;