OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_class
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/powerpc/oea/
ofw_autoconf.c
363
int
pci_class
= 0;
local in function:ofw_device_register
375
OF_getprop(node, "class-code", &
pci_class
,
376
sizeof
pci_class
);
377
pci_class
= (
pci_class
>> 16) & 0xff;
381
pci_class
== PCI_CLASS_DISPLAY) {
/src/sys/dev/pci/
pci_subr.c
137
struct
pci_class
{
struct
140
const struct
pci_class
*subclasses;
147
static const struct
pci_class
pci_subclass_prehistoric[] = {
159
static const struct
pci_class
pci_interface_scsi[] = {
170
static const struct
pci_class
pci_interface_ata[] = {
177
static const struct
pci_class
pci_interface_sata[] = {
185
static const struct
pci_class
pci_interface_nvm[] = {
194
static const struct
pci_class
pci_interface_ufs[] = {
201
static const struct
pci_class
pci_subclass_mass_storage[] = {
225
static const struct
pci_class
pci_subclass_network[] =
[
all
...]
/src/sys/dev/ic/
universereg.h
46
u_int32_t pci_id, pci_csr,
pci_class
, pci_misc0, pci_bs0, pci_bs1;
member in struct:universereg
/src/sys/arch/hppa/dev/
elroyreg.h
26
uint32_t
pci_class
; /* 0x008 ro PCI_CLASS_REG */
member in struct:elroy_regs
elroy.c
1304
sc->sc_ver = PCI_REVISION(le32toh(elroy_read32(&r->
pci_class
)));
/src/sys/dev/acpi/
acpi_util.c
884
acpi_match_class(ACPI_HANDLE handle, uint8_t
pci_class
, uint8_t pci_subclass,
906
match = obj->Package.Elements[0].Integer.Value ==
pci_class
&&
Completed in 16 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025