Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_smc-test.c530 uint32_t bp_bits = 0b0; in test_write_block_protect() local
533 bp_bits = ((i & 0b1000) << 3) | ((i & 0b0111) << 2); in test_write_block_protect()
540 writeb(ASPEED_FLASH_BASE, bp_bits); in test_write_block_protect()
575 uint32_t bp_bits = 0b00100 << 3; in test_write_block_protect_bottom_bit() local
578 bp_bits = (((i & 0b1000) | 0b0100) << 3) | ((i & 0b0111) << 2); in test_write_block_protect_bottom_bit()
585 writeb(ASPEED_FLASH_BASE, bp_bits); in test_write_block_protect_bottom_bit()