Searched refs:dataw (Results 1 – 3 of 3) sorted by relevance
| /qemu/tests/qtest/ |
| A D | ahci-test.c | 393 uint16_t dataw; in ahci_test_satacap() local 400 g_assert_cmphex(dataw, ==, 0x10); in ahci_test_satacap() 428 uint16_t dataw; in ahci_test_msicap() local 435 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_QSIZE); in ahci_test_msicap() 441 if (dataw & PCI_MSI_FLAGS_64BIT) { in ahci_test_msicap() 446 g_assert_cmphex(dataw, ==, 0); in ahci_test_msicap() 450 g_assert_cmphex(dataw, ==, 0); in ahci_test_msicap() 459 uint16_t dataw; in ahci_test_pmcap() local 465 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_RESERVED); in ahci_test_pmcap() 466 ASSERT_BIT_CLEAR(dataw, PCI_PM_CAP_D1); in ahci_test_pmcap() [all …]
|
| /qemu/hw/char/ |
| A D | parallel.c | 94 s->dataw = val; in parallel_ioport_write_sw() 111 qemu_chr_fe_write_all(&s->chr, &s->dataw, 1); in parallel_ioport_write_sw() 139 if (s->dataw == val) in parallel_ioport_write_hw() 143 s->dataw = val; in parallel_ioport_write_hw() 262 ret = s->dataw; in parallel_ioport_read_sw() 436 s->dataw = ~0; in parallel_reset() 482 VMSTATE_UINT8(state.dataw, ISAParallelState),
|
| /qemu/include/hw/char/ |
| A D | parallel.h | 12 uint8_t dataw; member
|
Completed in 11 milliseconds