Home
last modified time | relevance | path

Searched refs:LBAFU (Results 1 – 12 of 12) 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()
/OK3568_Linux_fs/u-boot/cmd/
H A Dblk_common.c71 printf("\n%s read: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd()
86 printf("\n%s write: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd()
100 printf("\n%s erase: device %d block # "LBAFU", count %lu ... ", in blk_common_cmd()
H A Ddisk.c54 debug("First Block: " LBAFU ", # of blocks: " LBAFU in common_diskboot()
/OK3568_Linux_fs/u-boot/common/
H A Dfb_mmc.c138 printf("........ wrote " LBAFU " bytes to '%s'\n", blkcnt * info->blksz, in write_raw_image()
409 printf("Flashing sparse image at offset " LBAFU "\n", in fb_mmc_flash_write()
466 printf("Erasing blocks " LBAFU " to " LBAFU " due to alignment\n", in fb_mmc_erase()
476 printf("........ erased " LBAFU " bytes from '%s'\n", in fb_mmc_erase()
H A Dimage-sparse.c156 printf("%s: %s" LBAFU " [" LBAFU "]\n", in write_sparse_image()
213 printf("%s: %s " LBAFU " [%d]\n", in write_sparse_image()
H A Dfb_nand.c180 printf("Flashing sparse image at offset " LBAFU "\n", in fb_nand_flash_write()
/OK3568_Linux_fs/u-boot/fs/
H A Dfs_internal.c29 printf("%s read outside partition " LBAFU "\n", __func__, in fs_devread()
38 debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len); in fs_devread()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_iso.c221 printf(" %2d " LBAFU " " LBAFU " %6ld %.32s\n", in part_print_iso()
H A Dpart_dos.c121 printf ("** Can't read partition table on %d:" LBAFU " **\n", in print_partition_extended()
186 printf ("** Can't read partition table on %d:" LBAFU " **\n", in part_get_info_extended()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h21 #define LBAFU "%" LBAFlength "u" macro
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c793 debug("scsi_ahci: %s %u blocks starting from lba 0x" LBAFU "\n", in ata_scsiop_read_write()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c213 printf("part_offset is " LBAFU "\n", part_offset); in put_ext4()