OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_outb
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
smc9000.c
35
# define
_outb
outb
macro
92
_outb
(0, ioaddr + INT_MASK);
219
_outb
(IM_ALLOC_INT, smc9000_base + INTERRUPT);
242
_outb
(packet_no, smc9000_base + PNR_ARR);
256
_outb
((length+6) & 0xFF, smc9000_base + DATA_1);
257
_outb
((length+6) >> 8 , smc9000_base + DATA_1);
273
_outb
(p[s-1], smc9000_base + DATA_1);
274
_outb
(0x20, smc9000_base + DATA_1);
288
_outb
(IM_TX_INT, smc9000_base + INTERRUPT);
294
_outb
( packet_no, smc9000_base + PNR_ARR )
[
all
...]
Completed in 17 milliseconds