Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c146 static uint16_t bytes_to_blocks(uint32_t bytes) in bytes_to_blocks() function
205 rsp_buffer_push(rsp, bytes_to_blocks(pnor_size) & 0xFF); in hiomap_cmd()
206 rsp_buffer_push(rsp, bytes_to_blocks(pnor_size) >> 8); in hiomap_cmd()
219 rsp_buffer_push(rsp, bytes_to_blocks(pnor_addr) & 0xFF); in hiomap_cmd()
220 rsp_buffer_push(rsp, bytes_to_blocks(pnor_addr) >> 8); in hiomap_cmd()
221 rsp_buffer_push(rsp, bytes_to_blocks(pnor_size) & 0xFF); in hiomap_cmd()
222 rsp_buffer_push(rsp, bytes_to_blocks(pnor_size) >> 8); in hiomap_cmd()