Searched refs:flags (Results 176 - 200 of 1369) sorted by relevance

1234567891011>>

/u-boot/lib/libavb/
H A Davb_hashtree_descriptor.h44 * - flags field is added which supports AVB_HASHTREE_DESCRIPTOR_FLAGS_USE_AB
62 uint32_t flags; member in struct:AvbHashtreeDescriptor
H A Davb_cmdline.h46 AvbSlotVerifyFlags flags,
/u-boot/arch/mips/mach-mscc/include/
H A Dioremap.h34 unsigned long flags)
33 plat_ioremap(phys_addr_t offset, unsigned long size, unsigned long flags) argument
/u-boot/include/linux/clk/
H A Danalogbits-wrpll-cln28hpc.h17 * Bit definitions for struct wrpll_cfg.flags
41 * @flags: PLL configuration flags. See above for more information
54 * record should be zero-initialized with the exception of the @flags
62 u8 flags; member in struct:wrpll_cfg
/u-boot/scripts/kconfig/
H A Dconfdata.c170 sym->flags |= def_flags;
177 sym->flags |= def_flags;
182 sym->flags |= def_flags;
214 sym->flags |= def_flags;
329 sym->flags |= SYMBOL_CHANGED;
330 sym->flags &= ~(def_flags|SYMBOL_VALID);
332 sym->flags |= def_flags;
369 if (sym->flags & def_flags) {
376 sym->flags |= def_flags;
403 if (sym->flags
[all...]
/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dsecure_vab.h24 * @flags: TBD
30 u32 flags; member in struct:fcs_hps_vab_certificate_data
/u-boot/drivers/pinctrl/nxp/
H A Dpinctrl-imx8m.c37 .flags = DM_FLAG_PRE_RELOC,
H A Dpinctrl-imx.h12 * @flags: flags specific for each soc
18 unsigned int flags; member in struct:imx_pinctrl_soc_info
H A Dpinctrl-imx5.c43 .flags = DM_FLAG_PRE_RELOC,
/u-boot/arch/sandbox/include/asm/
H A Dgpio.h26 /* Our own private GPIO flags, which musn't conflict with GPIOD_... */
75 * Return the simulated flags of a GPIO (used only in sandbox test code)
84 * Set the simulated flags of a GPIO (used only in sandbox test code)
88 * @param flags bitfield accesses by GPIOD_ defines
92 ulong flags);
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-bootmem.c300 * is specified in the flags, then nothing is done.
302 * @param flags CVMX_BOOTMEM_FLAG_NO_LOCKING means this functions should do
305 static inline void __cvmx_bootmem_lock(u32 flags) argument
307 if (!(flags & CVMX_BOOTMEM_FLAG_NO_LOCKING)) {
335 * is specified in the flags, then nothing is done.
337 * @param flags CVMX_BOOTMEM_FLAG_NO_LOCKING means this functions should do
340 static inline void __cvmx_bootmem_unlock(u32 flags) argument
342 if (!(flags & CVMX_BOOTMEM_FLAG_NO_LOCKING)) {
477 const char *name, u32 flags)
483 align, name, flags);
475 cvmx_bootmem_alloc_named_range_flags(u64 size, u64 min_addr, u64 max_addr, u64 align, const char *name, u32 flags) argument
511 cvmx_bootmem_alloc_named_flags(u64 size, u64 alignment, const char *name, u32 flags) argument
535 __cvmx_bootmem_find_named_block_flags(const char *name, u32 flags) argument
584 cvmx_bootmem_phy_alloc(u64 req_size, u64 address_min, u64 address_max, u64 alignment, u32 flags) argument
796 __cvmx_bootmem_phy_free(u64 phy_addr, u64 size, u32 flags) argument
946 cvmx_bootmem_phy_named_block_find(const char *name, u32 flags) argument
989 cvmx_bootmem_phy_named_block_free(const char *name, u32 flags) argument
1028 cvmx_bootmem_phy_named_block_alloc(u64 size, u64 min_addr, u64 max_addr, u64 alignment, const char *name, u32 flags) argument
1357 cvmx_bootmem_reserve_memory(u64 start_addr, u64 size, const char *name, u32 flags) argument
[all...]
/u-boot/include/dm/
H A Ddevice-internal.h202 * @flags: Flags for selective device removal (DM_REMOVE_...)
203 * Return: 0 if OK, -EKEYREJECTED if not removed due to flags, -EPROBE_DEFER if
204 * this is a vital device and flags is DM_REMOVE_NON_VITAL, other -ve on
208 int device_remove(struct udevice *dev, uint flags);
210 static inline int device_remove(struct udevice *dev, uint flags) { return 0; } argument
259 * removed based on the value of @flags. Return values of -EPROBE_DEFER cause
265 * @flags: Flag, if this functions is called in the pre-OS stage
271 uint flags);
274 uint flags)
273 device_chld_remove(struct udevice *dev, struct driver *drv, uint flags) argument
/u-boot/include/
H A Dvirtio_ring.h22 * The Host uses this in used->flags to advise the Guest: don't kick me when
29 * The Guest uses this in avail->flags to advise the Host: don't interrupt me
39 * at the end of the avail ring. Host should ignore the avail->flags field.
42 * at the end of the used ring. Guest should ignore the used->flags field.
52 /* The flags as indicated above */
53 __virtio16 flags; member in struct:vring_desc
62 u16 flags; member in struct:vring_desc_shadow
69 __virtio16 flags; member in struct:vring_avail
82 __virtio16 flags; member in struct:vring_used
109 * @avail_flags_shadow: last written value to avail->flags
[all...]
H A Dbootflow.h40 * enum bootflow_flags_t - flags for bootflows
80 * @buf: Bootflow file contents (allocated unless @flags & BOOTFLOWF_STATIC_BUF)
88 * @flags: Flags for the bootflow (see enum bootflow_flags_t)
114 int flags; member in struct:bootflow
121 * enum bootflow_iter_flags_t - flags for the bootflow iterator
129 * Internal flags:
146 * flags used internally by standard boot - do not set these when
157 * enum bootflow_meth_flags_t - flags controlling which bootmeths are used
160 * bootmeths are used for the current bootdev. The flags reset when the bootdev
195 * @flags
225 int flags; member in struct:bootflow_iter
[all...]
H A Dsplash.h45 enum splash_flags flags; member in struct:splash_location
/u-boot/lib/acpi/
H A Dfacs.c25 facs->flags = 0;
/u-boot/drivers/clk/stm32/
H A Dclk-stm32-core.h17 * @mux_flags: hardware-specific flags
36 * @gate_flags: hardware-specific flags
85 * @flags: framework-specific flags
95 unsigned long flags; member in struct:clock_config
230 .flags = _flags, \
249 .flags = _flags, \
265 .flags = _flags, \
/u-boot/drivers/clk/imx/
H A Dclk-gate2.c36 u8 flags; member in struct:clk_gate2
95 const char *parent_name, unsigned long flags,
110 gate->flags = clk_gate2_flags;
128 .flags = DM_FLAG_PRE_RELOC,
94 clk_register_gate2(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 bit_idx, u8 cgr_val, u8 clk_gate2_flags, unsigned int *share_count) argument
/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_sw.c35 .flags = DM_FLAG_PRE_RELOC,
/u-boot/drivers/spi/
H A Dsoft_spi.c32 int flags; member in struct:soft_spi_plat
117 const void *dout, void *din, unsigned long flags)
134 if (flags & SPI_XFER_BEGIN)
164 if ((plat->flags & SPI_MASTER_NO_TX) == 0)
178 if ((plat->flags & SPI_MASTER_NO_RX) == 0)
201 if (flags & SPI_XFER_END)
270 plat->flags |= SPI_MASTER_NO_TX;
278 plat->flags |= SPI_MASTER_NO_RX;
280 if ((plat->flags & (SPI_MASTER_NO_RX | SPI_MASTER_NO_TX)) ==
116 soft_spi_xfer(struct udevice *dev, unsigned int bitlen, const void *dout, void *din, unsigned long flags) argument
/u-boot/drivers/sysreset/
H A Dsysreset_psci.c43 .flags = DM_FLAG_PRE_RELOC,
/u-boot/drivers/serial/
H A Dserial_coreboot.c91 plat->flags = 0;
109 plat->flags = 0;
111 plat->flags |= NS16550_FLAG_IO;
143 .flags = DM_FLAG_PRE_RELOC,
/u-boot/drivers/gpio/
H A Dsh_pfc.c196 gpiop->flags &= ~PINMUX_FLAG_DREG;
197 gpiop->flags |= (k << PINMUX_FLAG_DREG_SHIFT);
198 gpiop->flags &= ~PINMUX_FLAG_DBIT;
199 gpiop->flags |= (n << PINMUX_FLAG_DBIT_SHIFT);
241 k = (gpiop->flags & PINMUX_FLAG_DREG) >> PINMUX_FLAG_DREG_SHIFT;
242 n = (gpiop->flags & PINMUX_FLAG_DBIT) >> PINMUX_FLAG_DBIT_SHIFT;
456 if ((gpioc->gpios[offset].flags & PINMUX_FLAG_TYPE) != PINMUX_TYPE_NONE)
478 gpioc->gpios[offset].flags &= ~PINMUX_FLAG_TYPE;
479 gpioc->gpios[offset].flags |= pinmux_type;
493 pinmux_type = gpioc->gpios[offset].flags
[all...]
/u-boot/test/dm/
H A Dclk_ccf.c39 ut_asserteq(CLK_SET_RATE_PARENT, clk->flags);
45 ut_asserteq(CLK_SET_RATE_PARENT, clk->flags);
54 ut_asserteq(CLK_SET_RATE_PARENT, clk->flags);
63 ut_asserteq(CLK_SET_RATE_NO_REPARENT, clk->flags);
86 ut_asserteq(CLK_SET_RATE_NO_REPARENT, clk->flags);
93 ut_asserteq(CLK_SET_RATE_PARENT, pclk->flags);
114 ut_asserteq(CLK_SET_RATE_UNGATE, clk->flags);
194 clk->flags = CLK_IS_CRITICAL;
202 clk->flags &= ~CLK_IS_CRITICAL;
/u-boot/post/lib_powerpc/fpu/
H A Dfpu.c40 int fpu_post_test (int flags) argument

Completed in 379 milliseconds

1234567891011>>