Home
last modified time | relevance | path

Searched refs:occr (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c80 clk->occr = 0xff000000; /* 66 MHz PCI */ in pci_init_board()
82 clk->occr = 0xff600001; /* 33 MHz PCI */ in pci_init_board()
84 clk->occr = 0xff600001; /* 33 MHz PCI */ in pci_init_board()
87 clk->occr = 0xff000000; /* 66 MHz PCI */ in pci_init_board()
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c68 clk->occr = 0xff000000; /* 66 MHz PCI */ in pci_init_board()
71 clk->occr = 0xffff0003; /* 33 MHz PCI */ in pci_init_board()
77 clk->occr = 0xffff0003; /* 33 MHz PCI */ in pci_init_board()
/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/board/sbc8349/
H A Dpci.c58 clk->occr = 0xff000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c86 clk->occr = reg32; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c84 clk->occr |= 0xe0000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c75 clk->occr |= 0xf8000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dpci.c93 clk->occr |= 0xf8000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c134 clk->occr = 0xff000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c166 clk->occr |= 0xe0000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c129 clk->occr |= 0xe0000000; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c181 setbits_be32(&clk->occr, 0xe0000000); in pci_init_board()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/
H A Dsuspend.c79 u32 occr; member
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h207 u32 occr; /* output clock control Register */ member