HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_HOST_MAX_DEVICES (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/configs/
sandbox.h 28 #define CONFIG_HOST_MAX_DEVICES 4
  /external/u-boot/drivers/block/
sandbox.c 20 static struct host_block_dev host_devices[CONFIG_HOST_MAX_DEVICES];
24 if (dev >= 0 && dev < CONFIG_HOST_MAX_DEVICES)
235 .max_devs = CONFIG_HOST_MAX_DEVICES,
  /external/u-boot/cmd/
host.c 61 int max_dev = CONFIG_HOST_MAX_DEVICES - 1;

Completed in 574 milliseconds