Home
last modified time | relevance | path

Searched defs:rockchip_spi_priv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drk_spi.c44 struct rockchip_spi_priv { struct
45 struct rockchip_spi *regs;
46 struct clk clk;
47 unsigned int max_freq;
48 unsigned int mode;
49 ulong last_transaction_us; /* Time of last transaction end */
50 u8 bits_per_word; /* max 16 bits per word */
51 u8 n_bytes;
52 unsigned int speed_hz;
53 unsigned int last_speed_hz;
[all …]
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.c15 struct rockchip_spi_priv { struct
26 static struct rockchip_spi_priv spi_bus[RK_SPI_BUS_MAX]; argument