Searched refs:bp_bits (Results 1 – 1 of 1) sorted by relevance
530 uint32_t bp_bits = 0b0; in test_write_block_protect() local533 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() local578 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()