/trusted-firmware-a-latest/drivers/arm/tzc/ |
D | tzc_dmc500.c | 53 #define DMC_INST_BASE_ADDR(instance) (g_driver_data->dmc_base[instance]) argument 54 #define DMC_INST_SI_BASE(instance, interface) \ argument 55 (DMC_INST_BASE_ADDR(instance) + IFACE_OFFSET(interface))
|
/trusted-firmware-a-latest/drivers/usb/ |
D | usb_device.c | 49 pdev->driver->ep_set_stall(hpcd->instance, ep); in usb_core_set_stall() 51 pdev->driver->ep0_out_start(hpcd->instance); in usb_core_set_stall() 252 pdev->driver->set_address(((struct pcd_handle *)(pdev->data))->instance, dev_addr); in usb_core_set_address() 533 switch (pdev->driver->it_handler(pdev->data->instance, ¶m)) { in usb_core_handle_it() 554 pdev->driver->read_packet(pdev->data->instance, in usb_core_handle_it() 563 pdev->driver->read_packet(pdev->data->instance, in usb_core_handle_it() 601 pdev->driver->write_empty_tx_fifo(pdev->data->instance, param, in usb_core_handle_it() 656 usb_core_start_xfer(pdev, hpcd->instance, ep); in usb_core_receive() 690 usb_core_start_xfer(pdev, hpcd->instance, ep); in usb_core_transmit() 769 pdev->driver->start_device(pdev->data->instance); in usb_core_start() [all …]
|
/trusted-firmware-a-latest/plat/st/common/include/ |
D | stm32cubeprogrammer.h | 27 int stm32cubeprog_uart_load(uintptr_t instance, uintptr_t base, size_t len);
|
D | stm32mp_common.h | 125 void stm32_get_boot_interface(uint32_t *interface, uint32_t *instance);
|
/trusted-firmware-a-latest/include/drivers/st/ |
D | stm32_sdmmc2.h | 33 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory);
|
D | stm32mp_clkfunc.h | 29 unsigned long fdt_get_uart_clock_freq(uintptr_t instance);
|
/trusted-firmware-a-latest/drivers/st/clk/ |
D | stm32mp_clkfunc.c | 300 unsigned long fdt_get_uart_clock_freq(uintptr_t instance) in fdt_get_uart_clock_freq() argument 311 node = dt_match_instance_by_compatible(DT_UART_COMPAT, instance); in fdt_get_uart_clock_freq()
|
/trusted-firmware-a-latest/plat/st/common/ |
D | stm32mp_common.c | 365 void stm32_get_boot_interface(uint32_t *interface, uint32_t *instance) in stm32_get_boot_interface() argument 379 *instance = (itf & BOOT_INST_MASK) >> BOOT_INST_SHIFT; in stm32_get_boot_interface()
|
D | stm32cubeprogrammer_uart.c | 500 int stm32cubeprog_uart_load(uintptr_t instance, uintptr_t base, size_t len) in stm32cubeprog_uart_load() argument 504 if (stm32_uart_init(&handle.uart, instance, &init) != 0) { in stm32cubeprog_uart_load()
|
/trusted-firmware-a-latest/docs/perf/ |
D | psci-performance-instr.rst | 21 measure hardware events. This means, for instance, that the PMU might be used to 27 instance, the PSCI Statistics service registers the PMF service
|
/trusted-firmware-a-latest/include/drivers/ |
D | usb_device.h | 230 void *instance; /* Register base address */ member
|
/trusted-firmware-a-latest/docs/tools/ |
D | memory-layout-tool.rst | 207 instance, if you only require the tree up to the level showing segment data,
|
/trusted-firmware-a-latest/docs/components/ |
D | ffa-manifest-binding.rst | 26 instance it will execute. 28 instance it will execute.
|
D | el3-spmc.rst | 236 The SPMC calling FFA_FEATURES at secure physical FF-A instance always get 338 the FFA_SPM_ID_GET interface at the secure physical FF-A instance. 340 Secure partitions call this interface at the virtual FF-A instance, to which
|
D | secure-partition-manager.rst | 347 (partition manifest at virtual FF-A instance) in DTS format. It is 442 time. It implements `[1]`_ (SP manifest at physical FF-A instance) and serves 679 at secure physical FF-A instance). 693 virtual FF-A instance (SMC invocation from SP to SPMC) to provide the IPA 844 The SPMC calling FFA_FEATURES at secure physical FF-A instance always get 984 the FFA_SPM_ID_GET interface at the secure physical FF-A instance. 986 Secure partitions call this interface at the virtual FF-A instance, to which 1535 instance for secure and non-secure stream support. 1572 - smmu-id: This field helps to identify the SMMU instance that this device is
|
D | secure-partition-manager-mm.rst | 292 For instance, a request to perform privileged operations on behalf of a 615 for example, load dynamically some modules. For instance, a Secure Partition
|
D | xlat-tables-lib-v2-design.rst | 126 For example, the library might be used by EL3 software (for instance BL31) to
|
D | exception-handling.rst | 32 exceptions are targeted at and handled in EL3. For instance:
|
/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/ |
D | phy.c | 34 #define MAP_PHY_ADDR(pstate, n, instance, offset, c) \ argument 35 ((((pstate * n) + instance + c) << 12) + offset) 42 uint32_t instance = (addr & U(0x00f000)) >> 12U; /* bit 15:12 */ in map_phy_addr_space() local 47 return MAP_PHY_ADDR(pstate, 12, instance, offset, 0); in map_phy_addr_space() 49 return MAP_PHY_ADDR(pstate, 10, instance, offset, 0x30); in map_phy_addr_space() 55 return MAP_PHY_ADDR(pstate, 0, instance, offset, 0x60); in map_phy_addr_space()
|
/trusted-firmware-a-latest/docs/plat/arm/arm_fpga/ |
D | index.rst | 6 minimal: there is no mass storage or display output, for instance. Also
|
/trusted-firmware-a-latest/docs/plat/ |
D | allwinner.rst | 37 So for instance to build for a board with the Allwinner A64 SoC::
|
/trusted-firmware-a-latest/drivers/st/mmc/ |
D | stm32_sdmmc2.c | 162 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory) in plat_sdmmc2_use_dma() argument
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | measured_boot_poc.rst | 169 the secure world (where TAs will print their logs, for instance).
|
/trusted-firmware-a-latest/docs/ |
D | porting-guide.rst | 679 For instance, GIC or interconnect registers may be helpful for 1573 - Enables a secure instance of SP805 to act as the Trusted Watchdog.
|
D | change-log.md | 5694 - Declare third cactus instance as UP SP 6506 instance, update for FMC2 pin muxing, and reduce MAX_XLAT_TABLES to 4 7015 platform-specific instance of `scmi_channel_plat_info_t` and remove the 7679 instance a 2MB region can be specified to be mapped with 4KB page tables 7776 - Improved nor flash driver, for instance clearing status registers before 8305 platforms, a secure instance of Arm SP805 is used as the Trusted Watchdog.
|