Searched refs:aml_sfc (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-amlogic-spifc-a4.c | 185 struct aml_sfc { struct 218 static struct aml_sfc *nand_to_aml_sfc(struct nand_device *nand) in nand_to_aml_sfc() argument 222 return container_of(eng, struct aml_sfc, ecc_eng); in nand_to_aml_sfc() 225 static inline void *aml_sfc_to_ecc_ctx(struct aml_sfc *sfc) in aml_sfc_to_ecc_ctx() 230 static int aml_sfc_wait_cmd_finish(struct aml_sfc *sfc, u64 timeout_ms) in aml_sfc_wait_cmd_finish() 260 static int aml_sfc_pre_transfer(struct aml_sfc *sfc, u32 idle_cycle, u32 cs2clk_cycle) in aml_sfc_pre_transfer() 271 static int aml_sfc_end_transfer(struct aml_sfc *sfc, u32 clk2cs_cycle) in aml_sfc_end_transfer() 282 static int aml_sfc_set_bus_width(struct aml_sfc *sfc, u8 buswidth, u32 mask) in aml_sfc_set_bus_width() 298 static int aml_sfc_send_cmd(struct aml_sfc *sfc, const struct spi_mem_op *op) in aml_sfc_send_cmd() 317 static int aml_sfc_send_addr(struct aml_sfc *sfc, const struct spi_mem_op *op) in aml_sfc_send_addr() [all …]
|