Home
last modified time | relevance | path

Searched refs:npem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dnpem.c113 struct npem *npem; member
130 int (*get_active_indications)(struct npem *npem, u32 *inds);
131 int (*set_active_indications)(struct npem *npem, u32 inds);
160 struct npem { struct
172 static int npem_read_reg(struct npem *npem, u16 reg, u32 *val) in npem_read_reg() argument
174 int ret = pci_read_config_dword(npem->dev, npem->pos + reg, val); in npem_read_reg()
179 static int npem_write_ctrl(struct npem *npem, u32 reg) in npem_write_ctrl() argument
181 int pos = npem->pos + PCI_NPEM_CTRL; in npem_write_ctrl()
182 int ret = pci_write_config_dword(npem->dev, pos, reg); in npem_write_ctrl()
187 static int npem_get_active_indications(struct npem *npem, u32 *inds) in npem_get_active_indications() argument
[all …]
H A DMakefile40 obj-$(CONFIG_PCI_NPEM) += npem.o
/linux/include/linux/
H A Dpci.h546 struct npem *npem; /* Native PCIe Enclosure Management */ member