Home
last modified time | relevance | path

Searched refs:LAWAR_SIZE_4M (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dpci.c139 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
163 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/openbmc/u-boot/board/sbc8349/
H A Dpci.c63 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/openbmc/u-boot/board/esd/vme8349/
H A Dpci.c102 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dpci.c75 pci_law[1].ar = LAWAR_EN | LAWAR_SIZE_4M; in pci_init_board()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h572 #define LAWAR_SIZE_4M (LAWAR_SIZE_BASE+11) macro