Searched refs:bus_addr (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
D | x86_io.h | 42 IOAPI_INLINE ( x86, bus_to_phys ) ( unsigned long bus_addr ) { in IOAPI_INLINE() 43 return bus_addr; in IOAPI_INLINE() 47 IOAPI_INLINE ( x86, ioremap ) ( unsigned long bus_addr, size_t len __unused ) { in IOAPI_INLINE() 48 return phys_to_virt ( bus_addr ); in IOAPI_INLINE()
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | efi_io.h | 43 IOAPI_INLINE ( efi, bus_to_phys ) ( unsigned long bus_addr ) { in IOAPI_INLINE() 44 return bus_addr; in IOAPI_INLINE() 48 IOAPI_INLINE ( efi, ioremap ) ( unsigned long bus_addr, size_t len __unused ) { in IOAPI_INLINE() 49 return ( ( void * ) bus_addr ); in IOAPI_INLINE()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | io.h | 169 unsigned long bus_to_phys ( unsigned long bus_addr ); 190 static inline __always_inline void * bus_to_virt ( unsigned long bus_addr ) { in bus_to_virt() argument 191 return phys_to_virt ( bus_to_phys ( bus_addr ) ); in bus_to_virt() 201 void * ioremap ( unsigned long bus_addr, size_t len );
|
/external/libusb/libusb/os/ |
D | wince_usb.c | 148 unsigned char bus_addr, unsigned char dev_addr) in init_device() argument 153 dev->bus_number = bus_addr; in init_device() 282 unsigned char bus_addr, dev_addr; in wince_get_device_list() local 297 success = UkwGetDeviceAddress(devices[i], &bus_addr, &dev_addr, &session_id); in wince_get_device_list() 307 bus_addr, dev_addr, session_id); in wince_get_device_list() 314 bus_addr, dev_addr, session_id); in wince_get_device_list() 321 r = init_device(dev, devices[i], bus_addr, dev_addr); in wince_get_device_list()
|