Searched refs:BDC_CMD_CST (Results 1 – 2 of 2) sorted by relevance
35 cmd_status = BDC_CMD_CST(temp); in bdc_issue_cmd()62 cmd_status = BDC_CMD_CST(temp); in bdc_submit_cmd()
115 #define BDC_CMD_CST(p) (((p) & (0xf << 6))>>6) macro