|
@@ -24,6 +24,7 @@ struct nvkm_pci {
|
|
u32 nvkm_pci_rd32(struct nvkm_pci *, u16 addr);
|
|
u32 nvkm_pci_rd32(struct nvkm_pci *, u16 addr);
|
|
void nvkm_pci_wr08(struct nvkm_pci *, u16 addr, u8 data);
|
|
void nvkm_pci_wr08(struct nvkm_pci *, u16 addr, u8 data);
|
|
void nvkm_pci_wr32(struct nvkm_pci *, u16 addr, u32 data);
|
|
void nvkm_pci_wr32(struct nvkm_pci *, u16 addr, u32 data);
|
|
|
|
+u32 nvkm_pci_mask(struct nvkm_pci *, u16 addr, u32 mask, u32 value);
|
|
void nvkm_pci_rom_shadow(struct nvkm_pci *, bool shadow);
|
|
void nvkm_pci_rom_shadow(struct nvkm_pci *, bool shadow);
|
|
|
|
|
|
int nv04_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
|
|
int nv04_pci_new(struct nvkm_device *, int, struct nvkm_pci **);
|