| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | sh_spi.c | 142 int remain = (int)len; in sh_spi_send() local 147 while (remain > 0) { in sh_spi_send() 148 cur_len = (remain < SH_SPI_FIFO_SIZE) ? in sh_spi_send() 149 remain : SH_SPI_FIFO_SIZE; in sh_spi_send() 166 remain -= cur_len; in sh_spi_send() 169 if (remain > 0) in sh_spi_send()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | mxs_i2c.c | 135 int i, remain, off; in mxs_i2c_write() local 168 remain = 24 - ((i & 3) * 8); in mxs_i2c_write() 169 if (remain) in mxs_i2c_write() 170 writel(data >> remain, &i2c_regs->hw_i2c_data); in mxs_i2c_write()
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_api.c | 141 u32 addr_aligned, offset, remain; in rksfc_nor_simply_over_write() local 145 remain = (offset + n_sec + NOR_SECS_PAGE - 1) / NOR_SECS_PAGE * NOR_SECS_PAGE; in rksfc_nor_simply_over_write() 147 pbuf_temp = malloc(remain * 512); in rksfc_nor_simply_over_write() 148 snor_read(p_dev, addr_aligned, remain, pbuf_temp); in rksfc_nor_simply_over_write() 150 snor_write(p_dev, addr_aligned, remain, pbuf_temp); in rksfc_nor_simply_over_write()
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 209 u32 remain = refclk; in rk_mipi_phy_enable() local 275 if ((ddr_clk * i % refclk < remain) && in rk_mipi_phy_enable() 278 remain = ddr_clk * i % refclk; in rk_mipi_phy_enable()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | serial-howto.txt | 5 ones remain: 33 - (if no boards remain that don't use driver model) remove the old code
|
| H A D | i2c-howto.txt | 5 ones remain: 45 - (if no boards remain that don't use driver model) remove the old code
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 1271 my ($linenr, $remain, $off) = @_; 1295 for (; $remain > 0; $line++) { 1298 $remain--; 1389 $remain--; 1401 $line, $remain + 1, $off - $loff + 1, $level); 1448 my ($linenr, $remain, $off) = @_; 1454 ($statement, $condition, $linenr, $remain, $off, $level) = 1455 ctx_statement_block($linenr, $remain, $off); 1458 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) { 1465 ($statement, $condition, $linenr, $remain, $off, $level) = [all …]
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | OFL.txt | 29 requirement for fonts to remain under this license does not apply 81 remain under this license does not apply to any document created
|
| H A D | gpl-2.0.txt | 178 parties remain in full compliance.
|
| H A D | lgpl-2.1.txt | 355 terminated so long as such parties remain in full compliance.
|
| H A D | lgpl-2.0.txt | 334 terminated so long as such parties remain in full compliance.
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/ |
| H A D | rk3588.c | 1164 int i, remain, arm_pmu; in fdt_rm_cpu_affinity() local 1174 for (i = 0, remain = 0; i < 8; i++) { in fdt_rm_cpu_affinity() 1176 new_aff[remain++] = aff[i]; in fdt_rm_cpu_affinity() 1181 fdt_setprop((void *)blob, arm_pmu, "interrupt-affinity", new_aff, remain * 4); in fdt_rm_cpu_affinity()
|
| /rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 973 int remain = len; in conv_ascii() local 977 while (remain) { in conv_ascii() 983 remain--; in conv_ascii()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/ |
| H A D | ep93xx.h | 41 uint32_t remain; member
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | psci.S | 310 @ arch/arm/lib/bootm.c:boot_jump_linux() must remain unchanged across
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | armada-388-clearfog.dts | 9 * remain compatible info the future.
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 371 a Property object will remain valid.
|
| /rk3399_rockchip-uboot/lib/libxbc/ |
| H A D | COPYING | 45 of this License, Derivative Works shall not include works that remain
|
| /rk3399_rockchip-uboot/ |
| H A D | MAINTAINERS | 49 Note: For the hard of thinking, this list is meant to remain in alphabetical
|