Home
last modified time | relevance | path

Searched defs:devfn (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/linux/
H A Dpci.h33 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument
34 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
/dragonfly/sys/dev/drm/include/linux/
H A Dpci.h75 uint32_t devfn; member
316 pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 *val) in pci_bus_read_config_byte()
325 pci_bus_read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 *val) in pci_bus_read_config_word()
/dragonfly/sys/dev/drm/i915/
H A Dintel_sideband.c42 static int vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, in vlv_sideband_rw()