Home
last modified time | relevance | path

Searched refs:PCIADDR_T_FMT (Results 1 – 4 of 4) sorted by relevance

/pciutils/lib/
H A Dtypes.h42 #define PCIADDR_T_FMT "%08" PCI_U64_FMT_X macro
46 #define PCIADDR_T_FMT "%08x" macro
53 #define PCIADDR_PORT_FMT PCIADDR_T_FMT
H A Dproc.c77 #define F " " PCIADDR_T_FMT in proc_scan()
/pciutils/
H A Dlspci.c470 printf(PCIADDR_T_FMT, a); in show_bases()
516 printf(PCIADDR_T_FMT, rom & PCI_ROM_ADDRESS_MASK); in show_rom()
H A DChangeLog1653 * lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.