Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance
/hal_intel-3.6.0/bsp_sedi/include/driver/ |
D | sedi_driver_common.h | 256 uint32_t tmp = 1 << (width); \ 257 reg_name &= ~((tmp - 1) << (start)); \
|
/hal_intel-3.6.0/bsp_sedi/drivers/spi/ |
D | sedi_spi_dw_apb.c | 209 uint32_t tmp; in lld_spi_interrupt_clear() local 212 PARAM_UNUSED(tmp); in lld_spi_interrupt_clear() 215 tmp = SEDI_PREG_RBFV_GET(SPI, ICR, ICR, &spi->icr); in lld_spi_interrupt_clear() 218 tmp = SEDI_PREG_RBFV_GET(SPI, TXOICR, TXOICR, &spi->txoicr); in lld_spi_interrupt_clear() 219 tmp = SEDI_PREG_RBFV_GET(SPI, RXOICR, RXOICR, &spi->rxoicr); in lld_spi_interrupt_clear() 220 tmp = SEDI_PREG_RBFV_GET(SPI, RXUICR, RXUICR, &spi->rxuicr); in lld_spi_interrupt_clear()
|