Searched refs:MPP_CMD_POLL_BASE (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_service.h | 81 MPP_CMD_POLL_BASE = 0x300, enumerator 82 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0, 83 MPP_CMD_POLL_HW_IRQ = MPP_CMD_POLL_BASE + 1,
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_service.h | 80 MPP_CMD_POLL_BASE = 0x300, enumerator 81 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_service.h | 80 MPP_CMD_POLL_BASE = 0x300, enumerator 81 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_service.h | 80 MPP_CMD_POLL_BASE = 0x300, enumerator 81 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 140 MPP_CMD_POLL_BASE = 0x300, enumerator 141 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
|
H A D | mpp_common.c | 905 found = (cmd >= MPP_CMD_POLL_BASE && cmd < MPP_CMD_POLL_BUTT) ? true : found;
in mpp_check_cmd_v1() 959 case MPP_CMD_POLL_BASE:
in mpp_get_cmd_butt()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.h | 112 MPP_CMD_POLL_BASE = 0x300, enumerator 113 MPP_CMD_POLL_HW_FINISH = MPP_CMD_POLL_BASE + 0,
|
H A D | mpp_common.c | 944 found = (cmd >= MPP_CMD_POLL_BASE && cmd < MPP_CMD_POLL_BUTT) ? true : found; in mpp_check_cmd_v1() 998 case MPP_CMD_POLL_BASE: in mpp_get_cmd_butt()
|
Completed in 12 milliseconds