Searched refs:PCISH5_MEM_SIZCONV (Results 1 – 2 of 2) sorted by relevance
/arch/sh/drivers/pci/ | ||
D | pci-sh5.h | 105 #define PCISH5_MEM_SIZCONV(x) (((x / 0x40000) - 1) << 18) macro |
D | pci-sh5.c | 162 SH5PCI_WRITE(MBMR, PCISH5_MEM_SIZCONV(512*1024*1024)); in sh5pci_init() |