Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dac97_regs.rs149 pub const PI_BASE_00: u64 = 0x00; constant
150 pub const PI_BDBAR_00: u64 = PI_BASE_00;
151 pub const PI_CIV_04: u64 = PI_BASE_00 + CIV_OFFSET;
152 pub const PI_LVI_05: u64 = PI_BASE_00 + LVI_OFFSET;
153 pub const PI_SR_06: u64 = PI_BASE_00 + SR_OFFSET;
154 pub const PI_PICB_08: u64 = PI_BASE_00 + PICB_OFFSET;
155 pub const PI_PIV_0A: u64 = PI_BASE_00 + PIV_OFFSET;
156 pub const PI_CR_0B: u64 = PI_BASE_00 + CR_OFFSET;
Dac97_bus_master.rs325 PI_BASE_00..=PI_CR_0B => readb_func_regs(&regs.pi_regs, offset - PI_BASE_00), in readb()