Home
last modified time | relevance | path

Searched refs:fill_tx_addr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bcm2835.c118 * @fill_tx_addr: bus address of zero page
151 dma_addr_t fill_tx_addr; member
863 if (bs->fill_tx_addr) in bcm2835_dma_release()
865 bs->fill_tx_addr, sizeof(u32), in bcm2835_dma_release()
936 bs->fill_tx_addr = dma_map_page_attrs(ctlr->dma_tx->device->dev, in bcm2835_dma_init()
940 if (dma_mapping_error(ctlr->dma_tx->device->dev, bs->fill_tx_addr)) { in bcm2835_dma_init()
942 bs->fill_tx_addr = 0; in bcm2835_dma_init()
948 bs->fill_tx_addr, in bcm2835_dma_init()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bcm2835.c115 * @fill_tx_addr: bus address of zero page
142 dma_addr_t fill_tx_addr; member
869 if (bs->fill_tx_addr) in bcm2835_dma_release()
871 bs->fill_tx_addr, sizeof(u32), in bcm2835_dma_release()
931 bs->fill_tx_addr = dma_map_page_attrs(ctlr->dma_tx->device->dev, in bcm2835_dma_init()
935 if (dma_mapping_error(ctlr->dma_tx->device->dev, bs->fill_tx_addr)) { in bcm2835_dma_init()
937 bs->fill_tx_addr = 0; in bcm2835_dma_init()
943 bs->fill_tx_addr, in bcm2835_dma_init()

Completed in 4 milliseconds