Searched refs:rb_setup (Results 1 – 3 of 3) sorted by relevance
874 volatile struct amdgpu_fw_shared_rb_setup *rb_setup; in vcn_v4_0_3_start_sriov() local954 rb_setup = &fw_shared->rb_setup; in vcn_v4_0_3_start_sriov()960 rb_setup->is_rb_enabled_flags |= RB_ENABLED; in vcn_v4_0_3_start_sriov()961 rb_setup->rb_addr_lo = lower_32_bits(rb_enc_addr); in vcn_v4_0_3_start_sriov()962 rb_setup->rb_addr_hi = upper_32_bits(rb_enc_addr); in vcn_v4_0_3_start_sriov()963 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()
361 struct amdgpu_fw_shared_rb_setup rb_setup; member