| /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() argument 450 *chips = chipsptr; in create_chips() 455 destroy_chips(struct sim_chip *chips) in destroy_chips() argument 458 free(chips); in destroy_chips() 467 struct sim_chip *chips; in parse_config() local 491 if (create_chips(f, &chips, &chipsectionscnt) != 0) { in parse_config() 500 destroy_chips(chips); in parse_config() 504 if (validate_chips(chips, chipsectionscnt, ctrls, in parse_config() 507 destroy_chips(chips); in parse_config() 518 destroy_chips(chips); in parse_config() [all …]
|
| /freebsd-12-stable/sys/dev/nand/ |
| D | nandsim.c | 247 if (ctrls[chip->ctrl_num].chips[chip->num]) { in nandsim_create_chip() 258 ctrls[chip->ctrl_num].chips[chip->num] = sim_chip; in nandsim_create_chip() 278 if (!ctrl_conf->created || !ctrl_conf->chips[chip->chip_num]) in nandsim_destroy_chip() 284 free(ctrl_conf->chips[chip->chip_num], M_NANDSIM); in nandsim_destroy_chip() 285 ctrl_conf->chips[chip->chip_num] = NULL; in nandsim_destroy_chip() 303 if (!ctrl_conf->chips[chip->num]) in nandsim_chip_status() 306 memcpy(chip, ctrl_conf->chips[chip->num], sizeof(*chip)); in nandsim_chip_status() 404 return (sc->chips[chip_num]); in get_nandsim_chip() 609 sim_conf = ctrls[mod->ctrl_num].chips[mod->chip_num]; in nandsim_modify()
|
| D | nandsim_ctrl.c | 126 chip = params->chips[i]; in nandsim_attach() 128 sc->chips[i] = nandsim_chip_init(sc, i, chip); in nandsim_attach() 157 if (sc->chips[i] != NULL) in nandsim_detach() 158 nandsim_chip_destroy(sc->chips[i]); in nandsim_detach() 175 sc->active_chip = sc->chips[cs]; in nandsim_select_cs()
|
| 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/bxe/ |
| D | bxe_dump.h | 62 uint32_t chips; member 71 uint32_t chips; member
|
| /freebsd-12-stable/tools/tools/ifinfo/ |
| D | rfc1650.c | 89 const char *const *chips; member 122 printf("%s\n", chipset_names[vendor].chips[part]); in identify_chipset()
|
| /freebsd-12-stable/sys/powerpc/conf/ |
| D | DEFAULTS | 9 # UART chips on this platform
|
| /freebsd-12-stable/sys/dev/wbwd/ |
| D | wbwd.c | 95 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum 103 enum chips chip; 129 enum chips chip;
|
| /freebsd-12-stable/sys/sparc64/conf/ |
| D | DEFAULTS | 11 # UART chips on this platform
|
| /freebsd-12-stable/sys/amd64/conf/ |
| D | DEFAULTS | 15 # UART chips on this platform
|
| /freebsd-12-stable/sys/i386/conf/ |
| D | DEFAULTS | 16 # UART chips on this platform
|
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.reg | 196 mask SOFS_ULTRA2 0x7f /* Sync offset U2 chips */ 228 /* ALT_MODE registers (Ultra2 and Ultra160 chips) */ 237 /* ALT_MODE register on Ultra160 chips */ 252 /* ALT_MODE register on Ultra160 chips */ 353 * SCSI ID for the aic7890/91 chips 689 * On the aic78X0 chips, Board Control is replaced by the DSCommand 1515 * host cannot directly access these registers. On later chips, this 1517 * Even on later chips, many of these locations are initialized by
|
| /freebsd-12-stable/sys/gnu/dts/arm64/rockchip/ |
| D | rk3368-evb-act8846.dts | 3 * Copyright (c) 2015 Caesar Wang <wxt@rock-chips.com>
|
| D | rk3368-evb.dtsi | 3 * Copyright (c) 2015 Caesar Wang <wxt@rock-chips.com>
|
| /freebsd-12-stable/usr.bin/fortune/ |
| D | README | 12 Let the chips fall all over the prairie and let the bonehead wowsers yelp.
|
| /freebsd-12-stable/sys/conf/ |
| D | NOTES | 2046 # SiS 7016 and NS DP83815 PCI fast ethernet controller chips. 2054 # SMC91C90/92/94/95 chips. 2072 # Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' chips, 2088 # integrated 3c905B-TX chips in certain Dell Optiplex and Dell 2089 # Precision desktop machines and the integrated 3c905-TX chips 2169 #device ath_ar5210 # AR5210 chips 2170 #device ath_ar5211 # AR5211 chips 2171 #device ath_ar5212 # AR5212 chips 2178 #device ath_ar5416 # AR5416 chips 2189 #device ath_ar9160 # AR9160 chips [all …]
|
| /freebsd-12-stable/sys/dev/sym/ |
| D | README.sym | 7 * This driver also supports the following Symbios/LSI PCI-SCSI chips:
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | rk3188-px3-evb.dts | 3 * Copyright (c) 2016 Andy Yan <andy.yan@rock-chips.com>
|
| /freebsd-12-stable/sys/dev/agp/ |
| D | agp_if.m | 100 # code which is used by certain integrated agp graphics chips
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm-generic.md | 25 ; Strictly, we should model a 4-deep write buffer for ARM7xx based chips
|
| /freebsd-12-stable/sys/gnu/dts/arm64/allwinner/ |
| D | sun50i-a64-pine64.dts | 191 * The DRAM chips used by Pine64 boards are DDR3L-compatible, so they can
|
| D | sun50i-a64-olinuxino.dts | 221 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
|
| /freebsd-12-stable/contrib/gdtoa/ |
| D | README | 50 and software emulations of Motorola 68xxx chips 53 xL IEEE extended precision, as on Motorola 68xxx chips 54 Q quad precision, as on Sun Sparc chips
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/wrap/ |
| D | TINYBSD | 86 device sn # SMC's 9000 series of Ethernet chips
|
| /freebsd-12-stable/tools/tools/tinybsd/conf/bridge/ |
| D | TINYBSD | 118 device sn # SMC's 9000 series of Ethernet chips
|