Home
last modified time | relevance | path

Searched refs:CLUSTER_STRIDE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/apple/
H A Dmca.c120 #define CLUSTER_STRIDE 0x4000 macro
1023 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()