OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nvkm_pci
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
priv.h
6
#define
nvkm_pci
(p) container_of((p), struct
nvkm_pci
, subdev)
macro
10
int index, struct
nvkm_pci
**);
13
void (*init)(struct
nvkm_pci
*);
14
u32 (*rd32)(struct
nvkm_pci
*, u16 addr);
15
void (*wr08)(struct
nvkm_pci
*, u16 addr, u8 data);
16
void (*wr32)(struct
nvkm_pci
*, u16 addr, u32 data);
17
void (*msi_rearm)(struct
nvkm_pci
*);
20
int (*init)(struct
nvkm_pci
*);
21
int (*set_link)(struct
nvkm_pci
*, enum nvkm_pcie_speed, u8)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
pci.h
14
struct
nvkm_pci
{
struct
43
u32 nvkm_pci_rd32(struct
nvkm_pci
*, u16 addr);
44
void nvkm_pci_wr08(struct
nvkm_pci
*, u16 addr, u8 data);
45
void nvkm_pci_wr32(struct
nvkm_pci
*, u16 addr, u32 data);
46
u32 nvkm_pci_mask(struct
nvkm_pci
*, u16 addr, u32 mask, u32 value);
47
void nvkm_pci_rom_shadow(struct
nvkm_pci
*, bool shadow);
49
int nv04_pci_new(struct nvkm_device *, int, struct
nvkm_pci
**);
50
int nv40_pci_new(struct nvkm_device *, int, struct
nvkm_pci
**);
51
int nv46_pci_new(struct nvkm_device *, int, struct
nvkm_pci
**);
52
int nv4c_pci_new(struct nvkm_device *, int, struct
nvkm_pci
**);
[
all
...]
Completed in 47 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025