Searched refs:CLUSTER_STRIDE (Results 1 – 1 of 1) sorted by relevance
120 #define CLUSTER_STRIDE 0x4000 macro1023 if (resource_size(res) < CLUSTER_STRIDE) in apple_mca_probe()1025 nclusters = (resource_size(res) - CLUSTER_STRIDE) / CLUSTER_STRIDE + 1; in apple_mca_probe()1075 cl->base = base + CLUSTER_STRIDE * i; in apple_mca_probe()