Home
last modified time | relevance | path

Searched refs:spi_enable_chip (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Ddesignware_spi.c170 static inline void spi_enable_chip(struct dw_spi_priv *priv, int enable) in spi_enable_chip() function
178 spi_enable_chip(priv, 0); in spi_hw_init()
180 spi_enable_chip(priv, 1); in spi_hw_init()
399 spi_enable_chip(priv, 0); in dw_spi_xfer()
415 spi_enable_chip(priv, 1); in dw_spi_xfer()
450 spi_enable_chip(priv, 0); in dw_spi_set_speed()
458 spi_enable_chip(priv, 1); in dw_spi_set_speed()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-dw.h228 static inline void spi_enable_chip(struct dw_spi *dws, int enable) in spi_enable_chip() function
263 spi_enable_chip(dws, 0); in spi_reset_chip()
267 spi_enable_chip(dws, 1); in spi_reset_chip()
272 spi_enable_chip(dws, 0); in spi_shutdown_chip()
H A Dspi-rockchip.c234 static inline void spi_enable_chip(struct rockchip_spi *rs, bool enable) in spi_enable_chip() function
323 spi_enable_chip(rs, false); in rockchip_spi_handle_err()
409 spi_enable_chip(rs, false); in rockchip_spi_isr()
427 spi_enable_chip(rs, true); in rockchip_spi_prepare_irq()
453 spi_enable_chip(rs, false); in rockchip_spi_dma_rxcb()
471 spi_enable_chip(rs, false); in rockchip_spi_dma_txcb()
554 spi_enable_chip(rs, true); in rockchip_spi_prepare_dma()
589 spi_enable_chip(rs, true); in rockchip_spi_pio_transfer()
611 spi_enable_chip(rs, false); in rockchip_spi_pio_transfer()
1050 spi_enable_chip(rs, false); in rockchip_spi_probe()
H A Dspi-dw-core.c424 spi_enable_chip(dws, 0); in dw_spi_transfer_one()
443 spi_enable_chip(dws, 1); in dw_spi_transfer_one()
637 spi_enable_chip(dws, 0); in dw_spi_stop_mem_op()
639 spi_enable_chip(dws, 1); in dw_spi_stop_mem_op()
678 spi_enable_chip(dws, 0); in dw_spi_exec_mem_op()
684 spi_enable_chip(dws, 1); in dw_spi_exec_mem_op()
912 spi_enable_chip(dws, 0); in dw_spi_add_host()
H A Dspi-dw-bt1.c134 spi_enable_chip(dws, 0); in dw_spi_bt1_dirmap_read()
140 spi_enable_chip(dws, 1); in dw_spi_bt1_dirmap_read()