Home
last modified time | relevance | path

Searched refs:SEDI_PREG_GET (Results 1 – 2 of 2) sorted by relevance

/hal_intel-latest/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h174 #define SEDI_PREG_GET(_comp, _reg, _reg_addr) \ macro
181 SEDI_PREG_GET(_comp, _reg, SEDI_IREG_PTR(_comp, _instance, _reg))
183 #define SEDI_REG_GET(_comp, _reg) SEDI_PREG_GET(_comp, _reg, SEDI_REG_PTR(_comp, _reg))
204 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) == \
217 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) >> \
231 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & ~SEDI_RBFM(_comp, _reg, _bf)) | \
245 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & ~SEDI_RBFM(_comp, _reg, _bf)) | \
/hal_intel-latest/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c407 data = SEDI_PREG_GET(SPI, DR0, &spi->dr0); in lld_spi_receive_fifo()