Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c665 inline unsigned size_to_prdtl(unsigned bytes, unsigned bytes_per_prd) in size_to_prdtl() argument
668 g_assert_cmphex(bytes_per_prd, <=, 4096 * 1024); in size_to_prdtl()
669 g_assert_cmphex(bytes_per_prd & 0x01, ==, 0x00); in size_to_prdtl()
670 return (bytes + bytes_per_prd - 1) / bytes_per_prd; in size_to_prdtl()
H A Dahci.h602 unsigned size_to_prdtl(unsigned bytes, unsigned bytes_per_prd);