Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c49 #define SUN4I_CTL_MASTER BIT(1) macro
133 setbits_le32(SUN4I_SPI0_CTL, SUN4I_CTL_MASTER | in spi0_enable_clock()
147 clrbits_le32(SUN4I_SPI0_CTL, SUN4I_CTL_MASTER | in spi0_disable_clock()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-sun4i.c29 #define SUN4I_CTL_MASTER BIT(1) macro
406 SUN4I_CTL_ENABLE | SUN4I_CTL_MASTER | SUN4I_CTL_TP); in sun4i_spi_runtime_resume()