OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V3_MAIL_DATA
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/board/armltd/integrator/
pci.c
283
v3_writeb(
V3_MAIL_DATA
, 0xAA);
284
v3_writeb(
V3_MAIL_DATA
+ 4, 0x55);
285
} while (v3_readb(
V3_MAIL_DATA
) != 0xAA ||
286
v3_readb(
V3_MAIL_DATA
+ 4) != 0x55);
pci_v3.h
67
#define
V3_MAIL_DATA
0x000000C0
Completed in 151 milliseconds