Searched refs:b0 (Results 1 – 3 of 3) sorted by relevance
166 static inline uint32_t smc_uuid_word(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in smc_uuid_word() argument168 return ((uint32_t) b0) | (((uint32_t) b1) << 8) | in smc_uuid_word()
140 uint32_t b0; member222 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8U * no); in bl2_lossy_setting()226 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8U, info.b0); in bl2_lossy_setting()
148 uint32_t b0; member227 info.b0 = mmio_read_32(AXI_DCMPAREACRB0 + 0x8 * no); in bl2_lossy_setting()231 mmio_write_32(LOSSY_PARAMS_BASE + sizeof(info) * no + 0x8, info.b0); in bl2_lossy_setting()
Completed in 6 milliseconds