Searched refs:UNM_PCI_CAMQM (Results 1 – 4 of 4) sorted by relevance
562 #define UNM_PCI_CAMQM (unsigned long)0x04800000 macro1362 #define UNM_QM_COMMAND (UNM_PCI_CAMQM + 0x00000)1363 #define UNM_QM_STATUS (UNM_PCI_CAMQM + 0x00008)1364 #define UNM_QM_DATA(W, P) (UNM_PCI_CAMQM + 0x00010 + \1366 #define UNM_QM_REPLY(W, P)(UNM_PCI_CAMQM + 0x00050 + \
420 if (*off >= UNM_PCI_CAMQM && (end <= UNM_PCI_CAMQM_2M_END)) { in unm_nic_pci_get_crb_addr_2M()421 *off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE + in unm_nic_pci_get_crb_addr_2M()
699 #define UNM_PCI_CAMQM 0x04800000 macro
528 if (*off >= UNM_PCI_CAMQM && (*off < UNM_PCI_CAMQM_2M_END)) { in ql_8021_pci_get_crb_addr_2M()529 *off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE + in ql_8021_pci_get_crb_addr_2M()