Home
last modified time | relevance | path

Searched refs:LBAF (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/disk/
Dpart_efi.c114 printf("GPT: my_lba incorrect: %llX != " LBAF "\n", in validate_gpt_header()
125 printf("GPT: first_usable_lba incorrect: %llX > " LBAF "\n", in validate_gpt_header()
130 printf("GPT: last_usable_lba incorrect: %llX > " LBAF "\n", in validate_gpt_header()
136 LBAF "\n", le64_to_cpu(gpt_h->first_usable_lba), in validate_gpt_header()
328 debug("%s: start 0x" LBAF ", size 0x" LBAF ", name %s\n", __func__, in part_get_info_efi()
548 debug("%s: name: %s offset[%d]: 0x" LBAF in gpt_fill_pte()
549 " size[%d]: 0x" LBAF "\n", in gpt_fill_pte()
835 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
844 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
852 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
[all …]
/external/u-boot/drivers/block/
Dblkcache.c62 debug("hit: start " LBAF ", count " LBAFU "\n", in blkcache_read()
68 debug("miss: start " LBAF ", count " LBAFU "\n", in blkcache_read()
94 debug("drop: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
115 debug("fill: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
Dide.c417 debug("atapi_read dev %d start " LBAF " blocks " LBAF in atapi_read()
954 debug("ide_read dev %d start " LBAF ", blocks " LBAF " buffer at %lX\n", in ide_read()
1041 printf("Error (no IRQ) dev %d blk " LBAF in ide_read()
1132 printf("Error (no IRQ) dev %d blk " LBAF in ide_write()
/external/u-boot/drivers/mmc/
Dmmc_write.c102 "0x" LBAF "~0x" LBAF "\n\n", in mmc_berase()
137 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_write_blocks()
Dmmc.c426 pr_err("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_bread()
/external/u-boot/drivers/scsi/
Dscsi.c169 debug("\nscsi_read: dev %d startblk " LBAF in scsi_read()
170 ", blccnt " LBAF " buffer %lx\n", in scsi_read()
198 debug("scsi_read_ext: startblk " LBAF in scsi_read()
208 debug("scsi_read_ext: end startblk " LBAF in scsi_read()
245 debug("\n%s: dev %d startblk " LBAF ", blccnt " LBAF " buffer %lx\n", in scsi_write()
263 debug("%s: startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in scsi_write()
272 debug("%s: end startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in scsi_write()
/external/u-boot/cmd/
Dpart.c147 snprintf(buf, sizeof(buf), LBAF, info.start); in do_part_info()
150 snprintf(buf, sizeof(buf), LBAF, info.size); in do_part_info()
Dmmc.c367 sprintf(dest, "0x" LBAF, sparse.start * sparse.blksz); in do_mmc_sparse_write()
/external/u-boot/common/
Dusb_storage.c1167 debug("\nusb_read: dev %d startblk " LBAF ", blccnt " LBAF " buffer %" in usb_stor_read()
1197 debug("usb_read: end startblk " LBAF in usb_stor_read()
1251 debug("\nusb_write: dev %d startblk " LBAF ", blccnt " LBAF " buffer %" in usb_stor_write()
1283 debug("usb_write: end startblk " LBAF ", blccnt %x buffer %" in usb_stor_write()
/external/u-boot/include/
Dblk.h19 #define LBAF "%" LBAFlength "x" macro