Searched refs:cw_offset (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/spi/ |
| H A D | spi-qpic-snand.c | 130 int reg, int cw_offset, int read_size, in qcom_spi_set_read_loc_first() argument 134 u32 val = (((cw_offset) << READ_LOCATION_OFFSET) | in qcom_spi_set_read_loc_first() 151 int reg, int cw_offset, int read_size, in qcom_spi_set_read_loc_last() argument 155 u32 val = (((cw_offset) << READ_LOCATION_OFFSET) | in qcom_spi_set_read_loc_last() 403 int cw_offset, int read_size, int is_last_read_loc) in qcom_spi_set_read_loc() argument 414 return qcom_spi_set_read_loc_last(snandc, reg_base, cw_offset, in qcom_spi_set_read_loc() 417 return qcom_spi_set_read_loc_first(snandc, reg_base, cw_offset, in qcom_spi_set_read_loc()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | qcom_nandc.c | 163 int reg_base, u32 cw_offset, in nandc_set_read_loc_first() argument 168 u32 val = FIELD_PREP(READ_LOCATION_OFFSET_MASK, cw_offset) | in nandc_set_read_loc_first() 195 int reg_base, u32 cw_offset, in nandc_set_read_loc_last() argument 200 u32 val = FIELD_PREP(READ_LOCATION_OFFSET_MASK, cw_offset) | in nandc_set_read_loc_last() 218 u32 cw_offset, u32 read_size, u32 is_last_read_loc) in nandc_set_read_loc() argument 230 return nandc_set_read_loc_last(chip, reg_base, cw_offset, in nandc_set_read_loc() 233 return nandc_set_read_loc_first(chip, reg_base, cw_offset, in nandc_set_read_loc()
|