Home
last modified time | relevance | path

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

1234567891011

/u-boot/fs/ubifs/
A Dbudget.c208 long long available; in ubifs_calc_available() local
210 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
235 available -= c->lst.total_dead; in ubifs_calc_available()
243 available -= c->lst.total_dark; in ubifs_calc_available()
253 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
257 return available > 0 ? available : 0; in ubifs_calc_available()
304 long long outstanding, available; in do_budget_space() local
349 if (unlikely(available < outstanding)) { in do_budget_space()
351 available, outstanding); in do_budget_space()
679 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
[all …]
/u-boot/drivers/pinctrl/renesas/
A DKconfig17 the GPIO definitions and pin control functions for each available
27 the GPIO definitions and pin control functions for each available
37 the GPIO definitions and pin control functions for each available
47 the GPIO definitions and pin control functions for each available
57 the GPIO definitions and pin control functions for each available
97 the GPIO definitions and pin control functions for each available
107 the GPIO definitions and pin control functions for each available
117 the GPIO definitions and pin control functions for each available
127 the GPIO definitions and pin control functions for each available
137 the GPIO definitions and pin control functions for each available
[all …]
/u-boot/arch/powerpc/dts/
A Dqoriq-mpic.dtsi30 msi-available-ranges = <0 0x100>;
45 msi-available-ranges = <0 0x100>;
60 msi-available-ranges = <0 0x100>;
/u-boot/arch/x86/include/asm/arch-ivybridge/
A Dme.h40 u8 available; member
45 u8 available; member
/u-boot/doc/usage/
A Dexception.rst18 type of exception to be generated. The available types are architecture
19 dependent. Use 'help exception' to determine which are available.
A Dqfw.rst22 The *qfw cpus* sub-command displays the available CPUs.
57 The available CPUs can be shown via the *qfw cpus* command:
89 The qfw command is only available if CONFIG_CMD_QFW=y.
A Dfalse.rst28 The false command is only available if CONFIG_HUSH_PARSER=y.
A Dtrue.rst28 The true command is only available if CONFIG_HUSH_PARSER=y.
A Dbutton.rst34 A list of all available buttons and their status can be displayed using
47 button driver. The available buttons are defined in the device-tree.
/u-boot/drivers/pinctrl/mtmips/
A DKconfig13 the pin mux functions for each available pin groups.
22 the pin mux functions for each available pin groups.
/u-boot/doc/
A DREADME.pblimage17 For eSPI boot(available on P2041/P3041/P4080/P5020/P5040/T4240):
21 For SD boot(available on P2041/P3041/P4080/P5020/P5040/T4240):
25 For Nand boot(available on P2041/P3041/P5020/P5040):
30 2. pblimage support available with mkimage utility will generate Freescale PBL
A DREADME.chromium8 available:
10 - Running U-Boot from the 'altfw' feature, which is available on selected
77 a sandbox target available (chromeos_sandbox) which allows running U-Boot on
97 Basic support is available for samus, using the chromeos_samus target. If you
112 More details are available here:
154 Various options are available which control the operation of verified boot.
176 Chromium OS tests available. These will hopefully come together over time. Of
/u-boot/doc/develop/
A Dversion.rst16 also SUBLEVEL available for downstream use. See also CONFIG_IDENT_STRING.
22 The following are available:
39 This is UBOOTRELEASE but available in C source.
81 include/generated/timestamp_autogenerated.h for the available
A Dglobal_data.rst7 structure is available as symbol gd. The symbol is made available by the macro
/u-boot/drivers/usb/gadget/
A Dep0.c161 int available; in copy_config() local
181 if ((available = in copy_config()
188 if (length > available) { in copy_config()
189 length = available; in copy_config()
200 available); in copy_config()
/u-boot/drivers/serial/
A DKconfig138 bool "Probe all available serial devices"
145 all available devices optional.
191 a stack is available.
212 be available until the real driver model serial is running.
220 be available until the real driver model serial is running.
246 be available until the real driver-model serial is running.
254 be available until the real driver model serial is running.
262 be available until the real driver model serial is running.
279 be available until the real driver-model serial is running.
287 be available until the real driver-model serial is running.
[all …]
/u-boot/doc/SPL/
A DREADME.omap323 amount of DRAM available to it different values may need to be used.
40 0x80208000 - 0x80307FFF: malloc() pool available to SPL.
47 0x87080000 - 0x870FFFFF: malloc() pool available to SPL.
/u-boot/tools/binman/test/
A D074_vblock.dts23 * available when the vblock first tries to obtain its contents
/u-boot/board/ste/stemmy/
A DREADME46 UART is available through the micro USB port, similar to the Carkit standard.
47 With a ~619kOhm resistor between ID and GND, 1.8V RX/TX is available at D+/D-.
/u-boot/doc/device-tree-bindings/pci/
A Dx86-pci.txt4 Some options are available to affect how PCI operates on x86.
13 For PCI devices the following optional property is available:
/u-boot/board/armltd/integrator/
A DREADME8 Manuals available from :-
66 The U-Boot make targets map to the available core modules as below.
68 Integrator/AP is no longer available from ARM.
69 Core modules marked ** are also no longer available.
/u-boot/board/timll/devkit8000/
A DREADME10 There's no real MAC address available.
/u-boot/drivers/input/
A DKconfig20 includes methods to start/stop the device, check for available
29 includes methods to start/stop the device, check for available
38 includes methods to start/stop the device, check for available
/u-boot/drivers/sysreset/
A DKconfig13 to effect a reset. The uclass will try all available drivers when
22 to effect a reset. The uclass will try all available drivers when
31 to effect a reset. The uclass will try all available drivers when
107 Interface available on some new TI's SoCs.
/u-boot/doc/device-tree-bindings/regulator/
A Dfan53555.txt8 - fcs,suspend-voltage-selector: declare which of the two available

Completed in 25 milliseconds

1234567891011