HomeSort by relevance Sort by last modified time
    Searched refs:cpu_to_le16 (Results 126 - 131 of 131) sorted by null

1 2 3 4 56

  /external/kernel-headers/original/linux/
msdos_fs.h 19 #define CT_LE_W(v) cpu_to_le16(v)
  /external/qemu/hw/
pci.c 160 id[0] = cpu_to_le16(pci_default_sub_vendor_id);
161 id[1] = cpu_to_le16(pci_default_sub_device_id);
ne2000.c 507 *(uint16_t *)(s->mem + addr) = cpu_to_le16(val);
usb-ohci.c 488 uint16_t tmp = cpu_to_le16(*buf);
    [all...]
  /external/libsepol/src/
write.c 216 buf16[0] = cpu_to_le16(cur->key.source_type);
217 buf16[1] = cpu_to_le16(cur->key.target_type);
218 buf16[2] = cpu_to_le16(cur->key.target_class);
219 buf16[3] = cpu_to_le16(cur->key.specified);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1529 static inline uint16_t cpu_to_le16(uint16_t x) function
    [all...]

Completed in 96 milliseconds

1 2 3 4 56