Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c181 struct rockchip_sfc { struct
205 static int rockchip_sfc_reset(struct rockchip_sfc *sfc) in rockchip_sfc_reset() argument
226 static u16 rockchip_sfc_get_version(struct rockchip_sfc *sfc) in rockchip_sfc_get_version()
231 static u32 rockchip_sfc_get_max_iosize(struct rockchip_sfc *sfc) in rockchip_sfc_get_max_iosize()
239 static u32 rockchip_sfc_get_max_dll_cells(struct rockchip_sfc *sfc) in rockchip_sfc_get_max_dll_cells()
252 static __maybe_unused void rockchip_sfc_set_delay_lines(struct rockchip_sfc *sfc, u16 cells, u8 cs) in rockchip_sfc_set_delay_lines()
267 static int rockchip_sfc_clk_set_rate(struct rockchip_sfc *sfc, unsigned long speed) in rockchip_sfc_clk_set_rate()
275 static unsigned long rockchip_sfc_clk_get_rate(struct rockchip_sfc *sfc) in rockchip_sfc_clk_get_rate()
284 static int rockchip_sfc_init(struct rockchip_sfc *sfc) in rockchip_sfc_init()
306 struct rockchip_sfc *sfc = dev_get_platdata(bus); in rockchip_cs_setup()
[all …]
H A DMakefile47 obj-$(CONFIG_ROCKCHIP_SFC) += rockchip_sfc.o