Home
last modified time | relevance | path

Searched refs:CSG_REQ_EP_CFG_MASK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_registers.h874 #define CSG_REQ_EP_CFG_MASK (0x1 << CSG_REQ_EP_CFG_SHIFT) macro
875 #define CSG_REQ_EP_CFG_GET(reg_val) (((reg_val)&CSG_REQ_EP_CFG_MASK) >> CSG_REQ_EP_CFG_SHIFT)
877 (((reg_val) & ~CSG_REQ_EP_CFG_MASK) | (((value) << CSG_REQ_EP_CFG_SHIFT) & CSG_REQ_EP_CFG_MASK))
H A Dmali_kbase_csf_scheduler.c2670 csg_req ^= CSG_REQ_EP_CFG_MASK; in update_csg_slot_priority()
2672 CSG_REQ_EP_CFG_MASK); in update_csg_slot_priority()
2821 csg_req ^= CSG_REQ_EP_CFG_MASK; in program_csg_slot()
2823 CSG_REQ_EP_CFG_MASK); in program_csg_slot()
3751 int ret = wait_csg_slots_handshake_ack(kbdev, CSG_REQ_EP_CFG_MASK, in wait_csg_slots_finish_prio_update()