Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc832xemds/
H A 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;
/openbmc/u-boot/board/tqc/tqm834x/
H A Dpci.c68 reg32 = OCCR_PCICOE1; in pci_init_board()
/openbmc/u-boot/include/
H A Dmpc83xx.h908 #define OCCR_PCICOE1 0x40000000 macro