Searched refs:MPP_CMD_POLL_BASE (Results 1 – 3 of 3) sorted by relevance
70 MPP_CMD_POLL_BASE = 0x300, enumerator71 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,72 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
118 cap->poll_cmd = MPP_CMD_POLL_BASE + 1; in mpp_plat_srv_init()
33 { MPP_CMD_POLL_BASE, "poll_cmd", },86 found = (cmd >= MPP_CMD_POLL_BASE && cmd < cap->poll_cmd) ? 1 : found; in mpp_service_check_cmd_valid()92 found = (cmd >= MPP_CMD_POLL_BASE && cmd <= MPP_CMD_POLL_HW_FINISH) ? 1 : found; in mpp_service_check_cmd_valid()