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