Searched refs:max_long (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dioport.c68 unsigned int i, max_long; local
130 max_long = UINT_MAX;
133 max_long = i;
136 if (max_long == UINT_MAX) {
141 iobm->max = (max_long + 1) * sizeof(unsigned long);

Completed in 113 milliseconds