Searched defs:or (Results 1 - 12 of 12) sorted by relevance

/arch/sh/drivers/dma/
H A Ddmabrg.c154 unsigned long or; local
174 or = __raw_readl(DMAOR);
175 __raw_writel(or | DMAOR_BRG | DMAOR_DMEN, DMAOR);
/arch/powerpc/sysdev/
H A Dfsl_lbc.c11 * This program is free software; you can redistribute it and/or modify
13 * the Free Software Foundation; either version 2 of the License, or
78 __be32 or = in_be32(&lbc->bank[i].or); local
80 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base))
251 dev_err(ctrl->dev, "Parity or Uncorrectable ECC error: "
H A Dppc4xx_gpio.c10 * This program is free software; you can redistribute it and/or modify
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 __be32 or; member in struct:ppc4xx_gpio
91 setbits32(&regs->or, GPIO_MASK(gpio));
93 clrbits32(&regs->or, GPIO_MASK(gpio));
/arch/m68k/ifpsp060/src/
H A Dilsp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
86 # or 32-bit divides if possible. Else, use a special math algorithm #
142 tst.b POSNEG(%a6) # signed or unsigned?
293 # the first two quotient words must be zero, or overflow would occur.
603 # one or both of the operands is zero so the result is also zero.
643 # the result sign is the exclusive or of the operand sign bits.
740 # one or both of the operands is zero so the result is also zero.
778 # longword size whether the operation is byte, word, or lon
[all...]
H A Dftest.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
H A Disp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
370 # _compandset2(), or _chk2_cmp2() as appropriate. #
376 # _real_divbyzero() or _real_chk() as appropriate. In addition, all #
380 # Meanwhile, if any read or write to memory using the #
404 btst &0x5,EXC_ISR(%a6) # from s or u mode?
466 btst &0x1e,%d0 # group1 or group2
581 btst &0x5,EXC_ISR(%a6) # user or supervisor?
802 # this is the exit point if a data read or writ
[all...]
H A Ditest.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
H A Dfplsp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
4906 # fp0 = sin(X) or cos(X) #
4923 # 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. #
4926 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
4951 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. #
4954 # k = N mod 4, so in particular, k = 0,1,2,or 3. #
4959 # j1 exclusive or with the l.s.b. of k. #
5159 or
[all...]
H A Dpfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
588 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
589 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
613 # exception is enabled or disabled in the FPCR. For the disabled case, #
616 # then stored in either the FP regfile, data regfile, or memory. #
673 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
683 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
717 # traps are enabled or disable
[all...]
H A Dfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
26 No licenses are granted by implication, estoppel or otherwise under any patents
27 or trademarks of Motorola, Inc. label
589 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
590 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
614 # exception is enabled or disabled in the FPCR. For the disabled case, #
617 # then stored in either the FP regfile, data regfile, or memory. #
674 btst &0x5,1+EXC_CMDREG(%a6) # is operation monadic or dyadic?
684 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
718 # traps are enabled or disable
[all...]
/arch/arm/mach-davinci/
H A Ddma.c6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
117 unsigned or)
121 val |= or;
130 static inline void edma_or(unsigned ctlr, int offset, unsigned or) argument
133 val |= or;
146 unsigned and, unsigned or)
148 edma_modify(ctlr, offset + (i << 2), and, or);
150 static inline void edma_or_array(unsigned ctlr, int offset, int i, unsigned or) argument
116 edma_modify(unsigned ctlr, int offset, unsigned and, unsigned or) argument
145 edma_modify_array(unsigned ctlr, int offset, int i, unsigned and, unsigned or) argument
154 edma_or_array2(unsigned ctlr, int offset, int i, int j, unsigned or) argument
192 edma_parm_modify(unsigned ctlr, int offset, int param_no, unsigned and, unsigned or) argument
202 edma_parm_or(unsigned ctlr, int offset, int param_no, unsigned or) argument
[all...]
/arch/powerpc/include/asm/
H A Dfsl_lbc.h9 * This program is free software; you can redistribute it and/or modify
11 * the Free Software Foundation; either version 2 of the License, or
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61 __be32 or; /**< Base Register */ member in struct:fsl_lbc_bank
210 #define FIR_OP_WS 0x9 /* Write 1 or 2 bytes from MDR[AS] */
212 #define FIR_OP_RS 0xB /* Read 1 or 2 bytes to MDR[AS] */
216 #define FIR_OP_RSW 0xE /* Wait then read 1 or 2 bytes */

Completed in 465 milliseconds