Lines Matching refs:hmb_data
7536 uint32 hmb_data; in dhdsdio_hostmail() local
7543 R_SDREG(hmb_data, ®s->tohostmailboxdata, retries); in dhdsdio_hostmail()
7549 if (hmb_data & HMB_DATA_NAKHANDLED) { in dhdsdio_hostmail()
7562 if (hmb_data & (HMB_DATA_DEVREADY | HMB_DATA_FWREADY)) { in dhdsdio_hostmail()
7563 bus->sdpcm_ver = (hmb_data & HMB_DATA_VERSION_MASK) >> HMB_DATA_VERSION_SHIFT; in dhdsdio_hostmail()
7599 if (hmb_data & HMB_DATA_FC) { in dhdsdio_hostmail()
7600 fcbits = (hmb_data & HMB_DATA_FCDATA_MASK) >> HMB_DATA_FCDATA_SHIFT; in dhdsdio_hostmail()
7612 if (hmb_data & HMB_DATA_FWHALT) { in dhdsdio_hostmail()
7618 if (hmb_data & ~(HMB_DATA_DEVREADY | in dhdsdio_hostmail()
7625 DHD_ERROR(("Unknown mailbox data content: 0x%02x\n", hmb_data)); in dhdsdio_hostmail()
7629 *hmbd = hmb_data; in dhdsdio_hostmail()