Searched refs:bytes_to_blocks (Results 1 – 1 of 1) sorted by relevance
146 static uint16_t bytes_to_blocks(uint32_t bytes) in bytes_to_blocks() function205 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()