Home
last modified time | relevance | path

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

/include/linux/
Dide.h990 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument
994 .max = _max, \
999 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
1000 __IDE_PROC_DEVSET(_name, _min, _max, NULL, NULL)