Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c76 writel(((todo * 8) / 32) | SPI_PACKET_CNT_EN, &regs->pkt_cnt); in spi_rx_tx()
118 writel(4 | SPI_PACKET_CNT_EN, &regs->pkt_cnt); in exynos_spi_copy()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dspi.h64 #define SPI_PACKET_CNT_EN (1 << 16) macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dexynos_spi.c93 writel(count | SPI_PACKET_CNT_EN, &regs->pkt_cnt); in spi_request_bytes()