Lines Matching refs:device
137 char *device;
142 device = argv[1];
144 fd = open(device, O_RDWR);
152 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
165 char *device;
170 device = argv[1];
172 fd = open(device, O_RDWR);
180 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
190 value, EXT_CSD_BOOT_WP, device);
201 char *device;
204 device = argv[1];
206 fd = open(device, O_RDWR);
214 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
228 1, EXT_CSD_BOOT_WP, device);
231 printf("MMC disable 512B emulation successful. Now reset the device to switch to 4KB native sector mode.\n");
246 char *device;
253 * If <send_ack> is 1, the device will send acknowledgment
259 device = argv[3];
261 fd = open(device, O_RDWR);
269 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
301 value, EXT_CSD_PART_CONFIG, device);
312 char *device;
315 "<reset_boot_bus_conditions> <boot_bus_width> <device>\n",
350 device = argv[4];
351 fd = open(device, O_RDWR);
359 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
369 value, EXT_CSD_BOOT_BUS_CONDITIONS, device);
380 char *device;
385 device = argv[1];
387 fd = open(device, O_RDWR);
395 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
403 device);
410 device);
418 value, EXT_CSD_RST_N_FUNCTION, device);
439 char *device;
444 device = argv[1];
446 fd = open(device, O_RDWR);
454 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
459 fprintf(stderr, "%s doesn't support BKOPS\n", device);
466 value, EXT_CSD_BKOPS_EN, device);
477 char *device;
482 device = argv[1];
484 fd = open(device, O_RDWR);
492 fprintf(stderr, "Could not read response to SEND_STATUS from %s\n", device);
526 int set_partitioning_setting_completed(int dry_run, const char * const device,
543 EXT_CSD_PARTITION_SETTING_COMPLETED, device);
551 "from %s\n", device);
557 "failed on %s\n", device);
562 "%s SUCCESS\n", device);
563 fprintf(stderr, "Device power cycle needed for settings to "
571 int check_enhanced_area_total_limit(const char * const device, int fd)
583 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
648 enh_area_sz, max_enh_area_sz, device);
657 total_gp_user_sz, total_sz, device);
670 char *device;
686 device = argv[6];
698 fd = open(device, O_RDWR);
706 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
712 printf(" Device is already partitioned\n");
723 EXT_CSD_ERASE_GROUP_DEF, device);
732 value, address, device);
740 value, address, device);
748 value, address, device);
761 partition, EXT_CSD_PARTITIONS_ATTRIBUTE, device);
775 value, address, device);
779 ret = check_enhanced_area_total_limit(device, fd);
783 if (!set_partitioning_setting_completed(dry_run, device, fd))
794 char *device;
807 device = argv[4];
809 fd = open(device, O_RDWR);
817 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
824 printf(" Device cannot have enhanced tech.\n");
831 printf(" Device is already partitioned\n");
848 EXT_CSD_ERASE_GROUP_DEF, device);
858 EXT_CSD_ENH_START_ADDR_3, device);
866 EXT_CSD_ENH_START_ADDR_2, device);
874 EXT_CSD_ENH_START_ADDR_1, device);
882 EXT_CSD_ENH_START_ADDR_0, device);
891 EXT_CSD_ENH_SIZE_MULT_2, device);
899 EXT_CSD_ENH_SIZE_MULT_1, device);
907 EXT_CSD_ENH_SIZE_MULT_0, device);
915 EXT_CSD_PARTITIONS_ATTRIBUTE, device);
919 ret = check_enhanced_area_total_limit(device, fd);
923 printf("Done setting ENH_USR area on %s\n", device);
925 if (!set_partitioning_setting_completed(dry_run, device, fd))
939 char *device;
948 device = argv[3];
950 fd = open(device, O_RDWR);
958 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
965 printf(" Device is already partitioned\n");
980 value, EXT_CSD_WR_REL_SET, device);
985 value, device);
987 if (!set_partitioning_setting_completed(dry_run, device, fd))
998 char *device;
1004 device = argv[1];
1006 fd = open(device, O_RDWR);
1014 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
1142 printf(" Device supports alternative boot method\n");
1144 printf(" Device supports dual data rate during boot\n");
1146 printf(" Device supports high speed timing during boot\n");
1176 printf(" Device is block-addressed\n");
1178 printf(" Device is NOT block-addressed\n");
1218 if (reg & 0x02) printf(" HS eMMC @52MHz - at rated device voltage(s)\n");
1219 if (reg & 0x01) printf(" HS eMMC @26MHz - at rated device voltage(s)\n");
1286 const char * const reliable = "the device protects existing "
1303 printf(" Device supports writing EXT_CSD_WR_REL_SET\n");
1305 printf(" Device supports the enhanced def. of reliable "
1319 printf(" Device support partitioning feature\n");
1321 printf(" Device NOT support partitioning feature\n");
1323 printf(" Device can have enhanced tech.\n");
1325 printf(" Device cannot have enhanced tech.\n");
1344 printf(" Device partition setting complete\n");
1346 printf(" Device partition setting NOT complete\n");
1441 char *device;
1446 device = argv[1];
1448 fd = open(device, O_RDWR);
1457 1, EXT_CSD_SANITIZE_START, device);
1505 * @fd: RPMB device on which we should perform ioctl command
1620 perror("device open");
1700 perror("device open");
1733 perror("device open");
1882 perror("device open");
1980 char *device;
1985 device = argv[1];
1987 fd = open(device, O_RDWR);
1995 fprintf(stderr, "Could not read EXT_CSD from %s\n", device);
2002 "MMC 4.5 %s\n", device);
2006 /* If the cache size is zero, this device does not have a cache */
2013 device);
2020 value, EXT_CSD_CACHE_CTRL, device);