Symbol: qcom_spi_softc
sys/dev/qcom_qup/qcom_spi.c
119
struct qcom_spi_softc *sc = arg;
sys/dev/qcom_qup/qcom_spi.c
237
qcom_spi_attach_gpios(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi.c
274
qcom_spi_sysctl_attach(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi.c
287
struct qcom_spi_softc *sc = device_get_softc(dev);
sys/dev/qcom_qup/qcom_spi.c
467
qcom_spi_transfer_pio_block(struct qcom_spi_softc *sc, int mode,
sys/dev/qcom_qup/qcom_spi.c
710
struct qcom_spi_softc *sc = device_get_softc(dev);
sys/dev/qcom_qup/qcom_spi.c
81
qcom_spi_set_chipsel(struct qcom_spi_softc *sc, int cs, bool active)
sys/dev/qcom_qup/qcom_spi.c
839
struct qcom_spi_softc *sc = device_get_softc(dev);
sys/dev/qcom_qup/qcom_spi.c
898
sizeof(struct qcom_spi_softc),
sys/dev/qcom_qup/qcom_spi_hw.c
106
qcom_spi_hw_qup_is_state_valid_locked(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
119
qcom_spi_hw_qup_wait_state_valid_locked(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
136
qcom_spi_hw_is_opmode_dma_locked(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
149
qcom_spi_hw_qup_set_state_locked(struct qcom_spi_softc *sc, uint32_t state)
sys/dev/qcom_qup/qcom_spi_hw.c
207
qcom_spi_hw_qup_init_locked(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
246
qcom_spi_hw_spi_init_locked(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
282
qcom_spi_hw_spi_cs_force(struct qcom_spi_softc *sc, int cs, bool enable)
sys/dev/qcom_qup/qcom_spi_hw.c
309
qcom_spi_hw_interrupt_handle(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
378
qcom_spi_hw_setup_transfer_selection(struct qcom_spi_softc *sc, uint32_t len)
sys/dev/qcom_qup/qcom_spi_hw.c
414
qcom_spi_hw_complete_transfer(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
436
qcom_spi_hw_setup_current_transfer(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
500
qcom_spi_hw_setup_pio_transfer_cnt(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
527
qcom_spi_hw_setup_block_transfer_cnt(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
542
qcom_spi_hw_setup_io_modes(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
582
qcom_spi_hw_setup_spi_io_clock_polarity(struct qcom_spi_softc *sc,
sys/dev/qcom_qup/qcom_spi_hw.c
606
qcom_spi_hw_setup_spi_config(struct qcom_spi_softc *sc, uint32_t clock_val,
sys/dev/qcom_qup/qcom_spi_hw.c
648
qcom_spi_hw_setup_qup_config(struct qcom_spi_softc *sc, bool is_tx, bool is_rx)
sys/dev/qcom_qup/qcom_spi_hw.c
65
qcom_spi_hw_read_controller_transfer_sizes(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
685
qcom_spi_hw_setup_operational_mask(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
711
qcom_spi_hw_ack_write_pio_fifo(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
721
qcom_spi_hw_ack_opmode(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
742
qcom_spi_hw_write_from_tx_buf(struct qcom_spi_softc *sc, int shift,
sys/dev/qcom_qup/qcom_spi_hw.c
762
qcom_spi_hw_write_pio_fifo(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
834
qcom_spi_hw_write_pio_block(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
847
qcom_spi_hw_read_into_rx_buf(struct qcom_spi_softc *sc, uint8_t val)
sys/dev/qcom_qup/qcom_spi_hw.c
869
qcom_spi_hw_read_pio_fifo(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
965
qcom_spi_hw_read_pio_block(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_hw.c
973
qcom_spi_hw_do_full_reset(struct qcom_spi_softc *sc)
sys/dev/qcom_qup/qcom_spi_var.h
129
struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
130
extern int qcom_spi_hw_qup_set_state_locked(struct qcom_spi_softc *sc,
sys/dev/qcom_qup/qcom_spi_var.h
132
extern int qcom_spi_hw_qup_init_locked(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
133
extern int qcom_spi_hw_spi_init_locked(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
134
extern int qcom_spi_hw_spi_cs_force(struct qcom_spi_softc *sc, int cs,
sys/dev/qcom_qup/qcom_spi_var.h
136
extern int qcom_spi_hw_interrupt_handle(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
137
extern int qcom_spi_hw_setup_transfer_selection(struct qcom_spi_softc *sc,
sys/dev/qcom_qup/qcom_spi_var.h
139
extern int qcom_spi_hw_complete_transfer(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
141
extern int qcom_spi_hw_setup_current_transfer(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
142
extern int qcom_spi_hw_setup_pio_transfer_cnt(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
143
extern int qcom_spi_hw_setup_block_transfer_cnt(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
144
extern int qcom_spi_hw_setup_io_modes(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
146
struct qcom_spi_softc *sc, bool cpol);
sys/dev/qcom_qup/qcom_spi_var.h
147
extern int qcom_spi_hw_setup_spi_config(struct qcom_spi_softc *sc,
sys/dev/qcom_qup/qcom_spi_var.h
149
extern int qcom_spi_hw_setup_qup_config(struct qcom_spi_softc *sc,
sys/dev/qcom_qup/qcom_spi_var.h
151
extern int qcom_spi_hw_setup_operational_mask(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
152
extern int qcom_spi_hw_ack_write_pio_fifo(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
153
extern int qcom_spi_hw_ack_opmode(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
154
extern int qcom_spi_hw_write_pio_fifo(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
155
extern int qcom_spi_hw_write_pio_block(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
156
extern int qcom_spi_hw_read_pio_fifo(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
157
extern int qcom_spi_hw_read_pio_block(struct qcom_spi_softc *sc);
sys/dev/qcom_qup/qcom_spi_var.h
158
extern int qcom_spi_hw_do_full_reset(struct qcom_spi_softc *sc);