Home
last modified time | relevance | path

Searched refs:OCCR_PCICOE2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c119 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2;
122 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2 |
126 clk->occr = OCCR_PCICOE0 | OCCR_PCICOE1 | OCCR_PCICOE2;
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h910 #define OCCR_PCICOE2 0x20000000 macro