Searched defs:mu (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/mISDN/
H A Ddsp_audio.c89 short mu, e, f, y; local
92 mu = 255 - ulaw;
93 e = (mu & 0x70) / 16;
94 f = mu & 0x0f;
97 if (mu & 0x80)
/drivers/scsi/
H A Dhptiop.c145 static u64 mv_outbound_read(struct hpt_iopmu_mv __iomem *mu) argument
147 u32 outbound_tail = readl(&mu->outbound_tail);
148 u32 outbound_head = readl(&mu->outbound_head);
153 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8);
158 writel(outbound_tail, &mu->outbound_tail);
166 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head);
172 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8);
173 writel(head, &hba->u.mv.mu->inbound_head);
216 msg = readl(&hba->u.mv.mu
[all...]
H A Dhptiop.h235 struct hpt_iopmu_mv __iomem *mu; member in struct:hptiop_hba::__anon4388::__anon4390

Completed in 165 milliseconds