Searched refs:CW_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
517 0 << CW_PER_PAGE; in qcom_spi_read_last_cw()660 0 << CW_PER_PAGE; in qcom_spi_read_cw_raw()780 cfg0 = (ecc_cfg->cfg0 & ~(7U << CW_PER_PAGE)) | in qcom_spi_read_page_ecc()781 (num_cw - 1) << CW_PER_PAGE; in qcom_spi_read_page_ecc()876 cfg0 = (ecc_cfg->cfg0 & ~(7U << CW_PER_PAGE)) | in qcom_spi_read_page_oob()877 (num_cw - 1) << CW_PER_PAGE; in qcom_spi_read_page_oob()988 (num_cw - 1) << CW_PER_PAGE; in qcom_spi_program_raw()1070 cfg0 = (ecc_cfg->cfg0 & ~(7U << CW_PER_PAGE)) | in qcom_spi_program_ecc()1071 (num_cw - 1) << CW_PER_PAGE; in qcom_spi_program_ecc()1147 cfg0 = (ecc_cfg->cfg0 & ~(7U << CW_PER_PAGE)) | in qcom_spi_program_oob()[all …]
74 #define CW_PER_PAGE 6 macro