Searched refs:VME_CRCSR_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/vme/ |
D | vme_bridge.h | 6 #define VME_CRCSR_BUF_SIZE (508*1024) macro
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1569 bridge->crcsr_kernel = pci_zalloc_consistent(pdev, VME_CRCSR_BUF_SIZE, in ca91cx42_crcsr_init() 1603 pci_free_consistent(pdev, VME_CRCSR_BUF_SIZE, bridge->crcsr_kernel, in ca91cx42_crcsr_exit()
|
D | vme_tsi148.c | 2209 bridge->crcsr_kernel = pci_zalloc_consistent(pdev, VME_CRCSR_BUF_SIZE, in tsi148_crcsr_init() 2278 pci_free_consistent(pdev, VME_CRCSR_BUF_SIZE, bridge->crcsr_kernel, in tsi148_crcsr_exit()
|