Searched defs:chips (Results 1 – 4 of 4) sorted by relevance
60 uint32_t chips; member69 uint32_t chips; member
18631 #define IS_E1_REG(chips) ((chips & DUMP_CHIP_E1) == DUMP_CHIP_E1) argument18632 #define IS_E1H_REG(chips) ((chips & DUMP_CHIP_E1H) == DUMP_CHIP_E1H) argument18633 #define IS_E2_REG(chips) ((chips & DUMP_CHIP_E2) == DUMP_CHIP_E2) argument18634 #define IS_E3A0_REG(chips) ((chips & DUMP_CHIP_E3A0) == DUMP_CHIP_E3A0) argument18635 #define IS_E3B0_REG(chips) ((chips & DUMP_CHIP_E3B0) == DUMP_CHIP_E3B0) argument
89 const char *const *chips; member
92 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum