Searched refs:cw_offset (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | qcom_nandc.c | 188 #define nandc_set_read_loc_first(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 190 ((cw_offset) << READ_LOCATION_OFFSET) | \ 194 #define nandc_set_read_loc_last(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 196 ((cw_offset) << READ_LOCATION_OFFSET) | \ 694 int cw_offset, int read_size, int is_last_read_loc) in nandc_set_read_loc() argument 706 return nandc_set_read_loc_last(chip, reg_base, cw_offset, in nandc_set_read_loc() 709 return nandc_set_read_loc_first(chip, reg_base, cw_offset, in nandc_set_read_loc()
|