Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 76) sorted by relevance

1234

/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.h81 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
83 if (N) { \
86 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
88 (Current).file = YYRHSLOC(Rhs, N).file; \
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra30-colibri.dts76 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
82 /* EHCI instance 1: USB2_DP/N -> AX88772B */
89 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
H A Dtegra20-colibri.dts86 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
102 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
H A Dtegra30-apalis.dts269 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
277 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
284 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
H A Dtegra124-venice2.dts90 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
95 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
H A Dtegra124-cei-tk1-som.dts316 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
321 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
402 gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
414 gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
H A Dtegra124-jetson-tk1.dts321 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
326 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
407 gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
419 gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
H A Dtegra114-dalmore.dts75 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
/rk3399_rockchip-uboot/doc/
H A DREADME.omap3103 if (!gpio_request(N, "")) {
104 gpio_direction_output(N, 0);
105 gpio_set_value(N, 1);
110 if (!gpio_request(N, "")) {
111 gpio_direction_output(N, 0);
112 gpio_set_value(N, 0);
117 if (!gpio_request(N, "")) {
118 gpio_direction_input(N);
119 val = gpio_get_value(N);
120 gpio_free(N);
[all …]
H A DREADME.unaligned-memory-access.txt16 Unaligned memory accesses occur when you try to read N bytes of data starting
17 from an address that is not evenly divisible by N (i.e. addr % N != 0).
34 When accessing N bytes of memory, the base memory address must be evenly
35 divisible by N, i.e. addr % N == 0.
/rk3399_rockchip-uboot/arch/arm/mach-snapdragon/
H A Dclock-apq8016.c104 uintptr_t N; member
135 writel(n_val, base + regs->N); in clk_rcg_set_rate_mnd()
162 .N = SDCC_N(1),
169 .N = SDCC_N(2),
196 .N = BLSP1_UART2_APPS_N,
/rk3399_rockchip-uboot/drivers/mmc/
H A DKconfig78 say Y here. If unsure, say N.
145 If unsure, say N.
157 If unsure, say N.
165 If unsure, say N.
175 If unsure, say N.
187 If unsure, say N.
222 If unsure, say N.
261 If unsure, say N.
272 If unsure, say N.
284 If unsure, say N.
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h68 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1) argument
/rk3399_rockchip-uboot/drivers/ufs/
H A DKconfig34 If unsure, say N.
47 default N
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_decompress.c170 Int32 N; in BZ2_decompress() local
224 N = s->save_N; in BZ2_decompress()
428 N = 1; in BZ2_decompress()
430 if (nextSym == BZ_RUNA) es = es + (0+1) * N; else in BZ2_decompress()
431 if (nextSym == BZ_RUNB) es = es + (1+1) * N; in BZ2_decompress()
432 N = N * 2; in BZ2_decompress()
656 s->save_N = N; in BZ2_decompress()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h804 #define SSI_CONFIG_ALEN_N(N) ((N-1)<<20) argument
805 #define SSI_CONFIG_DLEN_N(N) ((N-1)<<16) argument
813 #define SSI_ADATA_ADDR_N(N) (N<<16) argument
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c422 int rc, pnum, N, err; in kwboot_xmodem() local
425 N = 0; in kwboot_xmodem()
434 data + N, size - N, in kwboot_xmodem()
446 N += n; in kwboot_xmodem()
447 kwboot_progress(N * 100 / size, '.'); in kwboot_xmodem()
/rk3399_rockchip-uboot/board/ti/am335x/
H A Dboard.c592 #define REQUEST_AND_SET_GPIO(N) request_and_set_gpio(N, #N, 1); argument
593 #define REQUEST_AND_CLR_GPIO(N) request_and_set_gpio(N, #N, 0); argument
/rk3399_rockchip-uboot/board/siemens/rut/
H A Dboard.c123 #define REQUEST_AND_PULSE_RESET(N) \ argument
124 request_and_pulse_reset(N, #N);
/rk3399_rockchip-uboot/tools/omap/
H A Dclocks_get_m_n.c50 int get_m_n_optimized(u32 target_freq_khz, u32 ref_freq_khz, u32 *M, u32 *N) in get_m_n_optimized() argument
82 *N = n_optimal - 1; in get_m_n_optimized()
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H A Dintel,irq-router.txt26 8259 PIC. Bit N is 1 means IRQ N is available to be routed.
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dclock_sun4i.c82 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
89 (N)<< CCM_PLL1_CFG_FACTOR_N_SHIFT | \
/rk3399_rockchip-uboot/include/u-boot/
H A Dvariadic-macro.h14 _28, _29, _30, _31, _32, N, ...) N
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A DKconfig36 If unsure, say N
226 If unsure, say N
238 If unsure, say N
246 If unsure, say N
255 If unsure, say N
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt187 -a{N}: set compression mode 0 = fast, 1 = normal
190 d{N}: Sets Dictionary size - [0, 30], default: 23 (8MB)
192 Dictionary size is calculated as DictionarySize = 2^N bytes.
194 size D = 2^N you need about D bytes of memory (RAM).
196 -fb{N}: set number of fast bytes - [5, 273], default: 128
200 -lc{N}: set number of literal context bits - [0, 8], default: 3
203 -lp{N}: set number of literal pos bits - [0, 4], default: 0
205 equal 2^N. For example, for 32-bit (4 bytes)
209 -pb{N}: set number of pos bits - [0, 4], default: 2
211 when period is equal 2^N.

1234