Searched refs:_step (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | linear_range.h | 29 #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/ |
| D | rawnand.h | 1424 #define NAND_ECC_INFO(_strength, _step) \ argument 1425 { .strength_ds = (_strength), .step_ds = (_step) }
|