Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dsysdep.h47 #define le32_to_cpu __le32_to_cpu macro
112 #define le32_to_cpu swab32 macro
130 #define le32_to_cpu(x) (x) macro
H A Di386-ports.c190 intel_outl(le32_to_cpu(((u32 *) buf)[0]), addr); in conf1_write()
288 intel_outl(le32_to_cpu(* (u32 *) buf), addr); in conf2_write()
H A Dnbsd-libpci.c135 val = le32_to_cpu(*(u32*)buf); in nbsd_write()
H A Dsylixos-device.c136 data_dword = le32_to_cpu(((u32 *) buf)[0]); in sylixos_write()
H A Ddarwin.c185 param.value = le32_to_cpu(((u32 *) buf)[0]); in darwin_write()
H A Daccess.c126 return le32_to_cpu(buf); in pci_read_long()
H A Dfbsd-device.c338 pi.pi_data = le32_to_cpu(((u32 *) buf)[0]); in fbsd_write()