Searched refs:ECC_SECTOR_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_nand.h60 #define ECC_SECTOR_SIZE 512 macro
H A Dlld_nand.c286 (ECC_SECTOR_SIZE * DeviceInfo.wDevicesConnected) *
301 (ECC_SECTOR_SIZE * DeviceInfo.wDevicesConnected) *
1029 ecc_sect_size = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
1071 if (err_byte < ECC_SECTOR_SIZE) {
1431 eccSectorSize = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
1467 eccSectorSize = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
1806 eccSectorSize = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
1925 eccSectorSize = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
H A Dlld_cdma.c567 eccSectorSize = ECC_SECTOR_SIZE * (DeviceInfo.wDevicesConnected);
592 if (err_byte < ECC_SECTOR_SIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddenali.c932 #define ECC_SECTOR_SIZE 512 macro
966 /* If err_byte is larger than ECC_SECTOR_SIZE,
973 if (err_byte < ECC_SECTOR_SIZE) {
976 ECC_SECTOR_SIZE +
1608 ECC_SECTOR_SIZE)))) {
1615 ECC_SECTOR_SIZE))) {
1627 denali->mtd.writesize / ECC_SECTOR_SIZE;
1651 denali->nand.ecc.size = ECC_SECTOR_SIZE * denali->devnum;
H A Ddenali.h713 #define ECC_SECTOR_SIZE 512 macro

Completed in 52 milliseconds