Searched refs:CMD_MASK (Results 1 – 4 of 4) sorted by relevance
211 #define CMD_MASK 0x001f macro
704 #define CMD_MASK 0x3f macro
578 CSR_WRITE_4(sc, MMC_CMD, cmd->c_opcode & CMD_MASK); in pxamci_exec_command()
1130 if ((txstatus & (TX_DONE | CMD_MASK)) != (TX_DONE | XMT_CMD)) in iy_intr_tx()