Searched refs:chips (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c390 create_chips(struct rcfile *f, struct sim_chip **chips, int *cnt) argument
450 *chips = chipsptr;
455 destroy_chips(struct sim_chip *chips) argument
458 free(chips);
467 struct sim_chip *chips; local
490 /* Then create chips' configs */
491 if (create_chips(f, &chips, &chipsectionscnt) != 0) {
500 destroy_chips(chips);
504 if (validate_chips(chips, chipsectionscnt, ctrls,
507 destroy_chips(chips);
764 validate_chips(struct sim_chip *chips, int chipcnt, struct sim_ctrl *ctrls, int ctrlcnt) argument
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.h56 struct nandsim_chip *chips[MAX_CS_NUM]; member in struct:nandsim_softc
128 struct sim_chip *chips[MAX_CTRL_CS]; member in struct:sim_ctrl_conf
H A Dnandsim.c245 if (ctrls[chip->ctrl_num].chips[chip->num]) {
256 ctrls[chip->ctrl_num].chips[chip->num] = sim_chip;
276 if (!ctrl_conf->created || !ctrl_conf->chips[chip->chip_num])
282 free(ctrl_conf->chips[chip->chip_num], M_NANDSIM);
283 ctrl_conf->chips[chip->chip_num] = NULL;
301 if (!ctrl_conf->chips[chip->num])
304 memcpy(chip, ctrl_conf->chips[chip->num], sizeof(*chip));
402 return (sc->chips[chip_num]);
607 sim_conf = ctrls[mod->ctrl_num].chips[mod->chip_num];
H A Dnandsim_ctrl.c124 chip = params->chips[i];
126 sc->chips[i] = nandsim_chip_init(sc, i, chip);
155 if (sc->chips[i] != NULL)
156 nandsim_chip_destroy(sc->chips[i]);
173 sc->active_chip = sc->chips[cs];
/freebsd-11-stable/tools/tools/ifinfo/
H A Drfc1650.c89 const char *const *chips; member in struct:__anon13697
122 printf("%s\n", chipset_names[vendor].chips[part]);
/freebsd-11-stable/sys/dev/wbwd/
H A Dwbwd.c31 * different Winbond Super I/O chips as well. Winbond seems to have four
32 * different types of chips, four different ways to get into extended config
95 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum
109 enum chips chip;
155 enum chips chip;
465 * between different chips.
603 * Initial abstraction to possibly support more chips:
825 * These chips have a fixed WDTO# output pin (W83627UHG),
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c11092 /* Poll for IGU VQs for 57712 and newer chips */
18756 #define IS_E1_REG(chips) ((chips & DUMP_CHIP_E1) == DUMP_CHIP_E1)
18757 #define IS_E1H_REG(chips) ((chips & DUMP_CHIP_E1H) == DUMP_CHIP_E1H)
18758 #define IS_E2_REG(chips) ((chips & DUMP_CHIP_E2) == DUMP_CHIP_E2)
18759 #define IS_E3A0_REG(chips) ((chips & DUMP_CHIP_E3A0) == DUMP_CHIP_E3A0)
18760 #define IS_E3B0_REG(chips) ((chip
[all...]
H A Dbxe_dump.h62 uint32_t chips; member in struct:reg_addr
71 uint32_t chips; member in struct:wreg_addr
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dpa-risc2W.s152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus

Completed in 621 milliseconds