Searched refs:chipcnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c764 validate_chips(struct sim_chip *chips, int chipcnt, argument
769 cchipcnt = chipcnt;
770 for (chipcnt -= 1; chipcnt >= 0; chipcnt--) {
771 if (chips[chipcnt].num >= MAX_CTRL_CS) {
773 chips[chipcnt].num);
777 if (chips[chipcnt].ctrl_num >= MAX_SIM_DEV) {
779 chips[chipcnt].ctrl_num);
783 if (chips[chipcnt]
[all...]
H A Dnandsim_cfgparse.h77 int chipcnt; member in struct:nandsim_config

Completed in 63 milliseconds