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

/freebsd-10.1-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c762 validate_chips(struct sim_chip *chips, int chipcnt, argument
767 cchipcnt = chipcnt;
768 for (chipcnt -= 1; chipcnt >= 0; chipcnt--) {
769 if (chips[chipcnt].num >= MAX_CTRL_CS) {
771 chips[chipcnt].num);
775 if (chips[chipcnt].ctrl_num >= MAX_SIM_DEV) {
777 chips[chipcnt].ctrl_num);
781 if (chips[chipcnt]
[all...]
H A Dnandsim_cfgparse.h75 int chipcnt; member in struct:nandsim_config

Completed in 107 milliseconds