Home
last modified time | relevance | path

Searched refs:DT_INFO_INVALID_REG (Results 1 – 23 of 23) sorted by relevance

/optee_os/core/drivers/i2c/
H A Di2c.c21 if (addr == DT_INFO_INVALID_REG) in i2c_create_dev()
/optee_os/core/lib/scmi-server/
H A Dscmi_reset_consumer.c51 assert(reg != DT_INFO_INVALID_REG); in optee_scmi_server_init_resets()
H A Dscmi_clock_consumer.c136 assert(reg != DT_INFO_INVALID_REG); in optee_scmi_server_init_clocks()
/optee_os/core/drivers/
H A Dstm32_uart.c123 assert(info.reg != DT_INFO_INVALID_REG && in stm32_uart_init_from_dt_node()
H A Dstm32_hsem.c179 assert(info.reg != DT_INFO_INVALID_REG && in parse_dt()
H A Dstm32_ipcc.c263 assert(info.reg != DT_INFO_INVALID_REG && in parse_dt()
H A Dstm32_omm.c92 paddr_t base = DT_INFO_INVALID_REG; in stm32_omm_parse_fdt()
H A Dstm32_hpdma.c239 assert(info.reg != DT_INFO_INVALID_REG && in parse_dt()
H A Dstm32_fmc.c232 assert(info.reg != DT_INFO_INVALID_REG && in parse_dt()
H A Dstm32_iwdg.c441 if (dt_info.reg == DT_INFO_INVALID_REG || in stm32_iwdg_parse_fdt()
H A Dstm32_rng.c592 if (dt_rng.reg == DT_INFO_INVALID_REG) in stm32_rng_parse_fdt()
H A Dstm32_i2c.c703 assert(info.reg != DT_INFO_INVALID_REG && in stm32_i2c_get_setup_from_fdt()
1725 if (addr == DT_INFO_INVALID_REG) { in stm32_get_i2c_dev()
/optee_os/core/kernel/
H A Ddt.c173 return DT_INFO_INVALID_REG; in fdt_read_paddr()
232 if (*base == DT_INFO_INVALID_REG) in fdt_get_reg_props_by_index()
260 return DT_INFO_INVALID_REG; in fdt_reg_base_address()
311 .reg = DT_INFO_INVALID_REG, in fdt_fill_device_info()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c425 if (base.pa == DT_INFO_INVALID_REG) in stm32mp_tzc_parse_fdt()
443 assert(tzc_dev->pdata.mem_base != DT_INFO_INVALID_REG && in stm32mp_tzc_parse_fdt()
/optee_os/core/arch/arm/plat-sam/
H A Dmatrix.c135 if (pbase == DT_INFO_INVALID_REG) in matrix_dt_get_id()
/optee_os/core/include/kernel/
H A Ddt.h25 #define DT_INFO_INVALID_REG ((paddr_t)-1) macro
/optee_os/core/drivers/firewall/
H A Dstm32_iac.c132 if (dt_info.reg == DT_INFO_INVALID_REG) in stm32_iac_parse_fdt()
H A Dstm32_serc.c127 if (dt_info.reg == DT_INFO_INVALID_REG) in stm32_serc_parse_fdt()
H A Dstm32_etzpc.c837 if (etzpc_info.reg == DT_INFO_INVALID_REG || in init_etzpc_from_dt()
H A Dstm32_risab.c453 assert(info.reg != DT_INFO_INVALID_REG && in parse_dt()
H A Dstm32_risaf.c712 if (dt_info.reg == DT_INFO_INVALID_REG || in stm32_risaf_probe()
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c706 if (*base == DT_INFO_INVALID_REG) { in dcp_pbase()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c1279 if (dt_cryp.reg == DT_INFO_INVALID_REG || in stm32_cryp_probe()