Home
last modified time | relevance | path

Searched refs:le16_to_cpu (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Dsysdep.h46 #define le16_to_cpu __le16_to_cpu macro
111 #define le16_to_cpu swab16 macro
129 #define le16_to_cpu(x) (x) macro
H A Di386-ports.c187 intel_outw(le16_to_cpu(((u16 *) buf)[0]), addr); in conf1_write()
285 intel_outw(le16_to_cpu(* (u16 *) buf), addr); in conf2_write()
H A Dnbsd-libpci.c132 val = (val & ~(0xffff << shift)) | (le16_to_cpu(*(u16*)buf) << shift); in nbsd_write()
H A Dsylixos-device.c129 data_word = le16_to_cpu(((u16 *) buf)[0]); in sylixos_write()
H A Ddarwin.c182 param.value = le16_to_cpu(((u16 *) buf)[0]); in darwin_write()
H A Daccess.c118 return le16_to_cpu(buf); in pci_read_word()
H A Dfbsd-device.c335 pi.pi_data = le16_to_cpu(((u16 *) buf)[0]); in fbsd_write()