Home
last modified time | relevance | path

Searched refs:wr08 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv4c.c29 .wr08 = nv40_pci_wr08,
H A Dgp100.c35 .wr08 = nv40_pci_wr08,
H A Dnv46.c42 .wr08 = nv40_pci_wr08,
H A Dgf106.c30 .wr08 = nv40_pci_wr08,
H A Dg94.c30 .wr08 = nv40_pci_wr08,
H A Dg92.c38 .wr08 = nv40_pci_wr08,
H A Dnv04.c50 .wr08 = nv04_pci_wr08,
H A Dnv40.c56 .wr08 = nv40_pci_wr08,
H A Dpriv.h13 void (*wr08)(struct nvkm_pci *, u16 addr, u8 data); member
H A Dgf100.c83 .wr08 = nv40_pci_wr08,
H A Dg84.c137 .wr08 = nv40_pci_wr08,
H A Dgk104.c209 .wr08 = nv40_pci_wr08,
H A Dbase.c48 pci->func->wr08(pci, addr, data); in nvkm_pci_wr08()