Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c63 debug("hit: start " LBAF ", count " LBAFU "\n", in blkcache_read()
69 debug("miss: start " LBAF ", count " LBAFU "\n", in blkcache_read()
95 debug("drop: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
116 debug("fill: start " LBAF ", count " LBAFU "\n", in blkcache_fill()
H A Dide.c418 debug("atapi_read dev %d start " LBAF " blocks " LBAF in atapi_read()
955 debug("ide_read dev %d start " LBAF ", blocks " LBAF " buffer at %lX\n", in ide_read()
1042 printf("Error (no IRQ) dev %d blk " LBAF in ide_read()
1133 printf("Error (no IRQ) dev %d blk " LBAF in ide_write()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c112 printf("GPT: my_lba incorrect: %llX != " LBAF "\n", in validate_gpt_header()
123 printf("GPT: first_usable_lba incorrect: %llX > " LBAF "\n", in validate_gpt_header()
138 printf("GPT: last_usable_lba incorrect: %llX > " LBAF "\n", in validate_gpt_header()
144 LBAF "\n", le64_to_cpu(gpt_h->first_usable_lba), in validate_gpt_header()
348 debug("%s: start 0x" LBAF ", size 0x" LBAF ", name %s\n", __func__, in part_get_info_efi()
707 debug("%s: name: %s offset[%d]: 0x" LBAF in gpt_fill_pte()
708 " size[%d]: 0x" LBAF "\n", in gpt_fill_pte()
1012 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
1021 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
1029 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
[all …]
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c170 debug("\nscsi_read: dev %d startblk " LBAF in scsi_read()
171 ", blccnt " LBAF " buffer %lx\n", in scsi_read()
200 debug("scsi_read_ext: startblk " LBAF in scsi_read()
210 debug("scsi_read_ext: end startblk " LBAF in scsi_read()
247 debug("\n%s: dev %d startblk " LBAF ", blccnt " LBAF " buffer %lx\n", in scsi_write()
266 debug("%s: startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in scsi_write()
275 debug("%s: end startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in scsi_write()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_write.c135 "0x" LBAF "~0x" LBAF "\n\n", in mmc_berase()
171 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_write_blocks()
H A Dmmc.c330 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_bread_prepare()
407 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_bread()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpart.c135 snprintf(buf, sizeof(buf), LBAF, info.start); in do_part_start()
169 snprintf(buf, sizeof(buf), LBAF, info.size); in do_part_size()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1169 debug("\nusb_read: dev %d startblk " LBAF ", blccnt " LBAF " buffer %" in usb_stor_read()
1199 debug("usb_read: end startblk " LBAF in usb_stor_read()
1253 debug("\nusb_write: dev %d startblk " LBAF ", blccnt " LBAF " buffer %" in usb_stor_write()
1285 debug("usb_write: end startblk " LBAF ", blccnt %x buffer %" in usb_stor_write()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h20 #define LBAF "%" LBAFlength "x" macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c778 fb_add_number(response, chars_left, "0x"LBAF"", in fb_read_var()