_port 227 arch/i386/include/bus.h int _cnt = (cnt); void *_addr = (a); int _port = (h)+(o); \ _port 235 arch/i386/include/bus.h "+D" (_addr), "+c" (_cnt), "+d" (_port) :: \ _port 238 arch/i386/include/bus.h i386_space_copy(_port, _addr, 1, _cnt); \ _port 242 arch/i386/include/bus.h int _cnt = (cnt); void *_addr = (a); int _port = (h)+(o); \ _port 250 arch/i386/include/bus.h "+D" (_addr), "+c" (_cnt), "+d" (_port) :: \ _port 253 arch/i386/include/bus.h i386_space_copy(_port, _addr, 2, _cnt); \ _port 257 arch/i386/include/bus.h int _cnt = (cnt); void *_addr = (a); int _port = (h)+(o); \ _port 265 arch/i386/include/bus.h "+D" (_addr), "+c" (_cnt), "+d" (_port) :: \ _port 268 arch/i386/include/bus.h i386_space_copy(_port, _addr, 4, _cnt); \ _port 418 arch/i386/include/bus.h int _port = (h)+(o); const void *_addr=(a); int _cnt=(cnt); \ _port 426 arch/i386/include/bus.h "+d" (_port), "+S" (_addr), "+c" (_cnt) :: \ _port 429 arch/i386/include/bus.h i386_space_copy(_addr, _port, 1, _cnt); \ _port 433 arch/i386/include/bus.h int _port = (h)+(o); const void *_addr=(a); int _cnt=(cnt); \ _port 441 arch/i386/include/bus.h "+d" (_port), "+S" (_addr), "+c" (_cnt) :: \ _port 444 arch/i386/include/bus.h i386_space_copy(_addr, _port, 2, _cnt); \ _port 448 arch/i386/include/bus.h int _port = (h)+(o); const void *_addr=(a); int _cnt=(cnt); \ _port 456 arch/i386/include/bus.h "+d" (_port), "+S" (_addr), "+c" (_cnt) :: \ _port 459 arch/i386/include/bus.h i386_space_copy(_addr, _port, 4, _cnt); \ _port 570 arch/i386/include/bus.h int _port = (h)+(o); int _cnt = (cnt); \ _port 576 arch/i386/include/bus.h "+d" (_port), "+c" (_cnt) : "a" ((v)) : \ _port 583 arch/i386/include/bus.h "+D" (_port), "+c" (_cnt) : "a" ((v)) : \ _port 589 arch/i386/include/bus.h int _port = (h)+(o); int _cnt = (cnt); \ _port 595 arch/i386/include/bus.h "+d" (_port), "+c" (_cnt) : "a" ((v)) : \ _port 602 arch/i386/include/bus.h "+D" (_port), "+c" (_cnt) : "a" ((v)) : \ _port 608 arch/i386/include/bus.h int _port = (h)+(o); int _cnt = (cnt); \ _port 614 arch/i386/include/bus.h "+d" (_port), "+c" (_cnt) : "a" ((v)) : \ _port 621 arch/i386/include/bus.h "+D" (_port), "+c" (_cnt) : "a" ((v)) : \