Searched refs:mu (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/ |
D | hptiop.c | 142 static u64 mv_outbound_read(struct hpt_iopmu_mv __iomem *mu) in mv_outbound_read() argument 144 u32 outbound_tail = readl(&mu->outbound_tail); in mv_outbound_read() 145 u32 outbound_head = readl(&mu->outbound_head); in mv_outbound_read() 150 memcpy_fromio(&p, &mu->outbound_q[mu->outbound_tail], 8); in mv_outbound_read() 155 writel(outbound_tail, &mu->outbound_tail); in mv_outbound_read() 163 u32 inbound_head = readl(&hba->u.mv.mu->inbound_head); in mv_inbound_write() 169 memcpy_toio(&hba->u.mv.mu->inbound_q[inbound_head], &p, 8); in mv_inbound_write() 170 writel(head, &hba->u.mv.mu->inbound_head); in mv_inbound_write() 213 msg = readl(&hba->u.mv.mu->outbound_msg); in iop_intr_mv() 222 while ((tag = mv_outbound_read(hba->u.mv.mu))) in iop_intr_mv() [all …]
|
D | hptiop.h | 278 struct hpt_iopmu_mv __iomem *mu; member 284 struct hpt_iopmu_mvfrey __iomem *mu; member
|
/drivers/input/ |
D | input-mt.c | 315 static int adjust_dual(int *begin, int step, int *end, int eq, int mu) in adjust_dual() argument 336 if (c == 0 || (c > mu && (!eq || mu > 0))) in adjust_dual() 339 if (s < 0 && mu <= 0) in adjust_dual() 348 static void find_reduced_matrix(int *w, int nr, int nc, int nrc, int mu) in find_reduced_matrix() argument 354 adjust_dual(w + i, nr, w + i + nrc, nr <= nc, mu); in find_reduced_matrix() 357 sum += adjust_dual(w + i, 1, w + i + nr, nc <= nr, mu); in find_reduced_matrix() 365 int mu) in input_mt_set_matrix() argument 379 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix() 445 int mu = 2 * dmax * dmax; in input_mt_assign_slots() local 455 nrc = input_mt_set_matrix(mt, pos, num_pos, mu); in input_mt_assign_slots() [all …]
|
/drivers/mtd/nand/raw/atmel/ |
D | pmecc.c | 176 s32 *mu; member 375 user->mu = (s32 *)PTR_ALIGN(user->smu + in atmel_pmecc_create_user() 379 user->dmu = user->mu + req->ecc.strength + 1; in atmel_pmecc_create_user() 491 s32 *mu = user->mu; in atmel_pmecc_get_sigma() local 514 mu[0] = -1; in atmel_pmecc_get_sigma() 523 delta[0] = (mu[0] * 2 - lmu[0]) >> 1; in atmel_pmecc_get_sigma() 528 mu[1] = 0; in atmel_pmecc_get_sigma() 539 delta[1] = (mu[1] * 2 - lmu[1]) >> 1; in atmel_pmecc_get_sigma() 545 mu[i + 1] = i << 1; in atmel_pmecc_get_sigma() 584 diff = (mu[i] - mu[ro]); in atmel_pmecc_get_sigma() [all …]
|
/drivers/isdn/mISDN/ |
D | dsp_audio.c | 90 short mu, e, f, y; in ulaw2linear() local 93 mu = 255 - ulaw; in ulaw2linear() 94 e = (mu & 0x70) / 16; in ulaw2linear() 95 f = mu & 0x0f; in ulaw2linear() 98 if (mu & 0x80) in ulaw2linear()
|
/drivers/tee/optee/ |
D | rpc.c | 25 mutex_init(&priv->mu); in optee_wait_queue_init() 31 mutex_destroy(&priv->mu); in optee_wait_queue_exit() 150 mutex_lock(&wq->mu); in wq_entry_get() 163 mutex_unlock(&wq->mu); in wq_entry_get() 173 mutex_lock(&wq->mu); in wq_sleep() 175 mutex_unlock(&wq->mu); in wq_sleep()
|
D | optee_private.h | 40 struct mutex mu; member
|
/drivers/infiniband/hw/hfi1/ |
D | firmware.c | 99 u8 mu[MU_SIZE]; member 118 u8 *mu; /* pointer to mu */ member 479 fdet->mu = fdet->dummy_header.mu; /* use dummy space */ in obtain_one_firmware() 504 fdet->mu = aff->mu; in obtain_one_firmware() 897 write_rsa_data(dd, MISC_CFG_RSA_MU, fdet->mu, MU_SIZE); in load_security_variables()
|
/drivers/s390/char/ |
D | defkeymap.map | 37 keycode 32 = nul mu
|