| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | srcpos.h | 81 #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 D | tegra30-colibri.dts | 76 /* 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 D | tegra20-colibri.dts | 86 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */ 102 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
|
| H A D | tegra30-apalis.dts | 269 /* 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 D | tegra124-venice2.dts | 90 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 D | tegra124-cei-tk1-som.dts | 316 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 D | tegra124-jetson-tk1.dts | 321 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 D | tegra114-dalmore.dts | 75 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.omap3 | 103 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 D | README.unaligned-memory-access.txt | 16 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 D | clock-apq8016.c | 104 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 D | Kconfig | 78 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 D | clock_defs.h | 68 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1) argument
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | Kconfig | 34 If unsure, say N. 47 default N
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib_decompress.c | 170 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 D | au1x00.h | 804 #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 D | kwboot.c | 422 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 D | board.c | 592 #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 D | board.c | 123 #define REQUEST_AND_PULSE_RESET(N) \ argument 124 request_and_pulse_reset(N, #N);
|
| /rk3399_rockchip-uboot/tools/omap/ |
| H A D | clocks_get_m_n.c | 50 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 D | intel,irq-router.txt | 26 8259 PIC. Bit N is 1 means IRQ N is available to be routed.
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | clock_sun4i.c | 82 #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 D | variadic-macro.h | 14 _28, _29, _30, _31, _32, N, ...) N
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | Kconfig | 36 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 D | lzma.txt | 187 -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.
|