Searched refs:CNF_CMDREG0_CMD (Results 1 – 2 of 2) sorted by relevance
119 reg |= (CNF_CT_SET_FEATURE << CNF_CMDREG0_CMD); in cdns_nand_set_feature()141 reg |= (CNF_CT_RESET_ASYNC << CNF_CMDREG0_CMD); in cdns_nand_reset()339 reg |= (CNF_CT_ERASE << CNF_CMDREG0_CMD); in cdns_nand_erase()340 reg |= (((size-1) & 0xFF) << CNF_CMDREG0_CMD); in cdns_nand_erase()402 reg |= (CNF_CT_PAGE_READ << CNF_CMDREG0_CMD); in cdns_nand_read_page()403 reg |= (((CNF_READ_SINGLE_PAGE - 1) & 0xFF) << CNF_CMDREG0_CMD); in cdns_nand_read_page()
106 #define CNF_CMDREG0_CMD 0U macro