| /trusted-firmware-a/plat/st/stm32mp1/ |
| A D | stm32mp1_context.c | 21 int stm32_save_boot_interface(uint32_t interface, uint32_t instance) in stm32_save_boot_interface() argument 29 ((interface << 4) | (instance & 0xFU)) << in stm32_save_boot_interface()
|
| /trusted-firmware-a/drivers/usb/ |
| A 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() 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() 786 pdev->driver->stop_device(pdev->data->instance); in usb_core_stop() [all …]
|
| /trusted-firmware-a/drivers/arm/tzc/ |
| A 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/plat/st/stm32mp1/include/ |
| A D | stm32mp1_context.h | 12 int stm32_save_boot_interface(uint32_t interface, uint32_t instance);
|
| /trusted-firmware-a/include/drivers/st/ |
| A D | stm32_sdmmc2.h | 31 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory);
|
| /trusted-firmware-a/include/drivers/ |
| A D | usb_device.h | 230 void *instance; /* Register base address */ member
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
| A D | ffa-manifest-binding.rst.txt | 29 instance it will execute. 31 instance it will execute.
|
| A D | secure-partition-manager.rst.txt | 297 (partition manifest at virtual FF-A instance) in DTS format. It is 367 time. It implements `[1]`_ (SP manifest at physical FF-A instance) and serves 551 at secure physical FF-A instance). 565 virtual FF-A instance (SMC invocation from SP to SPMC) to provide the IPA 708 The SPMC calling FFA_FEATURES at secure physical FF-A instance always get 849 Secure partitions call this interface at the virtual instance, to which the SPMC 1146 instance for secure and non-secure stream support. 1183 - smmu-id: This field helps to identify the SMMU instance that this device is
|
| A D | secure-partition-manager-mm.rst.txt | 299 For instance, a request to perform privileged operations on behalf of a 622 for example, load dynamically some modules. For instance, a Secure Partition
|
| A D | xlat-tables-lib-v2-design.rst.txt | 126 For example, the library might be used by EL3 software (for instance BL31) to
|
| A D | exception-handling.rst.txt | 32 exceptions are targeted at and handled in EL3. For instance:
|
| /trusted-firmware-a/docs/components/ |
| A D | ffa-manifest-binding.rst | 29 instance it will execute. 31 instance it will execute.
|
| A D | secure-partition-manager.rst | 297 (partition manifest at virtual FF-A instance) in DTS format. It is 367 time. It implements `[1]`_ (SP manifest at physical FF-A instance) and serves 551 at secure physical FF-A instance). 565 virtual FF-A instance (SMC invocation from SP to SPMC) to provide the IPA 708 The SPMC calling FFA_FEATURES at secure physical FF-A instance always get 849 Secure partitions call this interface at the virtual instance, to which the SPMC 1146 instance for secure and non-secure stream support. 1183 - smmu-id: This field helps to identify the SMMU instance that this device is
|
| A D | secure-partition-manager-mm.rst | 299 For instance, a request to perform privileged operations on behalf of a 622 for example, load dynamically some modules. For instance, a Secure Partition
|
| A D | xlat-tables-lib-v2-design.rst | 126 For example, the library might be used by EL3 software (for instance BL31) to
|
| A D | exception-handling.rst | 32 exceptions are targeted at and handled in EL3. For instance:
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
| A D | underscore-1.13.1.js | 977 var instance = _$1(obj); 978 instance._chain = true; 979 return instance; 1838 function chainResult(instance, obj) { argument 1839 return instance._chain ? _$1(obj).chain() : obj;
|
| /trusted-firmware-a/drivers/nxp/ddr/phy-gen2/ |
| A 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/docs/build/TF-A_2.5/_sources/plat/arm/arm_fpga/ |
| A D | index.rst.txt | 6 minimal: there is no mass storage or display output, for instance. Also
|
| /trusted-firmware-a/docs/plat/arm/arm_fpga/ |
| A D | index.rst | 6 minimal: there is no mass storage or display output, for instance. Also
|
| /trusted-firmware-a/drivers/st/mmc/ |
| A D | stm32_sdmmc2.c | 142 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory) in plat_sdmmc2_use_dma() argument
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/ |
| A D | measured_boot_poc.rst.txt | 167 the secure world (where TAs will print their logs, for instance).
|
| /trusted-firmware-a/docs/design_documents/ |
| A D | measured_boot_poc.rst | 167 the secure world (where TAs will print their logs, for instance).
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
| A D | change-log.md.txt | 1418 - Declare third cactus instance as UP SP 2230 instance, update for FMC2 pin muxing, and reduce MAX_XLAT_TABLES to 4 2739 platform-specific instance of `scmi_channel_plat_info_t` and remove the 3403 instance a 2MB region can be specified to be mapped with 4KB page tables 3500 - Improved nor flash driver, for instance clearing status registers before 4029 platforms, a secure instance of Arm SP805 is used as the Trusted Watchdog.
|
| /trusted-firmware-a/docs/ |
| A D | change-log.md | 1418 - Declare third cactus instance as UP SP 2230 instance, update for FMC2 pin muxing, and reduce MAX_XLAT_TABLES to 4 2739 platform-specific instance of `scmi_channel_plat_info_t` and remove the 3403 instance a 2MB region can be specified to be mapped with 4KB page tables 3500 - Improved nor flash driver, for instance clearing status registers before 4029 platforms, a secure instance of Arm SP805 is used as the Trusted Watchdog.
|