Searched refs:cw_offset (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 192 #define nandc_set_read_loc_first(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 194 ((cw_offset) << READ_LOCATION_OFFSET) | \ 198 #define nandc_set_read_loc_last(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument 200 ((cw_offset) << READ_LOCATION_OFFSET) | \ 772 int cw_offset, int read_size, int is_last_read_loc) in nandc_set_read_loc() argument 784 return nandc_set_read_loc_last(chip, reg_base, cw_offset, in nandc_set_read_loc() 787 return nandc_set_read_loc_first(chip, reg_base, cw_offset, in nandc_set_read_loc()
|