Searched refs:WIL6210_MEM_SIZE (Results 1 – 4 of 4) sorted by relevance
180 if (pci_resource_len(pdev, 0) != WIL6210_MEM_SIZE) { in wil_pcie_probe()183 (ulong)pci_resource_len(pdev, 0), WIL6210_MEM_SIZE); in wil_pcie_probe()
49 if (size >= WIL6210_MEM_SIZE - off) { in wil_ioc_addr()
135 if (off > WIL6210_MEM_SIZE - 4) in wmi_buffer()155 if (off > WIL6210_MEM_SIZE - 4) in wmi_addr()
48 #define WIL6210_MEM_SIZE (2*1024*1024UL) macro