Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dahci-test.c393 uint16_t dataw; in ahci_test_satacap() local
399 dataw = qpci_config_readw(ahci->dev, offset + 2); in ahci_test_satacap()
400 g_assert_cmphex(dataw, ==, 0x10); in ahci_test_satacap()
428 uint16_t dataw; in ahci_test_msicap() local
433 dataw = qpci_config_readw(ahci->dev, offset + PCI_MSI_FLAGS); in ahci_test_msicap()
434 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_ENABLE); in ahci_test_msicap()
435 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_QSIZE); in ahci_test_msicap()
436 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_RESERVED); in ahci_test_msicap()
441 if (dataw & PCI_MSI_FLAGS_64BIT) { in ahci_test_msicap()
445 dataw = qpci_config_readw(ahci->dev, offset + PCI_MSI_DATA_64); in ahci_test_msicap()
[all …]
/openbmc/qemu/hw/char/
H A Dparallel.c94 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),
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c238 pdimm->data_width = spd->dataw; in ddr_compute_dimm_parameters()
H A Dinteractive.c1056 printf("%-3d : %02x %s\n", 6, spd->dataw, in ddr2_spd_dump()
/openbmc/u-boot/include/
H A Dddr_spd.h83 unsigned char dataw; /* 6 Module Data Width */ member