Searched refs:pci_bti (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-code-loader.h22 IntelDspCodeLoader(adsp_code_loader_registers_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti);
H A Dintel-dsp-code-loader.cpp41 const fbl::RefPtr<RefCountedBti>& pci_bti)
43 pci_bti_(pci_bti) {
40 IntelDspCodeLoader(adsp_code_loader_registers_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-dsp.h35 const fbl::RefPtr<RefCountedBti>& pci_bti);
50 const fbl::RefPtr<RefCountedBti>& pci_bti);
H A Dintel-hda-stream.h45 const fbl::RefPtr<RefCountedBti>& pci_bti);
72 const fbl::RefPtr<RefCountedBti>& pci_bti);
H A Dintel-hda-dsp.cpp101 const fbl::RefPtr<RefCountedBti>& pci_bti)
104 pci_bti_(pci_bti) {
115 const fbl::RefPtr<RefCountedBti>& pci_bti) {
117 auto ret = fbl::AdoptRef(new (&ac) IntelHDADSP(controller, pp_regs, pci_bti));
99 IntelHDADSP(IntelHDAController& controller, hda_pp_registers_t* pp_regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
113 Create(IntelHDAController& controller, hda_pp_registers_t* pp_regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
H A Dintel-hda-stream.cpp37 const fbl::RefPtr<RefCountedBti>& pci_bti) {
39 auto ret = fbl::AdoptRef(new (&ac) IntelHDAStream(type, id, regs, pci_bti));
57 const fbl::RefPtr<RefCountedBti>& pci_bti)
61 pci_bti_(pci_bti) {
33 Create( Type type, uint16_t id, hda_stream_desc_regs_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
54 IntelHDAStream(Type type, uint16_t id, hda_stream_desc_regs_t* regs, const fbl::RefPtr<RefCountedBti>& pci_bti) argument
H A Dintel-hda-controller-init.cpp178 zx::bti pci_bti; local
179 res = pci_get_bti(&pci_, 0, pci_bti.reset_and_get_address());
185 pci_bti_ = RefCountedBti::Create(fbl::move(pci_bti));

Completed in 61 milliseconds