Searched defs:bs (Results 1 – 13 of 13) sorted by relevance
/u-boot/board/phytec/phycore_rk3288/ |
A D | som.h | 19 unsigned char bs; /* Bits set in previous bytes */ member
|
/u-boot/arch/mips/mach-mtmips/mt7628/ |
A D | init.c | 22 u32 bs, val, timer_freq_post; in set_init_timer_freq() local
|
/u-boot/lib/efi_loader/ |
A D | efi_bootmgr.c | 18 static const struct efi_boot_services *bs; variable
|
A D | efi_file.c | 516 u64 bs; in efi_file_read_int() local
|
A D | efi_boottime.c | 1884 efi_uintn_t bs; in efi_load_image_from_file() local
|
/u-boot/fs/fat/ |
A D | fat.c | 493 read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) in read_bootsectandvi() 562 boot_sector bs; in get_fs_info() local 1140 boot_sector bs; in file_fat_detectfs() local 1384 boot_sector bs; in fat_uuid() local
|
/u-boot/fs/zfs/ |
A D | zfs.c | 99 #define ZAP_LEAF_HASH_SHIFT(bs) (bs - 5) argument 100 #define ZAP_LEAF_HASH_NUMENTRIES(bs) (1 << ZAP_LEAF_HASH_SHIFT(bs)) argument 101 #define LEAF_HASH(bs, h) \ argument 110 #define ZAP_LEAF_NUMCHUNKS(bs) \ argument 119 #define ZAP_LEAF_CHUNK(l, bs, idx) \ argument 121 #define ZAP_LEAF_ENTRY(l, bs, idx) (&ZAP_LEAF_CHUNK(l, bs, idx).l_entry) argument
|
/u-boot/lib/efi_selftest/ |
A D | initrddump.c | 19 static struct efi_boot_services *bs; variable
|
A D | dtbdump.c | 23 static struct efi_boot_services *bs; variable
|
/u-boot/drivers/net/phy/ |
A D | dp83867.c | 270 int ret, bs; in dp83867_config() local
|
/u-boot/tools/ |
A D | kwboot.c | 99 static int state, bs; in __spinner() local
|
/u-boot/include/ |
A D | universe.h | 15 unsigned int bs; /* Base */ member
|
/u-boot/fs/btrfs/ |
A D | ctree.h | 52 #define __BTRFS_LEAF_DATA_SIZE(bs) ((bs) - sizeof(struct btrfs_header)) argument
|
Completed in 25 milliseconds