Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-a-latest/drivers/arm/tzc/
Dtzc_dmc500.c53 #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/
Dusb_device.c49 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, &param)) { 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/
Dstm32cubeprogrammer.h27 int stm32cubeprog_uart_load(uintptr_t instance, uintptr_t base, size_t len);
Dstm32mp_common.h125 void stm32_get_boot_interface(uint32_t *interface, uint32_t *instance);
/trusted-firmware-a-latest/include/drivers/st/
Dstm32_sdmmc2.h33 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory);
Dstm32mp_clkfunc.h29 unsigned long fdt_get_uart_clock_freq(uintptr_t instance);
/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp_clkfunc.c300 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/
Dstm32mp_common.c365 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()
Dstm32cubeprogrammer_uart.c500 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/
Dpsci-performance-instr.rst21 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/
Dusb_device.h230 void *instance; /* Register base address */ member
/trusted-firmware-a-latest/docs/tools/
Dmemory-layout-tool.rst207 instance, if you only require the tree up to the level showing segment data,
/trusted-firmware-a-latest/docs/components/
Dffa-manifest-binding.rst26 instance it will execute.
28 instance it will execute.
Del3-spmc.rst236 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
Dsecure-partition-manager.rst347 (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
Dsecure-partition-manager-mm.rst292 For instance, a request to perform privileged operations on behalf of a
615 for example, load dynamically some modules. For instance, a Secure Partition
Dxlat-tables-lib-v2-design.rst126 For example, the library might be used by EL3 software (for instance BL31) to
Dexception-handling.rst32 exceptions are targeted at and handled in EL3. For instance:
/trusted-firmware-a-latest/drivers/nxp/ddr/phy-gen2/
Dphy.c34 #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/
Dindex.rst6 minimal: there is no mass storage or display output, for instance. Also
/trusted-firmware-a-latest/docs/plat/
Dallwinner.rst37 So for instance to build for a board with the Allwinner A64 SoC::
/trusted-firmware-a-latest/drivers/st/mmc/
Dstm32_sdmmc2.c162 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory) in plat_sdmmc2_use_dma() argument
/trusted-firmware-a-latest/docs/design_documents/
Dmeasured_boot_poc.rst169 the secure world (where TAs will print their logs, for instance).
/trusted-firmware-a-latest/docs/
Dporting-guide.rst679 For instance, GIC or interconnect registers may be helpful for
1573 - Enables a secure instance of SP805 to act as the Trusted Watchdog.
Dchange-log.md5694 - 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.