/Zephyr-latest/drivers/gpio/ |
D | gpio_mcux_rgpio.c | 47 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_configure() 156 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_get_raw() 167 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_set_masked_raw() 177 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_set_bits_raw() 187 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_clear_bits_raw() 197 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_toggle_bits() 209 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_pin_interrupt_configure() 260 RGPIO_Type *base = (RGPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_rgpio_port_isr()
|
D | gpio_rp1.c | 200 data->gpio_base = DEVICE_MMIO_NAMED_GET(port, reg_base) + config->gpio_offset; in gpio_rp1_init() 201 data->rio_base = DEVICE_MMIO_NAMED_GET(port, reg_base) + config->rio_offset; in gpio_rp1_init() 202 data->pads_base = DEVICE_MMIO_NAMED_GET(port, reg_base) + config->pads_offset; in gpio_rp1_init()
|
D | gpio_rcar.c | 59 return sys_read32(DEVICE_MMIO_NAMED_GET(dev, reg_base) + offs); in gpio_rcar_read() 64 sys_write32(value, DEVICE_MMIO_NAMED_GET(dev, reg_base) + offs); in gpio_rcar_write()
|
D | gpio_xlnx_ps.c | 53 dev_data->base = DEVICE_MMIO_NAMED_GET(dev, reg_base); in gpio_xlnx_ps_init()
|
D | gpio_brcmstb.c | 123 data->base = DEVICE_MMIO_NAMED_GET(port, reg_base) + config->offset; in gpio_brcmstb_init()
|
D | gpio_intel.c | 128 #define GPIO_REG_BASE_GET(dev) DEVICE_MMIO_NAMED_GET(dev, reg_base) 146 #define GPIO_REG_BASE_GET(dev) GPIO_REG_BASE(DEVICE_MMIO_NAMED_GET(dev, reg_base)) 173 return GPIO_PAD_BASE(DEVICE_MMIO_NAMED_GET(dev, reg_base)); in pad_base()
|
D | gpio_davinci.c | 30 ((struct gpio_davinci_regs *)DEVICE_MMIO_NAMED_GET(dev, port_base))
|
D | gpio_mcux_igpio.c | 48 return (GPIO_Type *)DEVICE_MMIO_NAMED_GET(dev, igpio_mmio); in get_base()
|
D | gpio_bcm2711.c | 315 data->base = DEVICE_MMIO_NAMED_GET(port, reg_base); in gpio_bcm2711_init()
|
/Zephyr-latest/drivers/counter/ |
D | counter_dw_timer.c | 87 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_irq_handler() 117 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, timer_mmio); in counter_dw_timer_start() 134 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, timer_mmio); in counter_dw_timer_disable() 144 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_get_top_value() 154 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_get_value() 165 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_set_top_value() 219 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_set_alarm() 271 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(timer_dev, timer_mmio); in counter_dw_timer_cancel_alarm()
|
D | counter_mcux_gpt.c | 43 return (GPT_Type *)DEVICE_MMIO_NAMED_GET(dev, gpt_mmio); in get_base()
|
D | counter_mcux_tpm.c | 44 return (TPM_Type *)DEVICE_MMIO_NAMED_GET(dev, tpm_mmio); in get_base()
|
/Zephyr-latest/tests/kernel/device/src/ |
D | mmio_multireg.c | 69 regs_chip = DEVICE_MMIO_NAMED_GET(dev, chip); in ZTEST() 70 regs_dale = DEVICE_MMIO_NAMED_GET(dev, dale); in ZTEST()
|
D | mmio.c | 167 regs_corge = DEVICE_MMIO_NAMED_GET(dev, corge); in ZTEST() 168 regs_grault = DEVICE_MMIO_NAMED_GET(dev, grault); in ZTEST()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mcux_lpi2c.c | 81 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_configure() 157 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_transfer() 320 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_slave_irq_handler() 415 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_target_register() 463 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_target_unregister() 481 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_isr() 506 base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_init()
|
D | i2c_mcux_lpi2c_rtio.c | 83 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_do_configure() 140 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_msg_start() 217 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_complete() 281 LPI2C_Type *base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_isr() 297 base = (LPI2C_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in mcux_lpi2c_init()
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_qspi_nor.c | 128 cad_params->reg_base = DEVICE_MMIO_NAMED_GET(dev, qspi_reg); in flash_cad_init() 129 cad_params->data_base = DEVICE_MMIO_NAMED_GET(dev, qspi_data); in flash_cad_init()
|
D | flash_cadence_nand.c | 210 nand_param->nand_base = DEVICE_MMIO_NAMED_GET(nand_dev, nand_reg); in flash_cdns_nand_init() 211 nand_param->sdma_base = DEVICE_MMIO_NAMED_GET(nand_dev, sdma); in flash_cdns_nand_init()
|
/Zephyr-latest/drivers/spi/ |
D | spi_mcux_lpspi.c | 98 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_isr() 117 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_transfer_next_packet() 149 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_configure() 314 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_dma_tx_load() 335 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_dma_rx_load() 432 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in transceive_dma_sync() 489 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in transceive_dma() 551 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in spi_mcux_iodev_start() 656 LPSPI_Type *base = (LPSPI_Type *)DEVICE_MMIO_NAMED_GET(dev, reg_base); in transceive()
|
/Zephyr-latest/include/zephyr/sys/ |
D | device_mmio.h | 565 #define DEVICE_MMIO_NAMED_GET(dev, name) \ macro 568 #define DEVICE_MMIO_NAMED_GET(dev, name) \ macro
|
/Zephyr-latest/drivers/dma/ |
D | dma_dw_axi.c | 266 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_get_ch_status() 292 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_isr() 643 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_start() 705 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_stop() 754 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_resume() 785 uintptr_t reg_base = DEVICE_MMIO_NAMED_GET(dev, dma_mmio); in dma_dw_axi_suspend()
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns.c | 168 data->params.reg_base = DEVICE_MMIO_NAMED_GET(dev, reg_base); in sdhc_cdns_init() 169 data->params.reg_phy = DEVICE_MMIO_NAMED_GET(dev, combo_phy); in sdhc_cdns_init()
|
/Zephyr-latest/drivers/misc/timeaware_gpio/ |
D | timeaware_gpio_intel.c | 64 return DEVICE_MMIO_NAMED_GET(dev, reg_base); in regs()
|