Searched refs:GPMC_REVISION_MAJOR (Results 1 – 1 of 1) sorted by relevance
111 #define GPMC_REVISION_MAJOR(l) ((l >> 4) & 0xf) macro2414 if (GPMC_REVISION_MAJOR(l) > 0x4) in gpmc_probe()2416 if (GPMC_REVISION_MAJOR(l) > 0x5) in gpmc_probe()2418 dev_info(gpmc->dev, "GPMC revision %d.%d\n", GPMC_REVISION_MAJOR(l), in gpmc_probe()