Home
last modified time | relevance | path

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

/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h498 HPT_U8 ChipType;
500 HPT_U8 NumBuses;
501 HPT_U8 ChipFlags;
504 HPT_U32 GroupId;
505 HPT_U8 pci_tree;
506 HPT_U8 pci_bus;
507 HPT_U8 pci_device;
508 HPT_U8 pci_function;
509 HPT_U32 ExFlags;
511 HPT_U32 SDRAMSize;
[all …]
/freebsd/sys/dev/hptnr/
H A Dhptintf.h494 HPT_U8 ChipType;
496 HPT_U8 NumBuses;
497 HPT_U8 ChipFlags;
500 HPT_U32 GroupId;
501 HPT_U8 pci_tree;
502 HPT_U8 pci_bus;
503 HPT_U8 pci_device;
504 HPT_U8 pci_function;
505 HPT_U32 ExFlags;
507 HPT_U32 SDRAMSize;
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptintf.h427 typedef struct _CONTROLLER_INFO_V3 { struct
428 HPT_U8 ChipType;
429 HPT_U8 InterruptLevel;
453 typedef char check_CONTROLLER_INFO_V3[sizeof(CONTROLLER_INFO_V3)==256? 1:-1]; argument