| /rk3399_rockchip-uboot/board/freescale/m5253demo/ |
| H A D | flash.c | 321 ulong wp, count; in write_buff() local 329 wp = addr; in write_buff() 332 if (wp & 1) { in write_buff() 333 data = *((FPWV *) wp); in write_buff() 336 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff() 339 wp++; in write_buff() 351 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff() 354 wp += 2; in write_buff() 367 data = *((FPWV *) wp); in write_buff() 371 if ((rc = write_word(info, (FPWV *) wp, data)) != 0) in write_buff() [all …]
|
| /rk3399_rockchip-uboot/board/cobra5272/ |
| H A D | flash.c | 315 ulong wp, data; in write_buff() local 330 wp = addr; in write_buff() 335 if ((rc = write_word (info, wp - 1, data)) != 0) { in write_buff() 339 wp += 1; in write_buff() 345 if ((rc = write_word (info, wp, data)) != 0) { in write_buff() 349 wp += 2; in write_buff() 355 *((volatile u8 *) (wp + 1)); in write_buff() 356 if ((rc = write_word (info, wp, data)) != 0) { in write_buff() 360 wp += 1; in write_buff()
|
| /rk3399_rockchip-uboot/board/gdsys/common/ |
| H A D | osd.c | 413 u16 *wp = buffer; in osd_write() local 430 *wp = simple_strtoul(substr, NULL, 16); in osd_write() 433 wp++; in osd_write() 434 if (wp - buffer > base_width) in osd_write() 440 y * base_width + x + k * (wp - buffer); in osd_write() 442 wp - buffer); in osd_write()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/nand/ |
| H A D | nvidia,tegra20-nand.txt | 24 nvidia,wp-gpios : GPIO of write-protect line, three cells in the format: 46 nvidia,wp-gpios = <&gpio 59 0>; /* PH3 */
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-mxs/ |
| H A D | sys_proto.h | 15 int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int));
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra186-p2771-0000.dtsi | 51 wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
|
| H A D | rk3368-evb.dts | 42 disable-wp;
|
| H A D | tegra30-tamonten.dtsi | 59 wp-gpios = <&gpio TEGRA_GPIO(I, 3) GPIO_ACTIVE_HIGH>;
|
| H A D | rk3288-evb-rk1608.dtsi | 149 disable-wp; 373 disable-wp; 387 disable-wp;
|
| H A D | rk1808-evb.dts | 54 disable-wp;
|
| H A D | tegra210-p2371-2180.dts | 78 wp-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_LOW>;
|
| H A D | r8a7796-salvator-x.dts | 204 wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>; 231 wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
|
| H A D | zynq-zc706.dts | 247 mux-wp { 252 conf-wp {
|
| H A D | rk3288-evb.dtsi | 189 disable-wp; 427 disable-wp; 441 disable-wp;
|
| H A D | tegra124-venice2.dts | 77 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
|
| H A D | rk3288-firefly.dtsi | 152 disable-wp; 412 disable-wp; 426 disable-wp;
|
| H A D | rk3328-evb.dts | 83 disable-wp; 99 disable-wp;
|
| H A D | tegra20-trimslice.dts | 60 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
|
| H A D | zynq-zc702.dts | 328 mux-wp { 333 conf-wp {
|
| H A D | rk3288-rock2-square.dts | 104 disable-wp; /* wp not hooked up */
|
| H A D | rv1108-evb.dts | 189 disable-wp; 215 disable-wp;
|
| H A D | tegra20-colibri.dts | 47 nvidia,wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_HIGH>;
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_flash.c | 1320 ulong wp; in write_buff() local 1343 wp = (addr & ~(info->portwidth - 1)); in write_buff() 1346 aln = addr - wp; in write_buff() 1349 p = (uchar *)wp; in write_buff() 1360 rc = flash_write_cfiword(info, wp, cword); in write_buff() 1364 wp += i; in write_buff() 1378 rc = flash_write_cfiword(info, wp, cword); in write_buff() 1381 wp += info->portwidth; in write_buff() 1387 i = buffered_size - (wp % buffered_size); in write_buff() 1390 rc = flash_write_cfibuffer(info, wp, src, i); in write_buff() [all …]
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | nandc.h | 39 unsigned wp : 1; /* bits[8] */ member 55 unsigned wp : 1; member
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mxsmmc.c | 375 int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int)) in mxsmmc_initialize() 399 priv->mmc_is_wp = wp; in mxsmmc_initialize()
|