Searched refs:get_inbox1_wptr (Results 1 – 2 of 2) sorted by relevance
174 funcs->get_inbox1_wptr = dmub_dcn20_get_inbox1_wptr; in dmub_srv_hw_setup()249 funcs->get_inbox1_wptr = dmub_dcn31_get_inbox1_wptr; in dmub_srv_hw_setup()290 funcs->get_inbox1_wptr = dmub_dcn32_get_inbox1_wptr; in dmub_srv_hw_setup()330 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()776 if (dmub->hw_funcs.get_inbox1_rptr && dmub->hw_funcs.get_inbox1_wptr) { in dmub_srv_sync_inbox1()778 uint32_t wptr = dmub->hw_funcs.get_inbox1_wptr(dmub); in dmub_srv_sync_inbox1()
403 uint32_t (*get_inbox1_wptr)(struct dmub_srv *dmub); member