Searched refs:get_inbox1_wptr (Results 1 – 2 of 2) sorted by relevance
177 funcs->get_inbox1_wptr = dmub_dcn20_get_inbox1_wptr; in dmub_srv_hw_setup()252 funcs->get_inbox1_wptr = dmub_dcn31_get_inbox1_wptr; in dmub_srv_hw_setup()293 funcs->get_inbox1_wptr = dmub_dcn32_get_inbox1_wptr; in dmub_srv_hw_setup()332 funcs->get_inbox1_wptr = dmub_dcn35_get_inbox1_wptr; in dmub_srv_hw_setup()376 funcs->get_inbox1_wptr = dmub_dcn401_get_inbox1_wptr; in dmub_srv_hw_setup()774 if (dmub->hw_funcs.get_inbox1_rptr && dmub->hw_funcs.get_inbox1_wptr) { in dmub_srv_sync_inbox1()776 uint32_t wptr = dmub->hw_funcs.get_inbox1_wptr(dmub); in dmub_srv_sync_inbox1()
398 uint32_t (*get_inbox1_wptr)(struct dmub_srv *dmub); member