Searched refs:SET_PROP_U32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/bhyve/riscv/ |
H A D | fdt.c | 51 #define SET_PROP_U32(prop, idx, val) \ macro 200 SET_PROP_U32(prop, 0, intc0_phandle); in fdt_add_aplic() 201 SET_PROP_U32(prop, 1, 9); in fdt_add_aplic() 226 SET_PROP_U32(interrupts, 0, intr); in fdt_add_uart() 227 SET_PROP_U32(interrupts, 1, IRQ_TYPE_LEVEL_HIGH); in fdt_add_uart() 256 SET_PROP_U32(prop, 0, 0x01000000); in fdt_add_pcie() 258 SET_PROP_U32(prop, 1, 0); in fdt_add_pcie() 259 SET_PROP_U32(prop, 2, 0xdf000000); in fdt_add_pcie() 261 SET_PROP_U32(prop, 3, 0); in fdt_add_pcie() 262 SET_PROP_U32(prop, 4, 0xdf000000); in fdt_add_pcie() [all …]
|