Home
last modified time | relevance | path

Searched refs:IOAPI_INLINE (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_io.h38 IOAPI_INLINE ( efi, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE() function
43 IOAPI_INLINE ( efi, bus_to_phys ) ( unsigned long bus_addr ) { in IOAPI_INLINE() function
48 IOAPI_INLINE ( efi, ioremap ) ( unsigned long bus_addr, size_t len __unused ) { in IOAPI_INLINE() function
53 IOAPI_INLINE ( efi, iounmap ) ( volatile const void *io_addr __unused ) { in IOAPI_INLINE() function
58 IOAPI_INLINE ( efi, io_to_bus ) ( volatile const void *io_addr ) { in IOAPI_INLINE() function
68 IOAPI_INLINE ( efi, readb ) ( volatile uint8_t *io_addr ) { in IOAPI_INLINE() function
73 IOAPI_INLINE ( efi, readw ) ( volatile uint16_t *io_addr ) { in IOAPI_INLINE() function
78 IOAPI_INLINE ( efi, readl ) ( volatile uint32_t *io_addr ) { in IOAPI_INLINE() function
83 IOAPI_INLINE ( efi, readq ) ( volatile uint64_t *io_addr ) { in IOAPI_INLINE() function
88 IOAPI_INLINE ( efi, writeb ) ( uint8_t data, volatile uint8_t *io_addr ) { in IOAPI_INLINE() function
[all …]
/external/syslinux/gpxe/src/arch/i386/include/gpxe/
Dx86_io.h37 IOAPI_INLINE ( x86, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE() function
42 IOAPI_INLINE ( x86, bus_to_phys ) ( unsigned long bus_addr ) { in IOAPI_INLINE() function
47 IOAPI_INLINE ( x86, ioremap ) ( unsigned long bus_addr, size_t len __unused ) { in IOAPI_INLINE() function
52 IOAPI_INLINE ( x86, iounmap ) ( volatile const void *io_addr __unused ) { in IOAPI_INLINE() function
57 IOAPI_INLINE ( x86, io_to_bus ) ( volatile const void *io_addr ) { in IOAPI_INLINE() function
68 IOAPI_INLINE ( x86, _api_func ) ( volatile _type *io_addr ) { \
77 IOAPI_INLINE ( x86, _api_func ) ( _type data, \
92 IOAPI_INLINE ( x86, in ## _insn_suffix ) ( volatile _type *io_addr ) { \
99 IOAPI_INLINE ( x86, ins ## _insn_suffix ) ( volatile _type *io_addr, \
114 IOAPI_INLINE ( x86, out ## _insn_suffix ) ( _type data, \
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Dio.h33 #define IOAPI_INLINE( _subsys, _api_func ) \ macro