Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dxlnx-efuse.c124 uint32_t *ary = s->ro_bits; in efuse_ro_bits_sort()
134 const uint32_t *ary = s->ro_bits; in efuse_ro_bits_find()
231 g_free(s->ro_bits); in efuse_finalize()
273 DEFINE_PROP_ARRAY("read-only", XlnxEFuse, ro_bits_cnt, ro_bits,
/qemu/include/hw/nvram/
H A Dxlnx-efuse.h49 uint32_t *ro_bits; member
/qemu/hw/intc/
H A Dioapic.c395 uint64_t ro_bits = s->ioredtbl[index] & IOAPIC_RO_BITS; in ioapic_mem_write() local
405 s->ioredtbl[index] |= ro_bits; in ioapic_mem_write()
/qemu/hw/net/
H A De1000e_core.c2733 static const uint32_t ro_bits = E1000_EECD_PRES | in e1000e_set_eecd() local
2737 core->mac[EECD] = (core->mac[EECD] & ro_bits) | (val & ~ro_bits); in e1000e_set_eecd()
2847 uint32_t ro_bits = core->mac[GCR] & E1000_GCR_RO_BITS; in e1000e_set_gcr() local
2848 core->mac[GCR] = (val & ~E1000_GCR_RO_BITS) | ro_bits; in e1000e_set_gcr()
H A Digb_core.c3020 static const uint32_t ro_bits = E1000_EECD_PRES | in igb_set_eecd() local
3024 core->mac[EECD] = (core->mac[EECD] & ro_bits) | (val & ~ro_bits); in igb_set_eecd()
3078 uint32_t ro_bits = core->mac[GCR] & E1000_GCR_RO_BITS; in igb_set_gcr() local
3079 core->mac[GCR] = (val & ~E1000_GCR_RO_BITS) | ro_bits; in igb_set_gcr()