Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mpc832xemds/
Dpci.c116 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2;
119 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2 |
123 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2;
/external/u-boot/board/tqc/tqm834x/
Dpci.c68 reg32 = OCCR_PCICOE1; in pci_init_board()
/external/u-boot/include/
Dmpc83xx.h908 #define OCCR_PCICOE1 0x40000000 macro