Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c169 static int pair = 0; in init_one_color() local
171 pair++; in init_one_color()
172 init_pair(pair, color->fg, color->bg); in init_one_color()
174 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color()
176 color->atr = COLOR_PAIR(pair); in init_one_color()
/rk3399_rockchip-uboot/doc/device-tree-bindings/reset/
H A Dreset.txt48 resets: List of phandle and reset specifier pairs, one pair
51 #reset-cells, then only the phandle portion of the pair will
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt12 cell pairs can be provided - the first of each pair is the base address and
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A D8250.txt51 pair of NS16550A), albeit with some nonstandard behavior such as
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,mvebu-pinctrl.txt14 - reg: A pair of values defining the pin controller base address
H A Dst,stm32-pinctrl.txt37 - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dverified-boot.txt38 | RSA key pair | * +---------------+
H A Dsignature.txt65 Creating an RSA key pair and certificate
67 To create a new public/private key pair, size 2048 bits:
H A Dbeaglebone_vboot.txt44 4. Create a key pair
177 Step 4: Create a key pair
H A Dsource_file_format.txt266 configuration for 2.6 FDT kernel is (kernel, fdt) pair.
/rk3399_rockchip-uboot/doc/
H A DREADME.armada-secureboot70 KAK - Key Authentication Key: A RSA key pair, which is used
181 sufficient to store the private key for each key pair.
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src1401 in a way so that each pair can be treated as if it were in a
2902 that pair it with calloc, presumably for odd historical reasons.
3125 The format is to provide a (parameter-number, parameter-value) pair.