Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/gpio/
A Dgpio-uclass.c119 int numeric; in dm_gpio_lookup_name() local
122 numeric = isdigit(*name) ? simple_strtoul(name, NULL, 10) : -1; in dm_gpio_lookup_name()
129 if (numeric != -1) { in dm_gpio_lookup_name()
130 offset = numeric - uc_priv->gpio_base; in dm_gpio_lookup_name()
/u-boot/doc/imx/mkimage/
A Dmxsimage.txt28 - Every numeric value must be encoded in hexadecimal and in format 0xabcdef12 .
/u-boot/doc/device-tree-bindings/pinctrl/
A Dpinctrl-bindings.txt201 pinmux - the list of numeric pin ids and their mux settings
/u-boot/doc/
A DREADME.armada-secureboot226 proceed, identified via a numeric ID. The tested values

Completed in 10 milliseconds