Lines Matching refs:tmp
125 uint32_t len, i, tmp; in priv_dump_chaninfo() local
182 tmp = hif_read32_mb(scn, scn->mem + in priv_dump_chaninfo()
184 qdf_debug("0x%x\t", ((tmp >> 16) & 0x0000ffff)); in priv_dump_chaninfo()
185 qdf_debug("0x%x\t", (tmp & 0x0000ffff)); in priv_dump_chaninfo()
196 tmp = hif_read32_mb(scn, scn->mem + in priv_dump_chaninfo()
199 ((tmp >> 16) & 0x0000ffff)); in priv_dump_chaninfo()
200 qdf_debug("0x%x\t", (tmp & 0x0000ffff)); in priv_dump_chaninfo()
222 tmp = in priv_dump_chaninfo()
225 qdf_debug("0x%x", (tmp >> 16) & 0x0000ffff); in priv_dump_chaninfo()
226 qdf_debug("0x%x", tmp & 0x0000ffff); in priv_dump_chaninfo()
237 tmp = in priv_dump_chaninfo()
241 ((tmp >> 16) & 0x0000ffff)); in priv_dump_chaninfo()
242 qdf_debug("0x%x\t", (tmp & 0x0000ffff)); in priv_dump_chaninfo()