Searched refs:NAND_STATUS_WP (Results 1 – 8 of 8) sorted by relevance
595 ifc_out16(ifc_in16(addr) | (NAND_STATUS_WP), addr); in fsl_ifc_cmdfunc()597 ifc_out8(ifc_in8(addr) | (NAND_STATUS_WP), addr); in fsl_ifc_cmdfunc()748 return nand_fsr | NAND_STATUS_WP; in fsl_ifc_wait()
498 setbits8(elbc_fcm_ctrl->addr, NAND_STATUS_WP); in fsl_elbc_cmdfunc()617 return (elbc_fcm_ctrl->mdr & 0xff) | NAND_STATUS_WP; in fsl_elbc_wait()
301 int status = NAND_STATUS_WP; /* inverse logic?? */ in docg4_wait()489 status = NAND_STATUS_WP | NAND_STATUS_READY; in docg4_read_byte()
156 write_byte_to_buf(denali, NAND_STATUS_WP); in read_status()
206 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0)))
482 return (chip->read_byte(mtd) & NAND_STATUS_WP) ? 0 : 1; in nand_check_wp()
108 #define NAND_STATUS_WP 0x80 macro
1273 ret |= NAND_STATUS_WP; in brcmnand_read_byte()