Searched defs:chips (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/usr.sbin/nandsim/ |
| D | nandsim_cfgparse.c | 390 create_chips(struct rcfile *f, struct sim_chip **chips, int *cnt) in create_chips() 455 destroy_chips(struct sim_chip *chips) in destroy_chips() 467 struct sim_chip *chips; in parse_config() local 764 validate_chips(struct sim_chip *chips, int chipcnt, in validate_chips()
|
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe_dump.h | 62 uint32_t chips; member 71 uint32_t chips; member
|
| D | bxe.c | 18763 #define IS_E1_REG(chips) ((chips & DUMP_CHIP_E1) == DUMP_CHIP_E1) argument 18764 #define IS_E1H_REG(chips) ((chips & DUMP_CHIP_E1H) == DUMP_CHIP_E1H) argument 18765 #define IS_E2_REG(chips) ((chips & DUMP_CHIP_E2) == DUMP_CHIP_E2) argument 18766 #define IS_E3A0_REG(chips) ((chips & DUMP_CHIP_E3A0) == DUMP_CHIP_E3A0) argument 18767 #define IS_E3B0_REG(chips) ((chips & DUMP_CHIP_E3B0) == DUMP_CHIP_E3B0) argument
|
| /freebsd-12-stable/tools/tools/ifinfo/ |
| D | rfc1650.c | 89 const char *const *chips; member
|
| /freebsd-12-stable/sys/dev/nand/ |
| D | nandsim_chip.h | 58 struct nandsim_chip *chips[MAX_CS_NUM]; member 130 struct sim_chip *chips[MAX_CTRL_CS]; member
|
| /freebsd-12-stable/sys/dev/wbwd/ |
| D | wbwd.c | 95 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum
|