Searched refs:NDCR_RD_ID_CNT (Results 1 – 3 of 3) sorted by relevance
65 #define NDCR_RD_ID_CNT(x) (((x) << 16) & NDCR_RD_ID_CNT_MASK) macro1447 info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); in pxa3xx_nand_config_ident()1501 info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); in pxa3xx_nand_sensing()
132 #define NDCR_RD_ID_CNT(x) (min_t(unsigned int, x, 0x7) << 16) macro2894 NDCR_RD_ID_CNT(NFCV1_READID_LEN), nfc->regs + NDCR); in marvell_nfc_reset()
2362 #define NDCR_RD_ID_CNT (0x7<<16) macro