/linux-2.4.37.9/arch/ppc/kernel/ |
D | cpu_setup_6xx.S | 189 cmpi cr1,r10,9 191 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 309 cmpli cr1,r3,0x000c /* 7400 */ 315 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 319 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 326 beq cr1,1f 376 cmpli cr1,r3,0x000c /* 7400 */ 382 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 386 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 403 1: beq cr1,2f
|
D | idle_6xx.S | 180 cror 4*cr1+eq,4*cr0+eq,4*cr0+eq 187 beq cr1,1f 201 beq cr1,1f
|
D | head_4xx.S | 851 cmplw cr1,r1,r24 852 crand cr1,cr1,cr4
|
D | head_44x.S | 1036 cmplw cr1,r1,r24 1037 crand cr1,cr1,cr4
|
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | clear.S | 14 cmpli cr1,r8,0x8001; /* 7455 */ \ 17 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq; \
|
D | head.S | 82 cmpli cr1,r8,0x8001 /* 7455 */ 84 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq /* Now test if any are true. */
|
/linux-2.4.37.9/arch/ppc64/lib/ |
D | memcpy.S | 17 cmpldi cr1,r5,16 21 blt cr1,.Lshort_copy 36 blt cr1,3f 121 cmpwi cr1,r5,8 124 ble cr1,.Ldo_tail
|
D | copyuser.S | 17 cmpldi cr1,r5,16 30 blt cr1,.Lshort_copy 45 blt cr1,72f 130 6: cmpwi cr1,r5,8 133 ble cr1,.Ldo_tail 256 3: cmpldi cr1,r5,8 259 blt cr1,93f
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | ssp.c | 129 ssp->cr1 = Ser4SSCR1; in ssp_save_state() 145 Ser4SSCR1 = ssp->cr1; in ssp_restore_state()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | registers.h | 32 #define SSR cr1 175 # define __c1 __str(cr1) /* SSR */
|
/linux-2.4.37.9/include/asm-arm/hardware/ |
D | ssp.h | 15 unsigned int cr1; member
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | util.S | 112 cmpli cr1,r8,0x8001 /* 7455 */ 114 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq /* Now test if any are true. */
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | ppc_asm.tmpl | 4 #define cr1 1
|
/linux-2.4.37.9/drivers/parport/ |
D | parport_pc.c | 1210 int cr1,cr4,cra,cr23,cr26,cr27,i=0; in show_parconfig_smsc37c669() local 1219 cr1=inb(io+1); in show_parconfig_smsc37c669() 1235 cr1,cr4,cra,cr23,cr26,cr27); in show_parconfig_smsc37c669() 1245 (cr23*4 >=0x100) ?"yes":"no", (cr1 & 4) ? "yes" : "no"); in show_parconfig_smsc37c669() 1247 (cr1 & 0x08 ) ? "Standard mode only (SPP)" : modes[cr4 & 0x03], in show_parconfig_smsc37c669()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | ppc_asm.h | 181 #define cr1 1 macro
|
/linux-2.4.37.9/drivers/telephony/ |
D | ixj.h | 615 } cr1; member
|
D | ixj.c | 969 XR0.bitreg.RMR = j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.bitreg.RMR; in ixj_pstn_state() 1004 …if(j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.bitreg.RMR != XR0.bitreg.RMR && time_after(jiffies, j->pstn… in ixj_pstn_state() 1006 daaint.bitreg.SI_1 = j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.bitreg.RMR; in ixj_pstn_state() 5039 j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg = wdata.bytes.high; in daa_CR_read() 5376 bytes.high = j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg; in ixj_daa_write() 7458 len += sprintf(buf + len, "\nDAA RMR = %d", j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.bitreg.RMR); in ixj_get_status_proc() 7461 len += sprintf(buf + len, "\nDAA CR1 = 0x%02x", j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg); in ixj_get_status_proc() 8051 j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg = 0x05; in DAA_Coeff_US() 8232 j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg = 0x05; in DAA_Coeff_UK() 8412 j->m_DAAShadowRegs.SOP_REGS.SOP.cr1.reg = 0x05; in DAA_Coeff_France() [all …]
|