Searched refs:erase (Results 26 - 34 of 34) sorted by relevance

12

/drivers/video/console/
H A Dfbcon.c570 int cnt, erase = vc->vc_video_erase_char, step; local
580 * remove underline attribute from erase character
584 erase &= ~0x400;
597 scr_memsetw(save, erase, logo_lines * new_cols * 2);
622 erase,
2018 * Recursive invocations don't need to erase the cursor over and
/drivers/mmc/card/
H A Dmmc_test.c36 * Limit the test area size to the maximum MMC HC erase group size. Note that
1564 static int mmc_test_area_init(struct mmc_test_card *test, int erase, int fill) argument
1614 if (erase) {
1634 * Prepare for large transfers. Do not erase the test area.
1642 * Prepare for large transfers. Do erase the test area.
/drivers/hid/usbhid/
H A Dhid-pidff.c543 * Stop and erase effect with effect_id
550 hid_dbg(pidff->hid, "starting to erase %d/%d\n",
1311 ff->erase = pidff_erase_effect;
/drivers/mtd/nand/
H A Ddenali.c916 * instability with the controller if you do a block erase
917 * and the last transaction was a SPARE_ACCESS. Block erase
1280 /* wait for erase to complete or failure to occur */
1629 denali->nand.erase = denali_erase;
H A Ddocg4.c178 /* good status values read after read/write/erase operations */
268 * register. Operations known to take a long time (e.g., block erase)
890 /* only 2 bytes of address are written to specify erase block */
1036 * For an unknown reason, block erase always fails if it's the first
1241 nand->erase = docg4_erase_block;
H A Dnand_base.c426 * (1) erase the affected block, to allow OOB marker to be written cleanly
441 /* Attempt erase before marking OOB */
627 * Program and erase have their own busy handlers status and sequential
722 * Program and erase have their own busy handlers status, sequential
871 * Wait for command done. This applies to erase and program only. Erase can
990 * eg. erase/program a locked block
1049 * eg. erase/program a locked block
2454 /* We still need to erase leftover OOB data */
2680 * single_erase - [GENERIC] NAND standard block erase command function
2684 * Standard erase comman
[all...]
/drivers/mtd/ubi/
H A Dwl.c25 * physical eraseblocks and erase counters and knows nothing about logical
31 * Physical eraseblocks returned by 'ubi_wl_get_peb()' have only erase counter
40 * physical eraseblocks with low erase counter to free physical eraseblocks
41 * with high erase counter.
43 * If the WL sub-system fails to erase a physical eraseblock, it marks it as
69 * measured in erase cycles in this case. This is implemented with help of the
72 * head of the queue on each erase operation (for any eraseblock). So the
73 * length of the queue defines how may (global) erase cycles PEBs are protected.
95 * example, when we move a PEB with low erase counter, and we need to pick the
111 * Maximum difference between two erase counter
[all...]
/drivers/scsi/
H A Dgdth.c4069 if (evt.erase == 0xff) {
4082 } else if (evt.erase == 0xfe) {
4084 } else if (evt.erase == 0) {
4087 gdth_readapp_event(ha, evt.erase, &evt.event);
/drivers/scsi/bfa/
H A Dbfa_ioc.c4327 * Send flash erase request.
4359 struct bfi_flash_erase_rsp_s *erase; member in union:__anon5250
4408 status = be32_to_cpu(m.erase->status);

Completed in 414 milliseconds

12