Searched refs:TOLM (Results 1 - 4 of 4) sorted by relevance

/drivers/edac/
H A Di5000_edac.c61 #define TOLM 0x6C macro
1142 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm);
1148 debugf2("Actual TOLM byte addr=%u (0x%x)\n", actual_tolm, actual_tolm);
H A Di5400_edac.c71 #define TOLM 0x6C macro
1060 pci_read_config_word(pvt->branchmap_werrors, TOLM, &pvt->tolm);
1066 debugf2("Actual TOLM byte addr=%u.%03u GB (0x%x)\n",
H A Di7300_edac.c145 #define TOLM 0x6C macro
874 pci_read_config_word(pvt->pci_dev_16_1_fsb_addr_map, TOLM, &pvt->tolm);
876 debugf2("TOLM (number of 256M regions) =%u (0x%x)\n", pvt->tolm,
880 debugf2("Actual TOLM byte addr=%u.%03u GB (0x%x)\n",
H A Dsb_edac.c152 #define TOLM 0x80 macro
678 * Step 1) Get TOLM/TOHM ranges
682 pci_read_config_dword(pvt->pci_sad1, TOLM,
688 debugf0("TOLM: %u.%03u GB (0x%016Lx)\n",
872 sprintf(msg, "Error at TOLM area, on addr 0x%08Lx", addr);

Completed in 775 milliseconds