Lines Matching +full:firmware +full:- +full:initialized
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4 * Copyright (C) 2018-2020 Linaro Ltd.
31 * enum ipa_flag - IPA state flags
41 * struct ipa - IPA information
55 * @mem_addr: DMA address of IPA-local memory space
56 * @mem_virt: Virtual address of IPA-local memory space
59 * @mem: Array of IPA-local memory region descriptors
64 * @zero_addr: DMA address of preallocated zero-filled memory
65 * @zero_virt: Virtual address of preallocated zero-filled memory
66 * @zero_size: Size (bytes) of preallocated zero-filled memory
70 * @initialized: Bit mask indicating endpoints initialized
120 u32 initialized; member
136 * ipa_setup() - Perform IPA setup
152 * In order for the GSI hardware to be functional it needs firmware to be
153 * loaded (in addition to some other low-level initialization). This early
157 * If it's done by Trust Zone, the AP loads the GSI firmware and supplies