Searched refs:spdcr (Results 1 – 3 of 3) sorted by relevance
513 uint32_t spdcr = 0; in r_rspi_hw_config() local618 p_ctrl->p_regs->SPDCR = (uint8_t) spdcr; in r_rspi_hw_config()659 uint32_t spdcr = p_ctrl->p_regs->SPDCR; in r_rspi_bit_width_config() local662 spdcr &= (uint32_t) (~R_RSPI0_SPDCR_SPLW_Msk); in r_rspi_bit_width_config()667 spdcr |= RSPI_SPDCR_WIDTH_8BIT; in r_rspi_bit_width_config()675 spdcr |= RSPI_SPDCR_WIDTH_16BIT; in r_rspi_bit_width_config()683 spdcr |= RSPI_SPDCR_WIDTH_32BIT; in r_rspi_bit_width_config()689 p_ctrl->p_regs->SPDCR = (uint8_t) spdcr; in r_rspi_bit_width_config()
711 uint32_t spdcr = p_ctrl->p_regs->SPDCR; in r_spi_bit_width_config() local717 spdcr &= ~R_SPI0_SPDCR_SPBYT_Msk; in r_spi_bit_width_config()718 spdcr |= R_SPI0_SPDCR_SPLW_Msk; in r_spi_bit_width_config()723 spdcr |= R_SPI0_SPDCR_SPBYT_Msk; in r_spi_bit_width_config()728 spdcr &= ~(R_SPI0_SPDCR_SPBYT_Msk | R_SPI0_SPDCR_SPLW_Msk); in r_spi_bit_width_config()741 p_ctrl->p_regs->SPDCR = (uint8_t) spdcr; in r_spi_bit_width_config()
502 uint32_t spdcr = 0; in r_spi_b_hw_config() local593 spdcr |= p_extend->byte_swap; in r_spi_b_hw_config()620 p_ctrl->p_regs->SPDCR = spdcr; in r_spi_b_hw_config()