UNM_PCI_CAMQM
if (*off >= UNM_PCI_CAMQM && (*off < UNM_PCI_CAMQM_2M_END)) {
*off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE +
#define UNM_QM_COMMAND (UNM_PCI_CAMQM + 0x00000)
#define UNM_QM_STATUS (UNM_PCI_CAMQM + 0x00008)
#define UNM_QM_DATA(W, P) (UNM_PCI_CAMQM + 0x00010 + \
#define UNM_QM_REPLY(W, P)(UNM_PCI_CAMQM + 0x00050 + \
if (*off >= UNM_PCI_CAMQM && (end <= UNM_PCI_CAMQM_2M_END)) {
*off = (*off - UNM_PCI_CAMQM) + UNM_PCI_CAMQM_2M_BASE +