Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dsysdep.h45 #define cpu_to_le32 __cpu_to_le32 macro
110 #define cpu_to_le32 swab32 macro
128 #define cpu_to_le32(x) (x) macro
H A Di386-ports.c158 ((u32 *) buf)[0] = cpu_to_le32(intel_inl(addr)); in conf1_read()
252 ((u32 *) buf)[0] = cpu_to_le32(intel_inl(addr)); in conf2_read()
H A Dnbsd-libpci.c94 *(u32*)buf = cpu_to_le32(val); in nbsd_read()
H A Dsylixos-device.c98 ((u32 *) buf)[0] = cpu_to_le32(data_dword); in sylixos_read()
H A Ddarwin.c149 ((u32 *) buf)[0] = cpu_to_le32((u32) param.value); in darwin_read()
H A Daccess.c167 u32 buf = cpu_to_le32(data); in pci_write_long()
H A Dfbsd-device.c293 ((u32 *) buf)[0] = cpu_to_le32((u32) pi.pi_data); in fbsd_read()