Searched refs:pch_spi_setclr_reg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-topcliff-pch.c | 240 static inline void pch_spi_setclr_reg(struct spi_controller *host, int idx, in pch_spi_setclr_reg() function 250 pch_spi_setclr_reg(host, PCH_SPCR, SPCR_MSTR_BIT, 0); in pch_spi_set_host_mode() 259 pch_spi_setclr_reg(host, PCH_SPCR, SPCR_FICLR_BIT, 0); in pch_spi_clear_fifo() 260 pch_spi_setclr_reg(host, PCH_SPCR, 0, SPCR_FICLR_BIT); in pch_spi_clear_fifo() 315 pch_spi_setclr_reg(data->host, PCH_SPCR, 0, in pch_spi_handler_sub() 397 pch_spi_setclr_reg(host, PCH_SPBRR, n_spbr, MASK_SPBRR_SPBR_BITS); in pch_spi_set_baud_rate() 409 pch_spi_setclr_reg(host, PCH_SPBRR, 0, SPBRR_SIZE_BIT); in pch_spi_set_bits_per_word() 411 pch_spi_setclr_reg(host, PCH_SPBRR, SPBRR_SIZE_BIT, 0); in pch_spi_set_bits_per_word() 436 pch_spi_setclr_reg(spi->controller, PCH_SPCR, flags, in pch_spi_setup_transfer() 665 pch_spi_setclr_reg(data->host, PCH_SPCR, in pch_spi_set_ir() [all …]
|