Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr.c903 uint32_t lrdr_capacity[] = { in spapr_dt_rtas() local
916 lrdr_capacity[0] = cpu_to_be32(max_device_addr >> 32); in spapr_dt_rtas()
917 lrdr_capacity[1] = cpu_to_be32(max_device_addr & 0xffffffff); in spapr_dt_rtas()
1007 lrdr_capacity, sizeof(lrdr_capacity))); in spapr_dt_rtas()