Searched refs:MPP_CMD_SEND_BASE (Results 1 – 3 of 3) sorted by relevance
61 MPP_CMD_SEND_BASE = 0x200, enumerator62 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0,63 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1,64 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2,65 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3,67 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
117 cap->send_cmd = MPP_CMD_SEND_BASE + 1; in mpp_plat_srv_init()
32 { MPP_CMD_SEND_BASE, "send_cmd", },85 found = (cmd >= MPP_CMD_SEND_BASE && cmd < cap->send_cmd) ? 1 : found; in mpp_service_check_cmd_valid()91 found = (cmd >= MPP_CMD_SEND_BASE && cmd <= MPP_CMD_SET_REG_ADDR_OFFSET) ? 1 : found; in mpp_service_check_cmd_valid()