Searched refs:grain (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.h268 #define ROUND_DOWN(value, grain) ((value) - (value) % (grain))
269 #define ROUND_UP(value, grain) ROUND_DOWN((value) + (grain)-1, (grain))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A Damd76x_edac.c209 csrow->grain = csrow->nr_pages << PAGE_SHIFT;
H A Di82860_edac.c169 csrow->grain = 1 << 12; /* I82860_EAP has 4KiB reolution */
H A Dr82600_edac.c251 csrow->grain = 1 << 14;
H A Dedac_mc.h229 * for a single, minimum grain of memory access.
289 u32 grain; /* granularity of reported error in bytes */ member in struct:csrow_info
H A Di82875p_edac.c118 #define I82875P_DRB_SHIFT 26 /* 64MiB grain */
369 csrow->grain = 1 << 12; /* I82875P_EAP has 4KiB reolution */
H A De7xxx_edac.c387 csrow->grain = 1 << 12; /* 4KiB - resolution of CELOG */
H A Dedac_mc.c1641 "CE page 0x%lx, offset 0x%lx, grain %d, syndrome "
1644 mci->csrows[row].grain, syndrome, row, channel,
1666 mci->csrows[row].grain);
1718 "UE page 0x%lx, offset 0x%lx, grain %d, row %d, "
1720 offset_in_page, mci->csrows[row].grain, row, labels,
1724 panic("EDAC MC%d: UE page 0x%lx, offset 0x%lx, grain %d, "
1727 mci->csrows[row].grain, row, labels, msg);
H A De752x_edac.c822 csrow->grain = 1 << 12; /* 4KiB - resolution of CELOG */

Completed in 145 milliseconds