Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-keystone/include/mach/
Dpsc_defs.h30 static inline u32 _boot_bit_mask(u32 x, u32 y) in _boot_bit_mask() function
38 u32 val = z & _boot_bit_mask(x, y); in boot_read_bitfield()
44 u32 mask = _boot_bit_mask(x, y); in boot_set_bitfield()