Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dp7ioc.c206 *prio = GETFIELD(IODA_XIVT_PRIORITY, xive); in p7ioc_rgc_get_xive()
224 xive = SETFIELD(IODA_XIVT_PRIORITY, xive, prio); in p7ioc_rgc_set_xive()
240 xive = SETFIELD(IODA_XIVT_PRIORITY, xive, m_prio); in p7ioc_rgc_set_xive()
647 ioc->xive_cache[i] = SETFIELD(IODA_XIVT_PRIORITY, 0ull, 0xff); in p7ioc_create_hub()
H A Dp7ioc-phb.c1638 p->lxive_cache[i] = SETFIELD(IODA_XIVT_PRIORITY, 0ull, 0xff); in p7ioc_phb_init_ioda_cache()
1712 prio = GETFIELD(IODA_XIVT_PRIORITY, data64); in p7ioc_ioda_reset()
1724 data64 = SETFIELD(IODA_XIVT_PRIORITY, data64, m_prio); in p7ioc_ioda_reset()
1738 prio = GETFIELD(IODA_XIVT_PRIORITY, data64); in p7ioc_ioda_reset()
1750 data64 = SETFIELD(IODA_XIVT_PRIORITY, data64, m_prio); in p7ioc_ioda_reset()
2362 *prio = GETFIELD(IODA_XIVT_PRIORITY, xive); in p7ioc_msi_get_xive()
2385 xive = SETFIELD(IODA_XIVT_PRIORITY, xive, prio); in p7ioc_msi_set_xive()
2401 xive = SETFIELD(IODA_XIVT_PRIORITY, xive, m_prio); in p7ioc_msi_set_xive()
2421 *prio = GETFIELD(IODA_XIVT_PRIORITY, xive); in p7ioc_lsi_get_xive()
2439 xive = SETFIELD(IODA_XIVT_PRIORITY, xive, prio); in p7ioc_lsi_set_xive()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/include/
H A Dp7ioc-regs.h357 #define IODA_XIVT_PRIORITY PPC_BITMASK(24,31) macro