Home
last modified time | relevance | path

Searched refs:erased (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/hiomapd/vpnor/test/
H A Dwrite_toc.cpp60 void* erased; in main() local
62 erased = malloc(BLOCK_SIZE); in main()
63 assert(erased); in main()
65 memset(erased, 0xff, BLOCK_SIZE); in main()
85 rc = memcmp(ctx->mem, erased, BLOCK_SIZE); in main()
94 rc = memcmp(ctx->mem, erased, BLOCK_SIZE); in main()
97 free(erased); in main()
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c490 int erased; in flash_print_info() local
505 erased = 0; in flash_print_info()
507 erased = 1; in flash_print_info()
514 erased ? " E" : " ", info->protect[i] ? "RO " : " "); in flash_print_info()
/openbmc/phosphor-mboxd/vpnor/
H A DREADME.md42 appear erased
43 9. A read of an invalid access range will appear erased
/openbmc/hiomapd/vpnor/
H A DREADME.md38 appear erased
39 9. A read of an invalid access range will appear erased
/openbmc/qemu/tests/qemu-iotests/
H A D294.out24 == test that key 0 still doesn't open the image (key material is erased) ==
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dcros-ec.txt19 uses that pattern for erased blocks
/openbmc/u-boot/cmd/
H A Dflash.c398 int erased = 0; in flash_sect_erase() local
410 erased += s_last[bank] - s_first[bank] + 1; in flash_sect_erase()
422 printf("Erased %d sectors\n", erased); in flash_sect_erase()
/openbmc/u-boot/doc/
H A DREADME.nand26 and write commands). Only complete erase blocks can be erased.
29 is erased. If `erase' is specified with partition but without an
30 size, the entire partition is erased.
33 each block after it is erased.
36 a debug option in cmd_nand.c to allow bad blocks to be erased.
38 bad by the manufacturer must _NEVER_ be erased.
H A DREADME.mpc83xxads94 erased sectors.
/openbmc/u-boot/tools/kermit/
H A DREADME27 embedded flash sector which is erased whenever you install a
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c760 int step, u32 status, bool *erased) in sunxi_nfc_hw_ecc_correct() argument
766 *erased = false; in sunxi_nfc_hw_ecc_correct()
778 *erased = true; in sunxi_nfc_hw_ecc_correct()
805 bool erased; in sunxi_nfc_hw_ecc_read_chunk() local
833 &erased); in sunxi_nfc_hw_ecc_read_chunk()
834 if (erased) in sunxi_nfc_hw_ecc_read_chunk()
960 bool erased; in sunxi_nfc_hw_ecc_read_chunks_dma() local
964 i, status, &erased); in sunxi_nfc_hw_ecc_read_chunks_dma()
970 if (oob_required && !erased) { in sunxi_nfc_hw_ecc_read_chunks_dma()
980 if (erased) in sunxi_nfc_hw_ecc_read_chunks_dma()
/openbmc/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt75 STACKLEAK_ERASING OK: the rest of the thread stack is properly erased
/openbmc/openbmc-test-automation/extended/
H A Dfactory_reset.robot25 # IP address is erased and comes up with zero_conf.
/openbmc/linux/Documentation/ABI/testing/
H A Dpstore34 will be saved elsewhere and erased from persistent store
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-gw5907.dtsi40 key-erased {
41 label = "key-erased";
H A Dimx6qdl-gw5913.dtsi40 key-erased {
41 label = "key-erased";
H A Dimx6qdl-gw552x.dtsi41 key-erased {
42 label = "key-erased";
H A Dimx6qdl-gw5912.dtsi41 key-erased {
42 label = "key-erased";
H A Dimx6qdl-gw51xx.dtsi40 key-erased {
41 label = "key-erased";
H A Dimx6qdl-gw5910.dtsi43 key-erased {
44 label = "key-erased";
/openbmc/linux/drivers/mtd/nand/onenand/
H A DKconfig53 OTP block cannot be erased.
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_multiple_interfaces_dhcp.robot134 [Documentation] Disable DHCP on Eth1 and verify DHCP IP erased.
145 ... msg=From switching from DHCP to Static DHCP IP is not erased.
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md275 reads from an area it has erased that the read values are 0xFF. Any part of the
276 active window marked dirty/erased is only marked for the lifetime of the current
280 of back to the flash, at which point the dirty or erased marking is cleared
294 to mark dirty or erased this area of flash must fail with the LOCKED_ERROR
396 LOCKED_ERROR - Tried to mark dirty or erased locked area of flash
620 the host knows that a large area has already been erased for
637 Flushes any dirty/erased blocks in the active window to
707 erased. If the requested area is within the current window and
708 that area is currently marked dirty or erased then this command
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst60 is being erased, but erasing one partition will make
/openbmc/linux/drivers/mtd/chips/
H A DKconfig167 erased. Each Protection Register can be accessed multiple times to
174 Lock Register bits cannot be erased. Therefore, when a Protection

123