Home
last modified time | relevance | path

Searched refs:SEDI_RBFM (Results 1 – 4 of 4) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/drivers/hpet/
Dsedi_hpet.c24 #define CTRL_STS_GENERAL_CONFIG SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS0)
25 #define CTRL_STS_GENERAL_INT_STATUS SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS1)
27 (SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS2) | \
28 SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS3))
29 #define CTRL_STS_TIMER0_CONFIG_CAPS SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS4)
30 #define CTRL_STS_TIMER1_CONFIG_CAPS SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS5)
31 #define CTRL_STS_TIMER2_CONFIG_CAPS SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS6)
33 (SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS7) | \
34 SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS8))
35 #define CTRL_STS_TIMER1_COMPARATOR SEDI_RBFM(HPET, HPET_CTRL_STS, HPET_CTRL_STS9)
[all …]
/hal_intel-3.5.0/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h73 #define SEDI_RBFM(_comp, _reg, _bf) SEDI_RBFM_##_comp##_##_reg##_##_bf macro
96 SEDI_RBFM(_comp, _reg, _bf))
134 static const SEDI_REGT(_comp, _reg) SEDI_RBFM(_comp, _reg, _bf) = \
201 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) == \
214 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) >> \
228 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & ~SEDI_RBFM(_comp, _reg, _bf)) | \
242 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & ~SEDI_RBFM(_comp, _reg, _bf)) | \
/hal_intel-3.5.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c308 regs->iir_fcr = (SEDI_RBFM(UART, IIR, FIFOE) | SEDI_UART_FCR_TX_0_RX_1_2_THRESHOLD); in io_vec_write_callback()
973 regs->tcr &= ~(SEDI_RBFM(UART, TCR, XFER_MODE)); in sedi_uart_rs485_set_config()
1039 (uint32_t)(((regs->det & SEDI_RBFM(UART, DET, DE_Assertion_Time)) >> in sedi_uart_rs485_get_config()
1044 (uint32_t)(((regs->det & SEDI_RBFM(UART, DET, DE_De_assertion_Time)) >> in sedi_uart_rs485_get_config()
1048 cfg->de_re_tat = (uint32_t)(((regs->tat & SEDI_RBFM(UART, TAT, DE_to_RE)) >> in sedi_uart_rs485_get_config()
1052 cfg->re_de_tat = (uint32_t)(((regs->tat & SEDI_RBFM(UART, TAT, RE_to_DE)) >> in sedi_uart_rs485_get_config()
1057 (regs->tcr & SEDI_RBFM(UART, TCR, XFER_MODE)) >> SEDI_RBFO(UART, TCR, XFER_MODE); in sedi_uart_rs485_get_config()
1108 regs->rar = cfg->receive_address & (SEDI_RBFM(UART, RAR, RAR)); in sedi_uart_9bit_set_config()
1180 cfg->receive_address = regs->rar & SEDI_RBFM(UART, RAR, RAR); in sedi_uart_9bit_get_config()
1943 regs->dmasa |= SEDI_RBFM(UART, DMASA, DMASA); in sedi_uart_dma_io_polled()
[all …]
/hal_intel-3.5.0/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c802 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_write_dma()
863 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_read_dma()
931 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_write_async()
982 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_read_async()
1033 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_poll_write()
1074 DBG_CHECK(0 != (addr & SEDI_RBFM(I2C, TAR, IC_TAR)), SEDI_DRIVER_ERROR_PARAMETER); in sedi_i2c_master_poll_read()