/Zephyr-Core-3.6.0/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_arm_gcc.h | 20 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 29 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 39 static inline void _load_then_store_all_float_registers(struct fp_register_set *regs) in _load_then_store_all_float_registers() 64 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 84 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 107 static inline void _load_then_store_all_float_registers(struct fp_register_set in _load_then_store_all_float_registers()
|
D | float_regs_arm64_gcc.h | 34 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 69 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 108 struct fp_register_set *regs) in _load_then_store_all_float_registers()
|
D | float_regs_sparc.h | 13 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 37 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 62 static inline void _load_then_store_all_float_registers(struct fp_register_set in _load_then_store_all_float_registers()
|
D | float_regs_x86_gcc.h | 39 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 83 _load_then_store_all_float_registers(struct fp_register_set *regs) in _load_then_store_all_float_registers() 131 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers()
|
D | float_regs_xtensa.h | 29 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 62 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 96 static inline void _load_then_store_all_float_registers(struct fp_register_set in _load_then_store_all_float_registers()
|
D | float_regs_arc_gcc.h | 38 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 71 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 105 static inline void _load_then_store_all_float_registers(struct fp_register_set in _load_then_store_all_float_registers()
|
D | float_regs_riscv_gcc.h | 48 static inline void _load_all_float_registers(struct fp_register_set *regs) in _load_all_float_registers() 133 static inline void _store_all_float_registers(struct fp_register_set *regs) in _store_all_float_registers() 220 static inline void _load_then_store_all_float_registers(struct fp_register_set in _load_then_store_all_float_registers()
|
/Zephyr-Core-3.6.0/drivers/flash/ |
D | flash_stm32f1x.c | 46 static int is_flash_locked(FLASH_TypeDef *regs) in is_flash_locked() 51 static void write_enable(FLASH_TypeDef *regs) in write_enable() 56 static void write_disable(FLASH_TypeDef *regs) in write_disable() 61 static void erase_page_begin(FLASH_TypeDef *regs, unsigned int page) in erase_page_begin() 73 static void erase_page_end(FLASH_TypeDef *regs) in erase_page_end() 80 static int is_flash_locked(FLASH_TypeDef *regs) in is_flash_locked() 85 static void write_enable(FLASH_TypeDef *regs) in write_enable() 93 static void write_disable(FLASH_TypeDef *regs) in write_disable() 99 static void erase_page_begin(FLASH_TypeDef *regs, unsigned int page) in erase_page_begin() 114 static void erase_page_end(FLASH_TypeDef *regs) in erase_page_end() [all …]
|
D | flash_stm32f4x.c | 46 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_valid_range() local 59 static inline void flush_cache(FLASH_TypeDef *regs) in flush_cache() 85 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in write_value() local 139 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in erase_sector() local 237 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in write_optb() local 288 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_get_wp_sectors() local 301 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_update_rdp() local 369 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_get_rdp() local
|
D | flash_stm32l4x.c | 36 static inline void flush_cache(FLASH_TypeDef *regs) in flush_cache() 73 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in write_dword() local 145 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in erase_page() local 251 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in write_optb() local 301 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_update_rdp() local 369 FLASH_TypeDef *regs = FLASH_STM32_REGS(dev); in flash_stm32_get_rdp() local
|
/Zephyr-Core-3.6.0/tests/arch/arc/arc_dsp_sharing/src/ |
D | dsp_regs_arc.h | 34 void _load_all_dsp_registers(struct dsp_register_set *regs) in _load_all_dsp_registers() 54 void _store_all_dsp_registers(struct dsp_register_set *regs) in _store_all_dsp_registers() 76 void _load_then_store_all_dsp_registers(struct dsp_register_set *regs) in _load_then_store_all_dsp_registers()
|
/Zephyr-Core-3.6.0/drivers/pcie/host/ |
D | vc.c | 14 uint32_t pcie_vc_cap_lookup(pcie_bdf_t bdf, struct pcie_vc_regs *regs) in pcie_vc_cap_lookup() 38 struct pcie_vc_resource_regs *regs, in pcie_vc_load_resources_regs() 58 struct pcie_vc_regs *regs, in get_vc_registers() 82 struct pcie_vc_regs regs; in pcie_vc_enable() local 107 struct pcie_vc_regs regs; in pcie_vc_disable() local 130 struct pcie_vc_regs regs; in pcie_vc_map_tc() local
|
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | intc_dw.c | 40 volatile struct dw_ictl_registers * const regs = in dw_ictl_initialize() local 53 volatile struct dw_ictl_registers * const regs = in dw_ictl_isr() local 69 volatile struct dw_ictl_registers * const regs = in dw_ictl_intr_enable() local 83 volatile struct dw_ictl_registers * const regs = in dw_ictl_intr_disable() local 96 volatile struct dw_ictl_registers * const regs = in dw_ictl_intr_get_state() local 115 volatile struct dw_ictl_registers * const regs = in dw_ictl_intr_get_line_state() local
|
D | intc_rv32m1_intmux.c | 42 INTMUX_Type *regs; member 56 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_irq_enable() local 65 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_irq_disable() local 74 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_get_state() local 89 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_get_line_state() local 111 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_isr() local 154 INTMUX_Type *regs = DEV_REGS(dev); in rv32m1_intmux_init() local
|
D | intc_cavs.c | 58 volatile struct cavs_registers * const regs = get_base_address(context); in cavs_ictl_isr() local 69 volatile struct cavs_registers * const regs = get_base_address(context); in cavs_ictl_irq_enable() local 79 volatile struct cavs_registers * const regs = get_base_address(context); in cavs_ictl_irq_disable() local 88 volatile struct cavs_registers * const regs = get_base_address(context); in cavs_ictl_irq_get_state() local 102 volatile struct cavs_registers * const regs = get_base_address(context); in cavs_ictl_irq_get_line_state() local
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_apbuart.c | 127 struct apbuart_regs *regs; member 147 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_poll_out() local 170 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_poll_in() local 183 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_err_check() local 204 static int get_baud(volatile struct apbuart_regs *const regs) in get_baud() 216 static void set_baud(volatile struct apbuart_regs *const regs, uint32_t baud) in set_baud() 238 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_configure() local 285 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_config_get() local 319 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_fifo_fill() local 344 volatile struct apbuart_regs *regs = (void *) config->regs; in apbuart_fifo_read() local [all …]
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | wdt_mchp_xec.c | 24 struct wdt_regs *regs; member 38 struct wdt_regs *regs = cfg->regs; in wdt_xec_setup() local 71 struct wdt_regs *regs = cfg->regs; in wdt_xec_disable() local 90 struct wdt_regs *regs = cfg->regs; in wdt_xec_install_timeout() local 133 struct wdt_regs *regs = cfg->regs; in wdt_xec_feed() local 153 struct wdt_regs *regs = cfg->regs; in wdt_xec_isr() local
|
/Zephyr-Core-3.6.0/drivers/spi/ |
D | spi_xec_qmspi.c | 21 QMSPI_Type *regs; member 39 static inline uint32_t descr_rd(QMSPI_Type *regs, uint32_t did) in descr_rd() 47 static inline void descr_wr(QMSPI_Type *regs, uint32_t did, uint32_t val) in descr_wr() 55 static inline void txb_wr8(QMSPI_Type *regs, uint8_t data8) in txb_wr8() 60 static inline uint8_t rxb_rd8(QMSPI_Type *regs) in rxb_rd8() 71 static void qmspi_set_frequency(QMSPI_Type *regs, uint32_t freq_hz) in qmspi_set_frequency() 122 static void qmspi_set_signalling_mode(QMSPI_Type *regs, uint32_t smode) in qmspi_set_signalling_mode() 180 QMSPI_Type *regs = cfg->regs; in qmspi_configure() local 248 static int qmspi_tx_dummy_clocks(QMSPI_Type *regs, uint32_t nclocks) in qmspi_tx_dummy_clocks() 326 static int qmspi_descr_alloc(QMSPI_Type *regs, const struct spi_buf *txb, in qmspi_descr_alloc() [all …]
|
/Zephyr-Core-3.6.0/drivers/espi/ |
D | espi_saf_mchp_xec.c | 72 static inline void mchp_saf_cs_descr_wr(MCHP_SAF_HW_REGS *regs, uint8_t cs, in mchp_saf_cs_descr_wr() 78 static inline void mchp_saf_poll2_mask_wr(MCHP_SAF_HW_REGS *regs, uint8_t cs, in mchp_saf_poll2_mask_wr() 89 static inline void mchp_saf_cm_prefix_wr(MCHP_SAF_HW_REGS *regs, uint8_t cs, in mchp_saf_cm_prefix_wr() 145 static void saf_protection_regions_init(MCHP_SAF_HW_REGS *regs) in saf_protection_regions_init() 211 QMSPI_Type *regs = (QMSPI_Type *)xcfg->qmspi_base_addr; in saf_qmspi_init() local 275 static void saf_flash_timing_init(MCHP_SAF_HW_REGS *regs, in saf_flash_timing_init() 294 static void saf_dnx_bypass_init(MCHP_SAF_HW_REGS *regs) in saf_dnx_bypass_init() 346 static void saf_flash_misc_cfg(MCHP_SAF_HW_REGS *regs, uint8_t cs, in saf_flash_misc_cfg() 397 MCHP_SAF_HW_REGS *regs = (MCHP_SAF_HW_REGS *)xcfg->saf_base_addr; in saf_flash_cfg() local 428 static void saf_tagmap_init(MCHP_SAF_HW_REGS *regs, in saf_tagmap_init() [all …]
|
D | espi_saf_mchp_xec_v2.c | 96 static inline void mchp_saf_cs_descr_wr(struct mchp_espi_saf *regs, uint8_t cs, in mchp_saf_cs_descr_wr() 102 static inline void mchp_saf_poll2_mask_wr(struct mchp_espi_saf *regs, uint8_t cs, in mchp_saf_poll2_mask_wr() 113 static inline void mchp_saf_cm_prefix_wr(struct mchp_espi_saf *regs, uint8_t cs, in mchp_saf_cm_prefix_wr() 151 static void saf_protection_regions_init(struct mchp_espi_saf *regs) in saf_protection_regions_init() 229 struct mchp_espi_saf * const regs = xcfg->saf_base; in saf_qmspi_init() local 310 static void saf_flash_timing_init(struct mchp_espi_saf * const regs, in saf_flash_timing_init() 329 static void saf_dnx_bypass_init(struct mchp_espi_saf * const regs) in saf_dnx_bypass_init() 383 static void saf_flash_misc_cfg(struct mchp_espi_saf * const regs, uint8_t cs, in saf_flash_misc_cfg() 418 static void saf_flash_pd_cfg(struct mchp_espi_saf * const regs, uint8_t cs, in saf_flash_pd_cfg() 451 static int saf_flash_freq_cfg(struct mchp_espi_saf * const regs, uint8_t cs, in saf_flash_freq_cfg() [all …]
|
/Zephyr-Core-3.6.0/drivers/eeprom/ |
D | eeprom_mchp_xec.c | 66 struct eeprom_xec_regs * const regs; member 75 static void eeprom_xec_execute_reg_set(struct eeprom_xec_regs * const regs, in eeprom_xec_execute_reg_set() 87 static uint8_t eeprom_xec_data_buffer_read(struct eeprom_xec_regs * const regs, in eeprom_xec_data_buffer_read() 103 static uint8_t eeprom_xec_data_buffer_write(struct eeprom_xec_regs * const regs, in eeprom_xec_data_buffer_write() 119 static void eeprom_xec_wait_transfer_compl(struct eeprom_xec_regs * const regs) in eeprom_xec_wait_transfer_compl() 144 static void eeprom_xec_wait_write_compl(struct eeprom_xec_regs * const regs) in eeprom_xec_wait_write_compl() 170 static void eeprom_xec_data_read_32_bytes(struct eeprom_xec_regs * const regs, in eeprom_xec_data_read_32_bytes() 183 static void eeprom_xec_data_write_32_bytes(struct eeprom_xec_regs * const regs, in eeprom_xec_data_write_32_bytes() 229 struct eeprom_xec_regs * const regs = config->regs; in eeprom_xec_read() local 265 struct eeprom_xec_regs * const regs = config->regs; in eeprom_xec_write() local [all …]
|
/Zephyr-Core-3.6.0/drivers/sdhc/ |
D | intel_emmc_host.c | 60 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in enable_interrupts() local 71 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in disable_interrupts() local 85 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in clear_interrupts() local 93 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in emmc_set_voltage() local 159 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in emmc_set_power() local 176 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in emmc_disable_clock() local 199 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in emmc_enable_clock() local 218 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in emmc_clock_set() local 274 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in set_timing() local 359 volatile struct emmc_reg *regs = (struct emmc_reg *)DEVICE_MMIO_GET(dev); in poll_cmd_complete() local [all …]
|
/Zephyr-Core-3.6.0/drivers/usb/device/ |
D | usb_dc_sam0.c | 80 UsbDevice *regs = ®S->DEVICE; in usb_sam0_ep_isr() local 115 UsbDevice *regs = ®S->DEVICE; in usb_sam0_isr() local 149 UsbDevice *regs = ®S->DEVICE; in usb_sam0_wait_syncbusy() local 158 UsbDevice *regs = ®S->DEVICE; in usb_sam0_load_padcal() local 220 UsbDevice *regs = ®S->DEVICE; in usb_dc_attach() local 321 UsbDevice *regs = ®S->DEVICE; in usb_dc_detach() local 334 UsbDevice *regs = ®S->DEVICE; in usb_dc_reset() local 383 UsbDevice *regs = ®S->DEVICE; in usb_dc_ep_configure() local 456 UsbDevice *regs = ®S->DEVICE; in usb_dc_ep_set_stall() local 477 UsbDevice *regs = ®S->DEVICE; in usb_dc_ep_clear_stall() local [all …]
|
/Zephyr-Core-3.6.0/drivers/peci/ |
D | peci_mchp_xec.c | 47 struct peci_regs * const regs; member 132 static int check_bus_idle(struct peci_regs * const regs) in check_bus_idle() 156 struct peci_regs * const regs = cfg->regs; in peci_xec_configure() local 179 struct peci_regs * const regs = cfg->regs; in peci_xec_disable() local 201 struct peci_regs * const regs = cfg->regs; in peci_xec_enable() local 217 struct peci_regs * const regs = cfg->regs; in peci_xec_bus_recovery() local 242 struct peci_regs * const regs = cfg->regs; in peci_xec_write() local 315 struct peci_regs * const regs = cfg->regs; in peci_xec_read() local 377 struct peci_regs * const regs = cfg->regs; in peci_xec_transfer() local 448 struct peci_regs * const regs = devcfg->regs; in peci_xec_pm_action() local [all …]
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | gpio_davinci.c | 68 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_configure() local 95 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_port_get_raw() local 105 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_port_set_masked_raw() local 115 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_port_set_bits_raw() local 125 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_port_clear_bits_raw() local 135 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_port_toggle_bits() local 154 volatile struct gpio_davinci_regs *regs = DEV_GPIO_CFG_BASE(dev); in gpio_davinci_init() local
|