Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_ovec.c23 #define OV_MAXBYTES 256 /* not including length byte */ macro
24 #define OV_MAXBITS (OV_MAXBYTES * BITS_PER_BYTE)
196 g_assert(vector_len <= OV_MAXBYTES); in spapr_ovec_parse_vector()
213 uint8_t vec[OV_MAXBYTES + 1]; in spapr_dt_ovec()
226 g_assert(vec_len <= OV_MAXBYTES); in spapr_dt_ovec()