Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 25 of 93) sorted by relevance

1234

/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dflash.c321 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 Dflash.c315 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 Dosd.c413 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 Dnvidia,tegra20-nand.txt24 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 Dsys_proto.h15 int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int));
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra186-p2771-0000.dtsi51 wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
H A Drk3368-evb.dts42 disable-wp;
H A Dtegra30-tamonten.dtsi59 wp-gpios = <&gpio TEGRA_GPIO(I, 3) GPIO_ACTIVE_HIGH>;
H A Drk3288-evb-rk1608.dtsi149 disable-wp;
373 disable-wp;
387 disable-wp;
H A Drk1808-evb.dts54 disable-wp;
H A Dtegra210-p2371-2180.dts78 wp-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_LOW>;
H A Dr8a7796-salvator-x.dts204 wp-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
231 wp-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
H A Dzynq-zc706.dts247 mux-wp {
252 conf-wp {
H A Drk3288-evb.dtsi189 disable-wp;
427 disable-wp;
441 disable-wp;
H A Dtegra124-venice2.dts77 wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
H A Drk3288-firefly.dtsi152 disable-wp;
412 disable-wp;
426 disable-wp;
H A Drk3328-evb.dts83 disable-wp;
99 disable-wp;
H A Dtegra20-trimslice.dts60 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
H A Dzynq-zc702.dts328 mux-wp {
333 conf-wp {
H A Drk3288-rock2-square.dts104 disable-wp; /* wp not hooked up */
H A Drv1108-evb.dts189 disable-wp;
215 disable-wp;
H A Dtegra20-colibri.dts47 nvidia,wp-gpios = <&gpio TEGRA_GPIO(S, 0) GPIO_ACTIVE_HIGH>;
/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c1320 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 Dnandc.h39 unsigned wp : 1; /* bits[8] */ member
55 unsigned wp : 1; member
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmxsmmc.c375 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()

1234