Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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.c345 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_bread_prepare()
422 printf("MMC: block number 0x" LBAF " exceeds max(0x" LBAF ")\n", in mmc_bread()
/rk3399_rockchip-uboot/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()
368 debug("%s: start 0x" LBAF ", size 0x" LBAF ", name %s\n", __func__, in part_get_info_efi()
761 debug("%s: name: %s offset[%d]: 0x" LBAF in gpt_fill_pte()
762 " size[%d]: 0x" LBAF "\n", in gpt_fill_pte()
1075 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
1084 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
1092 printf("%s: failed writing '%s' (%d blks at 0x" LBAF ")\n", in write_mbr_and_gpt_partitions()
[all …]
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/scsi/
H A Dscsi.c191 debug("\nscsi_read: dev %d startblk " LBAF in _scsi_read()
192 ", blccnt " LBAF " buffer %lx\n", in _scsi_read()
220 debug("scsi_read_ext: startblk " LBAF in _scsi_read()
230 debug("scsi_read_ext: end startblk " LBAF in _scsi_read()
325 debug("\n%s: dev %d startblk " LBAF ", blccnt " LBAF " buffer %lx\n", in _scsi_write()
343 debug("%s: startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in _scsi_write()
352 debug("%s: end startblk " LBAF ", blccnt %x buffer %" PRIXPTR "\n", in _scsi_write()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dblk.h21 #define LBAF "%" LBAFlength "x" macro
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c778 fb_add_number(response, chars_left, "0x"LBAF"", in fb_read_var()