Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsh_spi.c130 ~(SH_SPI_SSA | SH_SPI_SSDB | SH_SPI_SSD), &ss->regs->cr1); in spi_release_bus()
140 sh_spi_set_bit(SH_SPI_SSA, &ss->regs->cr1); in sh_spi_send()
170 sh_spi_set_bit(SH_SPI_SSA, &ss->regs->cr1); in sh_spi_send()
189 sh_spi_set_bit(SH_SPI_SSA, &ss->regs->cr1); in sh_spi_receive()
212 sh_spi_write(sh_spi_read(&ss->regs->cr1) & ~SH_SPI_SSA, in spi_xfer()
225 sh_spi_clear_bit(SH_SPI_SSA | SH_SPI_SSDB | SH_SPI_SSD, in spi_xfer()
H A Dsh_spi.h33 #define SH_SPI_SSA 0x01 macro