Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Doctopci.c95 static uint32_t octopci_read_config(device_t, u_int, u_int, u_int, u_int, int);
337 octopci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in octopci_read_config() function
482 bar = octopci_read_config(dev, b, s, f, PCIR_BAR(barnum), 4); in octopci_init_bar()
561 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_device()
566 command = octopci_read_config(dev, b, s, f, PCIR_COMMAND, 1); in octopci_init_device()
624 bar = octopci_read_config(dev, b, s, f, in octopci_init_device()
644 class = octopci_read_config(dev, b, s, f, PCIR_CLASS, 1); in octopci_init_device()
648 subclass = octopci_read_config(dev, b, s, f, PCIR_SUBCLASS, 1); in octopci_init_device()
657 brctl = octopci_read_config(dev, b, s, f, PCIR_BRIDGECTL_1, 1); in octopci_init_device()
721 hdrtype = octopci_read_config(dev, b, s, f, PCIR_HDRTYPE, 1); in octopci_init_bus()
[all …]