Home
last modified time | relevance | path

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

12

/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_context.c21 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 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()
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()
786 pdev->driver->stop_device(pdev->data->instance); in usb_core_stop()
[all …]
/trusted-firmware-a/drivers/arm/tzc/
A 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/plat/st/stm32mp1/include/
A Dstm32mp1_context.h12 int stm32_save_boot_interface(uint32_t interface, uint32_t instance);
/trusted-firmware-a/include/drivers/st/
A Dstm32_sdmmc2.h31 bool plat_sdmmc2_use_dma(unsigned int instance, unsigned int memory);
/trusted-firmware-a/include/drivers/
A Dusb_device.h230 void *instance; /* Register base address */ member
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dffa-manifest-binding.rst.txt29 instance it will execute.
31 instance it will execute.
A Dsecure-partition-manager.rst.txt297 (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 Dsecure-partition-manager-mm.rst.txt299 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 Dxlat-tables-lib-v2-design.rst.txt126 For example, the library might be used by EL3 software (for instance BL31) to
A Dexception-handling.rst.txt32 exceptions are targeted at and handled in EL3. For instance:
/trusted-firmware-a/docs/components/
A Dffa-manifest-binding.rst29 instance it will execute.
31 instance it will execute.
A Dsecure-partition-manager.rst297 (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 Dsecure-partition-manager-mm.rst299 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 Dxlat-tables-lib-v2-design.rst126 For example, the library might be used by EL3 software (for instance BL31) to
A Dexception-handling.rst32 exceptions are targeted at and handled in EL3. For instance:
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dunderscore-1.13.1.js977 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 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/docs/build/TF-A_2.5/_sources/plat/arm/arm_fpga/
A Dindex.rst.txt6 minimal: there is no mass storage or display output, for instance. Also
/trusted-firmware-a/docs/plat/arm/arm_fpga/
A Dindex.rst6 minimal: there is no mass storage or display output, for instance. Also
/trusted-firmware-a/drivers/st/mmc/
A Dstm32_sdmmc2.c142 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 Dmeasured_boot_poc.rst.txt167 the secure world (where TAs will print their logs, for instance).
/trusted-firmware-a/docs/design_documents/
A Dmeasured_boot_poc.rst167 the secure world (where TAs will print their logs, for instance).
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt1418 - 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 Dchange-log.md1418 - 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.

Completed in 72 milliseconds

12