Searched refs:REG0 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/crypto/caam/
H A Dcaamalg_desc.c81 append_math_sub(desc, REG3, SEQINLEN, REG0, CAAM_CMD_SZ);
164 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ);
348 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
349 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
465 append_math_add(desc, VARSEQINLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ);
466 append_math_add(desc, VARSEQOUTLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ);
595 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
602 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
675 append_math_sub(desc, VARSEQOUTLEN, SEQINLEN, REG0,
709 append_math_sub(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_S
[all...]
H A Dcaamhash_desc.c68 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
123 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ);
/linux-master/drivers/scsi/
H A Dqlogicfas408.c89 REG0;
226 REG0;
239 REG0;
323 REG0;
332 REG0;
431 REG0;
573 REG0;
586 REG0;
H A Dqlogicfas408.h91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd )) macro
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.seq326 * Save SCBID of this SCB in REG0 since
332 bmov REG0, SCBPTR, 2;
348 bmov DINDIR, REG0, 2;
388 bmov MK_MESSAGE_SCB, REG0, 2;
396 bmov SCB_NEXT, REG0, 2 ret;
405 bmov SCB_NEXT2, REG0, 2;
406 bmov WAITING_TID_TAIL, REG0, 2 ret;
412 bmov WAITING_TID_HEAD, REG0, 2;
413 bmov WAITING_TID_TAIL, REG0, 2 ret;
757 bmov REG0, SCB_NEX
[all...]
H A Daic79xx.reg3675 REG0 {
H A Daic79xx_core.c2118 "REG0 == 0x%x ACCUM = 0x%x\n",
2120 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM));
9862 printk("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n",
9863 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX),
/linux-master/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c124 #define REG0(x) (outb(C4_IMG, (x) + CONFIG4)) macro
220 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
234 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */
369 REG0(port_base);
432 REG0(port_base);
451 REG0(port_base);
571 REG0(port_base);
/linux-master/sound/sparc/
H A Ddbri.c239 #define REG0 0x00 /* Status and Control */ macro
645 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
723 tmp = sbus_readl(dbri->regs + REG0);
725 sbus_writel(tmp, dbri->regs + REG0);
738 sbus_readl(dbri->regs + REG0),
742 sbus_writel(D_R, dbri->regs + REG0); /* Soft Reset */
743 for (i = 0; (sbus_readl(dbri->regs + REG0) & D_R) && i < 64; i++)
748 tmp = sbus_readl(dbri->regs + REG0);
751 sbus_writel(tmp, dbri->regs + REG0);
1446 tmp = sbus_readl(dbri->regs + REG0);
[all...]
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_dump.c342 PRINT_MIS_word(asd_ha, REG0);

Completed in 370 milliseconds