Home
last modified time | relevance | path

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

/include/linux/
Dlinear_range.h29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument
34 .step = _step, \
37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
/include/linux/mtd/
Drawnand.h1424 #define NAND_ECC_INFO(_strength, _step) \ argument
1425 { .strength_ds = (_strength), .step_ds = (_step) }