Searched refs:cw_offset (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 191 #define nandc_set_read_loc_first(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 193 ((cw_offset) << READ_LOCATION_OFFSET) | \ 197 #define nandc_set_read_loc_last(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 199 ((cw_offset) << READ_LOCATION_OFFSET) | \ 742 int cw_offset, int read_size, int is_last_read_loc) in nandc_set_read_loc() argument 754 return nandc_set_read_loc_last(chip, reg_base, cw_offset, in nandc_set_read_loc() 757 return nandc_set_read_loc_first(chip, reg_base, cw_offset, in nandc_set_read_loc()
|