HomeSort by relevance Sort by last modified time
    Searched refs:cpu_to_le16wu (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
pci.h 205 cpu_to_le16wu((uint16_t *)&pci_config[PCI_VENDOR_ID], val);
211 cpu_to_le16wu((uint16_t *)&pci_config[PCI_DEVICE_ID], val);
217 cpu_to_le16wu((uint16_t *)&pci_config[PCI_CLASS_DEVICE], val);
  /external/qemu/
bswap.h 139 #define cpu_to_le16wu(p, v) cpu_to_le16w(p, v) macro
151 static inline void cpu_to_le16wu(uint16_t *p, uint16_t v)

Completed in 35 milliseconds