Home
last modified time | relevance | path

Searched defs:chips (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_dump.h60 uint32_t chips; member
69 uint32_t chips; member
H A Dbxe.c18631 #define IS_E1_REG(chips) ((chips & DUMP_CHIP_E1) == DUMP_CHIP_E1) argument
18632 #define IS_E1H_REG(chips) ((chips & DUMP_CHIP_E1H) == DUMP_CHIP_E1H) argument
18633 #define IS_E2_REG(chips) ((chips & DUMP_CHIP_E2) == DUMP_CHIP_E2) argument
18634 #define IS_E3A0_REG(chips) ((chips & DUMP_CHIP_E3A0) == DUMP_CHIP_E3A0) argument
18635 #define IS_E3B0_REG(chips) ((chips & DUMP_CHIP_E3B0) == DUMP_CHIP_E3B0) argument
/freebsd/tools/tools/ifinfo/
H A Drfc1650.c89 const char *const *chips; member
/freebsd/sys/dev/wbwd/
H A Dwbwd.c92 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum