Searched refs:errors (Results 1 – 13 of 13) sorted by relevance
| /drivers/mtd/nand/raw/ |
| A D | fsl_ifc_spl.c | 40 int errors = (reg >> ((3 - bufnum % 4) * 8)) & 0xf; in check_read_ecc() local 42 if (errors == 0xf) { /* uncorrectable */ in check_read_ecc()
|
| A D | fsl_ifc_nand.c | 289 int errors; in fsl_ifc_run_command() local 302 errors = check_read_ecc(mtd, ctrl, eccstat, i); in fsl_ifc_run_command() 304 if (errors == 15) { in fsl_ifc_run_command() 317 mtd->ecc_stats.corrected += errors; in fsl_ifc_run_command()
|
| A D | Kconfig | 455 arbitrary NAND chips with a RAM buffer. It will also inject errors to
|
| /drivers/virtio/ |
| A D | virtio_blk.h | 164 __virtio32 errors; member
|
| /drivers/ram/octeon/ |
| A D | octeon3_lmc.c | 270 int errors = 0; in test_dram_byte64() local 490 return errors; in test_dram_byte64() 923 errors = 0; in validate_hw_wl_settings() 931 return errors; in validate_hw_wl_settings() 5553 int errors; in parallel_wl_block_delay() local 5854 errors = 0; in lmc_sw_write_leveling() 6021 int errors; in lmc_sw_write_leveling() local 9963 errors = 0; in test_dram_byte_hw() 10117 return errors; in test_dram_byte_hw() 10275 return errors; in run_best_hw_patterns() [all …]
|
| A D | octeon_ddr.c | 1569 int errors = 0; in validate_ddr3_rlevel_bitmask() local 1666 errors = bubble + tbubble + blank + narrow + trailing + toolong; in validate_ddr3_rlevel_bitmask() 1675 narrow, trailing, toolong, errors, in validate_ddr3_rlevel_bitmask() 1676 (errors) ? "=> invalid" : ""); in validate_ddr3_rlevel_bitmask() 1678 return errors; in validate_ddr3_rlevel_bitmask()
|
| /drivers/video/tegra/ |
| A D | dsi.c | 105 u16 errors; in tegra_dsi_read_response() local 113 errors = (value >> 8) & 0xffff; in tegra_dsi_read_response() 115 __func__, errors); in tegra_dsi_read_response() 117 if (errors & BIT(i)) in tegra_dsi_read_response()
|
| /drivers/mtd/nand/raw/atmel/ |
| A D | nand-controller.c | 204 u32 errors; member 307 op->errors |= status & ATMEL_HSMC_NFC_SR_ERRORS; in atmel_nfc_op_done() 310 return !op->wait || op->errors; in atmel_nfc_op_done() 331 if (nc->op.errors & ATMEL_HSMC_NFC_SR_DTOE) { in atmel_nfc_wait() 336 if (nc->op.errors & ATMEL_HSMC_NFC_SR_UNDEF) { in atmel_nfc_wait() 341 if (nc->op.errors & ATMEL_HSMC_NFC_SR_AWB) { in atmel_nfc_wait() 346 if (nc->op.errors & ATMEL_HSMC_NFC_SR_NFCASE) { in atmel_nfc_wait()
|
| /drivers/net/ |
| A D | e1000.h | 488 uint8_t errors; /* Descriptor Errors */ member 1840 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument 1842 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
|
| /drivers/mtd/ubi/ |
| A D | Kconfig | 8 warnings and errors enabled.
|
| /drivers/bootcount/ |
| A D | Kconfig | 78 Store the bootcount in DRAM protected against bit errors
|
| /drivers/mtd/ |
| A D | Kconfig | 182 programming errors usually are detected earlier while
|
| /drivers/mmc/ |
| A D | Kconfig | 470 MMC build errors with sandbox.
|
Completed in 68 milliseconds