Searched refs:MPP_CMD_SEND_BASE (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_service.h | 71 MPP_CMD_SEND_BASE = 0x200, enumerator 72 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 73 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 74 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 75 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3, 77 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_service.h | 71 MPP_CMD_SEND_BASE = 0x200, enumerator 72 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 73 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 74 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 75 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3, 77 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_service.h | 72 MPP_CMD_SEND_BASE = 0x200, enumerator 73 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 74 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 75 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 76 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3, 78 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_service.h | 71 MPP_CMD_SEND_BASE = 0x200, enumerator 72 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 73 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 74 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 75 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3, 77 MPP_CMD_SET_SESSION_FD = MPP_CMD_SEND_BASE + 4,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 133 MPP_CMD_SEND_BASE = 0x200, enumerator 134 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 135 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 136 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 137 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3,
|
H A D | mpp_common.c | 904 found = (cmd >= MPP_CMD_SEND_BASE && cmd < MPP_CMD_SEND_BUTT) ? true : found;
in mpp_check_cmd_v1() 956 case MPP_CMD_SEND_BASE:
in mpp_get_cmd_butt()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 105 MPP_CMD_SEND_BASE = 0x200, enumerator 106 MPP_CMD_SET_REG_WRITE = MPP_CMD_SEND_BASE + 0, 107 MPP_CMD_SET_REG_READ = MPP_CMD_SEND_BASE + 1, 108 MPP_CMD_SET_REG_ADDR_OFFSET = MPP_CMD_SEND_BASE + 2, 109 MPP_CMD_SET_RCB_INFO = MPP_CMD_SEND_BASE + 3,
|
H A D | mpp_common.c | 943 found = (cmd >= MPP_CMD_SEND_BASE && cmd < MPP_CMD_SEND_BUTT) ? true : found; in mpp_check_cmd_v1() 995 case MPP_CMD_SEND_BASE: in mpp_get_cmd_butt()
|
Completed in 11 milliseconds