| /Zephyr-latest/drivers/pcie/host/ |
| D | vc.c | 16 uint32_t base; in pcie_vc_cap_lookup() local 37 uint32_t base, in pcie_vc_load_resources_regs() 61 uint32_t base; in get_vc_registers() local
|
| D | ptm.c | 24 static int pcie_ptm_root_setup(const struct device *dev, uint32_t base) in pcie_ptm_root_setup() 74 uint32_t base; in DT_INST_FOREACH_STATUS_OKAY() local
|
| /Zephyr-latest/drivers/watchdog/ |
| D | wdt_mcux_rtwdog.c | 26 RTWDOG_Type *base; member 44 RTWDOG_Type *base = config->base; in mcux_rtwdog_setup() local 74 RTWDOG_Type *base = config->base; in mcux_rtwdog_disable() local 153 RTWDOG_Type *base = config->base; in mcux_rtwdog_feed() local 175 RTWDOG_Type *base = config->base; in mcux_rtwdog_isr() local
|
| D | wdt_mcux_wdog32.c | 24 WDOG_Type *base; member 46 WDOG_Type *base = config->base; in mcux_wdog32_setup() local 69 WDOG_Type *base = config->base; in mcux_wdog32_disable() local 144 WDOG_Type *base = config->base; in mcux_wdog32_feed() local 161 WDOG_Type *base = config->base; in mcux_wdog32_isr() local
|
| /Zephyr-latest/drivers/i2c/ |
| D | i2c_mcux.c | 29 I2C_Type *base; member 54 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_configure() local 97 static void i2c_mcux_master_transfer_callback(I2C_Type *base, in i2c_mcux_master_transfer_callback() 147 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_transfer() local 237 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_async_iter() local 304 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_isr() local 312 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_init() local
|
| D | i2c_imx.c | 27 I2C_Type *base; member 53 I2C_Type *base = DEV_BASE(dev); in i2c_imx_write() local 87 I2C_Type *base = DEV_BASE(dev); in i2c_imx_read() local 127 I2C_Type *base = DEV_BASE(dev); in i2c_imx_configure() local 191 I2C_Type *base = DEV_BASE(dev); in i2c_imx_transfer() local 273 I2C_Type *base = DEV_BASE(dev); in i2c_imx_isr() local
|
| D | i2c_ite_enhance.c | 63 uint8_t *base; member 253 uint8_t *base = config->base; in i2c_get_line_levels() local 270 uint8_t *base = config->base; in i2c_is_busy() local 288 uint8_t *base = config->base; in i2c_reset() local 300 uint8_t *base = config->base; in i2c_enhanced_port_set_frequency() local 401 uint8_t *base = config->base; in enhanced_i2c_error() local 421 uint8_t *base = config->base; in enhanced_i2c_start() local 442 uint8_t *base = config->base; in i2c_pio_trans_data() local 475 uint8_t *base = config->base; in enhanced_i2c_tran_read() local 532 uint8_t *base = config->base; in enhanced_i2c_tran_write() local [all …]
|
| D | i2c_mcux_flexcomm.c | 35 I2C_Type *base; member 76 I2C_Type *base = config->base; in mcux_flexcomm_configure() local 115 static void mcux_flexcomm_master_transfer_callback(I2C_Type *base, in mcux_flexcomm_master_transfer_callback() 150 I2C_Type *base = config->base; in mcux_flexcomm_transfer() local 374 static void i2c_target_transfer_callback(I2C_Type *base, in i2c_target_transfer_callback() 447 I2C_Type *base = config->base; in mcux_flexcomm_setup_slave_config() local 472 I2C_Type *base = config->base; in mcux_flexcomm_target_register() local 512 I2C_Type *base = config->base; in mcux_flexcomm_target_unregister() local 546 I2C_Type *base = config->base; in mcux_flexcomm_isr() local 562 I2C_Type *base = config->base; in mcux_flexcomm_init() local
|
| D | i2c_nxp_ii2c.c | 61 I2C_Type *base = get_base(dev); in nxp_ii2c_configure() local 108 static void nxp_ii2c_master_transfer_callback(I2C_Type *base, in nxp_ii2c_master_transfer_callback() 158 I2C_Type *base = get_base(dev); in nxp_ii2c_transfer() local 248 I2C_Type *base = get_base(dev); in nxp_ii2c_async_iter() local 315 I2C_Type *base = get_base(dev); in nxp_ii2c_isr() local 323 I2C_Type *base; in nxp_ii2c_init() local
|
| D | i2c_mcux_lpi2c.c | 78 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_configure() local 121 static void mcux_lpi2c_master_transfer_callback(LPI2C_Type *base, in mcux_lpi2c_master_transfer_callback() 154 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_transfer() local 317 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_slave_irq_handler() local 412 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_target_register() local 460 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_target_unregister() local 478 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_isr() local 496 LPI2C_Type *base; in mcux_lpi2c_init() local
|
| /Zephyr-latest/drivers/reset/ |
| D | reset_nxp_rstctl.c | 23 const uint32_t *base = dev->config; in reset_nxp_rstctl_status() local 34 const uint32_t *base = dev->config; in reset_nxp_rstctl_line_assert() local 44 const uint32_t *base = dev->config; in reset_nxp_rstctl_line_deassert() local
|
| /Zephyr-latest/scripts/release/ |
| D | list_backports.py | 121 def __init__(self, repo, base, pulls): argument 131 def by_date_range(repo, base, start_date, end_date, excludes): argument 161 def by_included_prs(repo, base, includes): argument
|
| /Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/ |
| D | CMakeLists.txt | 13 project(base) project
|
| /Zephyr-latest/drivers/usb/udc/ |
| D | udc_dwc2.c | 66 #define UDC_DWC2_EP_FIFO(base, idx) ((mem_addr_t)base + 0x1000 * (idx + 1)) argument 225 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_dxepctl_reg() local 238 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_ftx_avail() local 293 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_rx_fifo() local 303 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_flush_tx_fifo() local 317 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfdep() local 328 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_get_txfaddr() local 340 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_txf() local 353 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_set_epint() local 447 struct usb_dwc2_reg *const base = dwc2_get_base(dev); in dwc2_tx_fifo_write() local [all …]
|
| /Zephyr-latest/soc/neorv32/ |
| D | soc.c | 15 uint32_t base = DT_REG_ADDR(DT_NODELABEL(sysinfo)); in soc_early_init_hook() local
|
| /Zephyr-latest/drivers/spi/spi_nxp_lpspi/ |
| D | spi_nxp_lpspi_common.c | 14 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in lpspi_wait_tx_fifo_empty() local 34 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_configure() local
|
| /Zephyr-latest/soc/nxp/imx/imx7d/ |
| D | soc_clk_freq.c | 12 uint32_t get_pwm_clock_freq(PWM_Type *base) in get_pwm_clock_freq()
|
| /Zephyr-latest/drivers/mipi_dbi/ |
| D | mipi_dbi_nxp_lcdic.c | 77 LCDIC_Type *base; member 154 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_reset_state() local 242 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_configure() local 350 static int mipi_dbi_lcdic_fill_tx(LCDIC_Type *base, const uint8_t *buf, in mipi_dbi_lcdic_fill_tx() 385 static void mipi_dbi_lcdic_set_cmd(LCDIC_Type *base, in mipi_dbi_lcdic_set_cmd() 414 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_write_display() local 524 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_write_cmd() local 608 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_reset() local 652 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_configure_te() local 698 LCDIC_Type *base = config->base; in mipi_dbi_lcdic_init() local [all …]
|
| /Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
| D | mpu_regions.c | 13 #define REGION_BOOTSTRAP_RAM_ATTR(base, size) \ argument
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_mcux_ecspi.c | 24 ECSPI_Type *base; member 58 ECSPI_Type *base = config->base; in spi_mcux_transfer_next_packet() local 111 ECSPI_Type *base = config->base; in spi_mcux_isr() local 116 static void spi_mcux_master_transfer_callback(ECSPI_Type *base, ecspi_master_handle_t *handle, in spi_mcux_master_transfer_callback() 147 ECSPI_Type *base = config->base; in spi_mcux_configure() local
|
| D | spi_rv32m1_lpspi.c | 31 LPSPI_Type *base; member 51 LPSPI_Type *base = config->base; in spi_mcux_transfer_next_packet() local 117 LPSPI_Type *base = config->base; in spi_mcux_isr() local 122 static void spi_mcux_master_transfer_callback(LPSPI_Type *base, in spi_mcux_master_transfer_callback() 139 LPSPI_Type *base = config->base; in spi_mcux_configure() local
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_base.c | 107 const struct bt_bap_base *base; in bt_bap_base_get_base_from_ad() local 223 int bt_bap_base_get_size(const struct bt_bap_base *base) in bt_bap_base_get_size() 275 int bt_bap_base_get_pres_delay(const struct bt_bap_base *base) in bt_bap_base_get_pres_delay() 292 int bt_bap_base_get_subgroup_count(const struct bt_bap_base *base) in bt_bap_base_get_subgroup_count() 310 int bt_bap_base_foreach_subgroup(const struct bt_bap_base *base, in bt_bap_base_foreach_subgroup() 632 int bt_bap_base_get_bis_indexes(const struct bt_bap_base *base, uint32_t *bis_indexes) in bt_bap_base_get_bis_indexes()
|
| /Zephyr-latest/soc/nxp/imx/imx6sx/ |
| D | soc_clk_freq.c | 13 uint32_t get_pwm_clock_freq(PWM_Type *base) in get_pwm_clock_freq()
|
| /Zephyr-latest/drivers/adc/ |
| D | adc_vf610.c | 19 ADC_Type *base; member 74 ADC_Type *base = config->base; in start_read() local 193 ADC_Type *base = config->base; in vf610_adc_isr() local 214 ADC_Type *base = config->base; in vf610_adc_init() local
|
| /Zephyr-latest/drivers/i2s/ |
| D | i2s_mcux_sai.c | 88 I2S_Type *base; member 208 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_tx_reload_multiple_dma_blocks() local 321 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_dma_tx_callback() local 346 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_dma_rx_callback() local 418 uint32_t *base = (uint32_t *)(control_base + offset); in enable_mclk_direction() local 448 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_mcux_config() local 683 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_tx_stream_start() local 758 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_rx_stream_start() local 995 I2S_Type *base = (I2S_Type *)dev_cfg->base; in i2s_mcux_write() local 1015 I2S_Type *base = (I2S_Type *)dev_cfg->base; in sai_driver_irq() local [all …]
|