Home
last modified time | relevance | path

Searched refs:Ac97FunctionRegs (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dac97_regs.rs224 pub struct Ac97FunctionRegs { struct
234 impl Ac97FunctionRegs { argument
238 let mut regs = Ac97FunctionRegs { in new()
Dac97_bus_master.rs33 pi_regs: Ac97FunctionRegs, // Input
34 po_regs: Ac97FunctionRegs, // Output
36 mc_regs: Ac97FunctionRegs, // Microphone
47 pi_regs: Ac97FunctionRegs::new(), in new()
48 po_regs: Ac97FunctionRegs::new(), in new()
50 mc_regs: Ac97FunctionRegs::new(), in new()
57 fn func_regs(&self, func: Ac97Function) -> &Ac97FunctionRegs { in func_regs() argument
65 fn func_regs_mut(&mut self, func: Ac97Function) -> &mut Ac97FunctionRegs { in func_regs_mut() argument
312 fn readb_func_regs(func_regs: &Ac97FunctionRegs, offset: u64) -> u8 { in readb() argument
671 func_regs: &Ac97FunctionRegs, in get_buffer_offset() argument
[all …]