Searched refs:get_inbox1_wptr (Results 1 – 2 of 2) sorted by relevance
173 funcs->get_inbox1_wptr = dmub_dcn20_get_inbox1_wptr; in dmub_srv_hw_setup()248 funcs->get_inbox1_wptr = dmub_dcn31_get_inbox1_wptr; in dmub_srv_hw_setup()289 funcs->get_inbox1_wptr = dmub_dcn32_get_inbox1_wptr; in dmub_srv_hw_setup()328 funcs->get_inbox1_wptr = dmub_dcn35_get_inbox1_wptr; in dmub_srv_hw_setup()372 funcs->get_inbox1_wptr = dmub_dcn401_get_inbox1_wptr; in dmub_srv_hw_setup()772 if (dmub->hw_funcs.get_inbox1_rptr && dmub->hw_funcs.get_inbox1_wptr) { in dmub_srv_sync_inbox1()774 uint32_t wptr = dmub->hw_funcs.get_inbox1_wptr(dmub); in dmub_srv_sync_inbox1()
402 uint32_t (*get_inbox1_wptr)(struct dmub_srv *dmub); member