Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pci1xxxx.c107 #define SPI_MST_CMD_BUF_OFFSET(x) (((x) * SPI_MST1_ADDR_BASE) + 0x00) macro
358 writel(lower_32_bits(SPI_PERI_ADDR_BASE + SPI_MST_CMD_BUF_OFFSET(p->hw_inst)), in pci1xxxx_spi_setup_dma_to_io()
360 writel(upper_32_bits(SPI_PERI_ADDR_BASE + SPI_MST_CMD_BUF_OFFSET(p->hw_inst)), in pci1xxxx_spi_setup_dma_to_io()
447 memcpy_toio(par->reg_base + SPI_MST_CMD_BUF_OFFSET(p->hw_inst), in pci1xxxx_spi_transfer_with_io()