Searched refs:le16_to_cpu (Results 1 - 23 of 23) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dvga.h39 return le16_to_cpu(*addr);
/external/libsepol/src/
H A Dprivate.h26 #define le16_to_cpu(x) (x) macro
33 #define le16_to_cpu(x) bswap_16(x) macro
H A Davtab.c460 key.source_type = le16_to_cpu(buf16[items++]);
461 key.target_type = le16_to_cpu(buf16[items++]);
462 key.target_class = le16_to_cpu(buf16[items++]);
463 key.specified = le16_to_cpu(buf16[items++]);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dradiotap.c25 #define le16_to_cpu le_to_host16 macro
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c25 #define le16_to_cpu le_to_host16 macro
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c25 #define le16_to_cpu le_to_host16 macro
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c25 #define le16_to_cpu le_to_host16 macro
90 if (max_length < le16_to_cpu(get_unaligned(&radiotap_header->it_len)))
94 iterator->max_length = le16_to_cpu(get_unaligned(
/external/kernel-headers/original/linux/mtd/
H A Dcfi_endian.h34 #define cfi16_to_cpu(x) le16_to_cpu(x)
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h96 #define le16_to_cpu __le16_to_cpu macro
/external/qemu/hw/
H A Dsmbios.c84 p += le16_to_cpu(header->length);
110 cpu_to_le16(le16_to_cpu(*(uint16_t *)smbios_entries) + 1);
202 cpu_to_le16(le16_to_cpu(*(uint16_t *)smbios_entries) + 1);
H A Dbt-l2cap.c816 le16_to_cpu(((l2cap_cmd_rej *) params)->reason));
826 le16_to_cpu(((l2cap_conn_req *) params)->psm),
827 le16_to_cpu(((l2cap_conn_req *) params)->scid));
848 le16_to_cpu(((l2cap_conf_req *) params)->flags) & 1,
849 le16_to_cpu(((l2cap_conf_req *) params)->dcid),
861 le16_to_cpu(((l2cap_conf_rsp *) params)->result),
862 le16_to_cpu(((l2cap_conf_rsp *) params)->flags) & 1,
863 le16_to_cpu(((l2cap_conf_rsp *) params)->scid),
877 le16_to_cpu(((l2cap_disconn_req *) params)->dcid),
878 le16_to_cpu(((l2cap_disconn_re
[all...]
H A Dbt-hci-csr.c188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
287 return le16_to_cpu(((struct hci_acl_hdr *) pkt)->dlen);
H A Dpci.c360 cmd = le16_to_cpu(*(uint16_t *)(d->config + PCI_COMMAND));
449 val = le16_to_cpu(*(uint16_t *)(d->config + address));
726 class = le16_to_cpu(*((uint16_t *)(d->config + PCI_CLASS_DEVICE)));
737 le16_to_cpu(*((uint16_t *)(d->config + PCI_VENDOR_ID))),
738 le16_to_cpu(*((uint16_t *)(d->config + PCI_DEVICE_ID))));
H A Dne2000.c536 return le16_to_cpu(*(uint16_t *)(s->mem + addr));
H A Dusb-ohci.c473 *buf = le16_to_cpu(*buf);
/external/kernel-headers/original/asm-arm/
H A Dio.h118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
167 #define readw(c) ({ __u16 __v = le16_to_cpu((__force __le16) \
252 #define ioread16(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(p)); __v; })
/external/grub/netboot/
H A Ddavicom.c104 #define le16_to_cpu(val) (val)
686 le16_to_cpu(read_eeprom(ioaddr, i, EEPROM_ADDRLEN));
103 #define le16_to_cpu macro
H A Dnatsemi.c84 #define le16_to_cpu(val) (val)
83 #define le16_to_cpu macro
H A Dtulip.c129 #define le16_to_cpu(val) (val)
1311 put_unaligned(le16_to_cpu(value), ((u16*)nic->node_addr) + i);
1327 le16_to_cpu(read_eeprom(ioaddr, i, ee_addr_size));
128 #define le16_to_cpu macro
/external/qemu/
H A Dusb-linux.c560 value = le16_to_cpu(s->ctrl.req.wValue);
561 index = le16_to_cpu(s->ctrl.req.wIndex);
633 s->ctrl.len = le16_to_cpu(s->ctrl.req.wLength);
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h17 #define CF_LE_W(v) le16_to_cpu(v)
H A Dusb.h1192 return le16_to_cpu(ep->desc.wMaxPacketSize);
/external/qemu/block/
H A Dvvfat.c491 return le16_to_cpu(direntry->begin)|(le16_to_cpu(direntry->begin_hi)<<16);
568 return le16_to_cpu(*entry);
1534 return le16_to_cpu(*entry);

Completed in 366 milliseconds