Searched refs:CSG_REQ_EP_CFG_MASK (Results 1 – 2 of 2) sorted by relevance
874 #define CSG_REQ_EP_CFG_MASK (0x1 << CSG_REQ_EP_CFG_SHIFT) macro875 #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))
2670 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()