OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V3_PCI_CMD
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/board/armltd/integrator/
pci.c
296
val = v3_readw(
V3_PCI_CMD
);
298
v3_writew(
V3_PCI_CMD
, val);
321
val = v3_readw(
V3_PCI_CMD
);
323
v3_writew(
V3_PCI_CMD
, val);
392
val = v3_readw(
V3_PCI_CMD
);
394
v3_writew(
V3_PCI_CMD
, val);
pci_v3.h
25
#define
V3_PCI_CMD
0x00000004
Completed in 50 milliseconds