Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-bcm63xx-hsspi.c145 u8 *prepend_buf; member
308 memcpy(bs->prepend_buf + bs->prepend_cnt, t->tx_buf, t->len); in bcm63xx_prepare_prepend_transfer()
328 t_prepend->tx_buf = bs->prepend_buf; in bcm63xx_prepare_prepend_transfer()
398 memcpy_toio(bs->fifo + HSSPI_OPCODE_LEN, bs->prepend_buf, in bcm63xx_hsspi_do_prepend_txrx()
796 bs->prepend_buf = devm_kzalloc(dev, HSSPI_BUFFER_LEN, GFP_KERNEL); in bcm63xx_hsspi_probe()
797 if (!bs->prepend_buf) { in bcm63xx_hsspi_probe()