HomeSort by: relevance | last modified time | path
    Searched defs:cfgread (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
pci.c 41 static unsigned cfgread(int, int, int, int);
136 cfgread(int b, int d, int f, int off) function
164 pciid = cfgread(bus, device, 0, PCI_ID_REG);
169 bhlcr = cfgread(bus, device, 0, PCI_BHLC_REG);
172 pciid = cfgread(bus, device, function, PCI_ID_REG);
193 val = cfgread(bus, dev, func, PCI_ID_REG);
195 val = cfgread(bus, dev, func, 0x2c);
197 val = cfgread(bus, dev, func, PCI_CLASS_REG);
201 val = cfgread(bus, dev, func, PCI_BHLC_REG);
206 val = cfgread(bus, dev, func, PCI_COMMAND_STATUS_REG)
    [all...]

Completed in 16 milliseconds