Home
last modified time | relevance | path

Searched refs:WIL6210_MEM_SIZE (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c177 if (pci_resource_len(pdev, 0) != WIL6210_MEM_SIZE) { in wil_pcie_probe()
180 (ulong)pci_resource_len(pdev, 0), WIL6210_MEM_SIZE); in wil_pcie_probe()
Dioctl.c49 if (size >= WIL6210_MEM_SIZE - off) { in wil_ioc_addr()
Dwmi.c149 if (off > WIL6210_MEM_SIZE - 4) in wmi_buffer()
169 if (off > WIL6210_MEM_SIZE - 4) in wmi_addr()
Dwil6210.h52 #define WIL6210_MEM_SIZE (2*1024*1024UL) macro