/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_gic_common_priv.h | 25 #define IGROUPR(base, n) (base + GIC_DIST_IGROUPR + (n) * 4) argument 26 #define ISENABLER(base, n) (base + GIC_DIST_ISENABLER + (n) * 4) argument 27 #define ICENABLER(base, n) (base + GIC_DIST_ICENABLER + (n) * 4) argument 28 #define ISPENDR(base, n) (base + GIC_DIST_ISPENDR + (n) * 4) argument 29 #define ICPENDR(base, n) (base + GIC_DIST_ICPENDR + (n) * 4) argument 30 #define IPRIORITYR(base, n) (base + GIC_DIST_IPRIORITYR + n) argument 31 #define ITARGETSR(base, n) (base + GIC_DIST_ITARGETSR + (n) * 4) argument 32 #define ICFGR(base, n) (base + GIC_DIST_ICFGR + (n) * 4) argument 33 #define IGROUPMODR(base, n) (base + GIC_DIST_IGROUPMODR + (n) * 4) argument
|
D | intc_miwu.c | 68 uintptr_t base; member 138 const uint32_t base = DRV_CONFIG(miwu_devs[wui_table])->base; in intc_miwu_isr_pri() local 161 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_irq_enable() local 168 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_irq_disable() local 175 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_io_enable() local 182 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_io_disable() local 189 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_irq_get_state() local 196 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_irq_get_and_clear_pending() local 209 const uint32_t base = DRV_CONFIG(miwu_devs[wui->table])->base; in npcx_miwu_interrupt_configure() local
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | counter_imx_epit.c | 17 EPIT_Type *base; member 34 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_isr() local 48 EPIT_Type *base = config->base; in imx_epit_init() local 65 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_start() local 81 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_stop() local 91 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_get_value() local 101 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_set_top_value() local 125 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_get_pending_int() local 132 EPIT_Type *base = get_epit_config(dev)->base; in imx_epit_get_top_value() local
|
/Zephyr-Core-2.7.6/tests/ztest/base/ |
D | CMakeLists.txt | 8 project(base) project 11 project(base) project
|
/Zephyr-Core-2.7.6/drivers/peci/ |
D | peci_mchp_xec.c | 37 PECI_Type *base; member 54 static int check_bus_idle(PECI_Type *base) in check_bus_idle() 79 PECI_Type *base = peci_xec_config.base; in peci_xec_configure() local 101 PECI_Type *base = peci_xec_config.base; in peci_xec_disable() local 121 PECI_Type *base = peci_xec_config.base; in peci_xec_enable() local 133 PECI_Type *base = peci_xec_config.base; in peci_xec_bus_recovery() local 156 PECI_Type *base = peci_xec_config.base; in peci_xec_write() local 230 PECI_Type *base = peci_xec_config.base; in peci_xec_read() local 282 PECI_Type *base = peci_xec_config.base; in peci_xec_transfer() local 340 PECI_Type *base = peci_xec_config.base; in peci_xec_isr() local [all …]
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | leuart_gecko.c | 29 LEUART_TypeDef *base; member 54 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_poll_in() local 67 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_poll_out() local 77 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_err_check() local 105 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_fifo_fill() local 120 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_fifo_read() local 134 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_irq_tx_enable() local 142 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_irq_tx_disable() local 150 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_irq_tx_complete() local 158 LEUART_TypeDef *base = DEV_BASE(dev); in leuart_gecko_irq_tx_ready() local [all …]
|
/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_mcux_igpio.c | 21 GPIO_Type *base; member 35 GPIO_Type *base = config->base; in mcux_igpio_configure() local 65 GPIO_Type *base = config->base; in mcux_igpio_port_get_raw() local 77 GPIO_Type *base = config->base; in mcux_igpio_port_set_masked_raw() local 88 GPIO_Type *base = config->base; in mcux_igpio_port_set_bits_raw() local 99 GPIO_Type *base = config->base; in mcux_igpio_port_clear_bits_raw() local 110 GPIO_Type *base = config->base; in mcux_igpio_port_toggle_bits() local 123 GPIO_Type *base = config->base; in mcux_igpio_pin_interrupt_configure() local 184 GPIO_Type *base = config->base; in mcux_igpio_port_isr() local
|
D | gpio_stellaris.c | 21 uint32_t base; member 40 #define GPIO_REG_ADDR(base, offset) (base + offset) argument 42 #define GPIO_RW_ADDR(base, offset, p) \ argument 45 #define GPIO_RW_MASK_ADDR(base, offset, mask) \ argument 64 uint32_t base = cfg->base; in gpio_stellaris_isr() local 76 uint32_t base = cfg->base; in gpio_stellaris_configure() local 120 uint32_t base = cfg->base; in gpio_stellaris_port_get_raw() local 132 uint32_t base = cfg->base; in gpio_stellaris_port_set_masked_raw() local 143 uint32_t base = cfg->base; in gpio_stellaris_port_set_bits_raw() local 154 uint32_t base = cfg->base; in gpio_stellaris_port_clear_bits_raw() local [all …]
|
D | gpio_imx.c | 21 GPIO_Type *base; member 35 GPIO_Type *base = config->base; in imx_gpio_configure() local 72 GPIO_Type *base = config->base; in imx_gpio_port_get_raw() local 84 GPIO_Type *base = config->base; in imx_gpio_port_set_masked_raw() local 96 GPIO_Type *base = config->base; in imx_gpio_port_set_bits_raw() local 107 GPIO_Type *base = config->base; in imx_gpio_port_clear_bits_raw() local 118 GPIO_Type *base = config->base; in imx_gpio_port_toggle_bits() local 131 GPIO_Type *base = config->base; in imx_gpio_pin_interrupt_configure() local
|
/Zephyr-Core-2.7.6/drivers/pcie/host/ |
D | msi.c | 45 uint32_t base) in get_msix_table_size() 55 uint32_t base, in map_msix_table_entries() 103 uint32_t base) in get_msi_mmc() 119 uint32_t base; in pcie_msi_vectors_allocate() local 163 uint32_t base; in pcie_msi_vector_connect() local 192 uint32_t base, in enable_msix() 218 uint32_t base) in disable_msi() 230 uint32_t base, in enable_msi() 267 uint32_t base; in pcie_msi_enable() local
|
/Zephyr-Core-2.7.6/drivers/ps2/ |
D | ps2_mchp_xec.c | 22 PS2_Type *base; member 38 PS2_Type *base = config->base; in ps2_xec_configure() local 75 PS2_Type *base = config->base; in ps2_xec_write() local 124 PS2_Type *base = config->base; in ps2_xec_inhibit_interface() local 143 PS2_Type *base = config->base; in ps2_xec_enable_interface() local 156 PS2_Type *base = config->base; in ps2_xec_isr() local
|
/Zephyr-Core-2.7.6/drivers/pwm/ |
D | pwm_imx.c | 29 PWM_Type *base; member 38 static bool imx_pwm_is_enabled(PWM_Type *base) in imx_pwm_is_enabled() 46 PWM_Type *base = DEV_BASE(dev); in imx_pwm_get_cycles_per_sec() local 58 PWM_Type *base = DEV_BASE(dev); in imx_pwm_pin_set() local 149 PWM_Type *base = DEV_BASE(dev); in imx_pwm_init() local
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_mcux_flexcomm.c | 21 I2C_Type *base; member 38 I2C_Type *base = config->base; in mcux_flexcomm_configure() local 75 static void mcux_flexcomm_master_transfer_callback(I2C_Type *base, in mcux_flexcomm_master_transfer_callback() 110 I2C_Type *base = config->base; in mcux_flexcomm_transfer() local 172 I2C_Type *base = config->base; in mcux_flexcomm_isr() local 181 I2C_Type *base = config->base; in mcux_flexcomm_init() local
|
D | i2c_cc32xx.c | 67 uint32_t base; member 88 uint32_t base = DEV_BASE(dev); in i2c_cc32xx_configure() local 120 uint32_t base = DEV_BASE(dev); in i2c_cc32xx_prime_transfer() local 195 static void i2c_cc32xx_isr_handle_write(uint32_t base, in i2c_cc32xx_isr_handle_write() 232 static void i2c_cc32xx_isr_handle_read(uint32_t base, in i2c_cc32xx_isr_handle_read() 266 uint32_t base = DEV_BASE(dev); in i2c_cc32xx_isr() local 328 uint32_t base = DEV_BASE(dev); in i2c_cc32xx_init() local
|
D | i2c_mcux.c | 29 I2C_Type *base; member 45 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_configure() local 81 static void i2c_mcux_master_transfer_callback(I2C_Type *base, in i2c_mcux_master_transfer_callback() 112 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_transfer() local 180 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_isr() local 188 I2C_Type *base = DEV_BASE(dev); in i2c_mcux_init() local
|
D | i2c_mcux_lpi2c.c | 25 LPI2C_Type *base; member 45 LPI2C_Type *base = config->base; in mcux_lpi2c_configure() local 88 static void mcux_lpi2c_master_transfer_callback(LPI2C_Type *base, in mcux_lpi2c_master_transfer_callback() 121 LPI2C_Type *base = config->base; in mcux_lpi2c_transfer() local 201 LPI2C_Type *base = config->base; in mcux_lpi2c_isr() local 210 LPI2C_Type *base = config->base; in mcux_lpi2c_init() local
|
D | i2c_ite_it8xxx2.c | 46 uint8_t *base; member 197 uint8_t *base = config->base; in i2c_get_line_levels() local 219 uint8_t *base = config->base; in i2c_is_busy() local 242 uint8_t *base = config->base; in i2c_reset() local 302 uint8_t *base = config->base; in i2c_enhanced_port_set_frequency() local 378 uint8_t *base = config->base; in enhanced_i2c_error() local 396 uint8_t *base = config->base; in enhanced_i2c_start() local 418 uint8_t *base = config->base; in i2c_pio_trans_data() local 451 uint8_t *base = config->base; in enhanced_i2c_tran_read() local 510 uint8_t *base = config->base; in enhanced_i2c_tran_write() local [all …]
|
/Zephyr-Core-2.7.6/drivers/watchdog/ |
D | wdt_mcux_imx_wdog.c | 19 WDOG_Type *base; member 33 WDOG_Type *base = config->base; in mcux_wdog_setup() local 56 WDOG_Type *base = config->base; in mcux_wdog_disable() local 100 WDOG_Type *base = config->base; in mcux_wdog_feed() local 118 WDOG_Type *base = config->base; in mcux_wdog_isr() local
|
D | wdt_mcux_wdog.c | 21 WDOG_Type *base; member 37 WDOG_Type *base = config->base; in mcux_wdog_setup() local 60 WDOG_Type *base = config->base; in mcux_wdog_disable() local 116 WDOG_Type *base = config->base; in mcux_wdog_feed() local 133 WDOG_Type *base = config->base; in mcux_wdog_isr() local
|
D | wdt_mcux_wwdt.c | 24 WWDT_Type *base; member 39 WWDT_Type *base = config->base; in mcux_wwdt_setup() local 56 WWDT_Type *base = config->base; in mcux_wwdt_disable() local 127 WWDT_Type *base = config->base; in mcux_wwdt_feed() local 144 WWDT_Type *base = config->base; in mcux_wwdt_isr() local
|
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 35 static void sift_down(void *base, int start, int end, size_t size, comp3_t comp, void *comp_arg) in sift_down() 62 static void heapify(void *base, int nmemb, size_t size, comp3_t comp, void *comp_arg) in heapify() 71 static void heap_sort(void *base, int nmemb, size_t size, comp3_t comp, void *comp_arg) in heap_sort() 83 void qsort_r(void *base, size_t nmemb, size_t size, comp3_t comp, void *arg) in qsort_r()
|
/Zephyr-Core-2.7.6/arch/x86/ |
D | gen_gdt.py | 84 def chop_base_limit(base, limit): argument 99 def create_code_data_entry(base, limit, dpl, flags, access): argument 128 def create_tss_entry(base, limit, dpl): argument
|
/Zephyr-Core-2.7.6/drivers/pinmux/ |
D | pinmux_rv32m1.c | 19 PORT_Type *base; member 26 PORT_Type *base = config->base; in pinmux_rv32m1_set() local 37 PORT_Type *base = config->base; in pinmux_rv32m1_get() local
|
D | pinmux_mcux_lpc.c | 19 volatile uint32_t *base; member 26 volatile uint32_t *base = config->base; in pinmux_mcux_lpc_set() local 37 volatile uint32_t *base = config->base; in pinmux_mcux_lpc_get() local
|
/Zephyr-Core-2.7.6/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
|