Searched refs:rb_setup (Results 1 – 3 of 3) sorted by relevance
888 volatile struct amdgpu_fw_shared_rb_setup *rb_setup; in vcn_v4_0_3_start_sriov() local968 rb_setup = &fw_shared->rb_setup; in vcn_v4_0_3_start_sriov()974 rb_setup->is_rb_enabled_flags |= RB_ENABLED; in vcn_v4_0_3_start_sriov()975 rb_setup->rb_addr_lo = lower_32_bits(rb_enc_addr); in vcn_v4_0_3_start_sriov()976 rb_setup->rb_addr_hi = upper_32_bits(rb_enc_addr); in vcn_v4_0_3_start_sriov()977 rb_setup->rb_size = ring_enc->ring_size / 4; in vcn_v4_0_3_start_sriov()
1239 volatile struct amdgpu_fw_shared_rb_setup *rb_setup; in vcn_v4_0_start_sriov() local1328 rb_setup = &fw_shared->rb_setup; in vcn_v4_0_start_sriov()1334 rb_setup->is_rb_enabled_flags |= RB_ENABLED; in vcn_v4_0_start_sriov()1335 rb_setup->rb_addr_lo = lower_32_bits(rb_enc_addr); in vcn_v4_0_start_sriov()1336 rb_setup->rb_addr_hi = upper_32_bits(rb_enc_addr); in vcn_v4_0_start_sriov()1337 rb_setup->rb_size = ring_enc->ring_size / 4; in vcn_v4_0_start_sriov()
362 struct amdgpu_fw_shared_rb_setup rb_setup; member