Home
last modified time | relevance | path

Searched refs:width (Results 1 – 3 of 3) sorted by relevance

/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_common.h254 #define SET_BITS(reg_name, start, width, value) \ argument
256 uint32_t tmp = 1 << (width); \
266 #define GET_BITS(reg_name, start, width) \ argument
267 ((reg_name) & (((1<<(width)) - 1) << (start)))
/hal_intel-latest/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c238 uint8_t width = SEDI_RBFV(SPI, CTRLR0, DFS_32, FRAME_08BITS); in lld_spi_default_config() local
251 SEDI_PREG_RBF_SET(SPI, CTRLR0, DFS_32, width, &spi->ctrlr0); in lld_spi_default_config()
291 static inline void lld_spi_config_width(sedi_spi_regs_t *spi, uint8_t width) in lld_spi_config_width() argument
298 SEDI_PREG_RBF_SET(SPI, CTRLR0, DFS_32, width - 1, &spi->ctrlr0); in lld_spi_config_width()
734 int handshake, int chan, int width, in config_and_enable_dma_channel() argument
754 switch (width) { in config_and_enable_dma_channel()
947 int width = context->frame_size; in sedi_spi_dma_transfer() local
1016 spi_device, tx_dma, tx_handshake, tx_dma_chan, width, burst, in sedi_spi_dma_transfer()
1033 rx_dma_chan, width, burst, in sedi_spi_dma_transfer()
1045 spi_device, tx_dma, tx_handshake, tx_dma_chan, width, burst, in sedi_spi_dma_transfer()
[all …]
/hal_intel-latest/docs/
Dbsp_sedi_doxyfile51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1555 # to set the initial width (in pixels) of the frame in which the tree is shown.