Searched refs:clust (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fat.h | 180 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) in clust_to_sect() argument 182 return fsdata->data_begin + clust * fsdata->clust_size; in clust_to_sect()
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 653 unsigned clust; /* current cluster */ member 686 itr->clust = fsdata->root_cluster; in fat_itr_root() 723 itr->clust = clustnum; in fat_itr_child() 727 itr->clust = parent->fsdata->root_cluster; in fat_itr_child() 767 itr->clust = itr->next_clust; in next_cluster() 962 itr->clust = itr->fsdata->root_cluster; in fat_itr_resolve()
|
H A D | fat_write.c | 601 if (set_cluster(mydata, itr->clust, itr->block, bytesperclust) != 0) { in flush_dir_table() 606 set_fatent_value(mydata, itr->clust, dir_newclust); in flush_dir_table() 614 itr->clust = dir_newclust; in flush_dir_table() 1174 ret = set_cluster(mydata, itr->clust, itr->block, in file_fat_write_at() 1252 if (set_cluster(mydata, itr->clust, itr->block, in delete_dentry() 1455 ret = set_cluster(mydata, itr->clust, itr->block, in fat_mkdir()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih410-clock.dtsi | 208 "clk-clust-hades",
|