Searched refs:DS1287_MAX_CLONE (Results 1 – 2 of 2) sorted by relevance
52 #define DS1287_MAX_CLONE 256 macro58 #define DS1287_MINOR_TO_CLONE(minor) ((minor) & (DS1287_MAX_CLONE - 1))63 uchar_t clones[DS1287_MAX_CLONE]; /* array of clones */
411 for (clone = 1; clone < DS1287_MAX_CLONE; clone++) in ds1287_open()415 if (clone == DS1287_MAX_CLONE) { in ds1287_open()