Searched refs:reg32 (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dptrace.h14 #define process_reg32 struct reg32
H A Dnetbsd32_machdep.h79 int netbsd32_process_read_regs(struct lwp *, struct reg32 *);
H A Dreg.h142 struct reg32 { struct
226 #define reg reg32
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dptrace.h58 #define process_reg32 struct reg32
H A Dnetbsd32_machdep.h94 struct reg32 { struct
170 int netbsd32_process_read_regs(struct lwp *, struct reg32 *);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dlinux-mips-low.c50 int reg32; member in union:mips_register
122 return register_size (0) == 4 ? pc.reg32 : pc.reg64;
130 newpc.reg32 = pc;
150 return register_size (0) == 4 ? ra.reg32 : ra.reg64;
199 collect_register (regcache, regno, &tmp_reg.reg32);
200 reg->reg64 = tmp_reg.reg32;
223 int reg32; local
226 reg32 = tmp_reg.reg64;
227 memcpy (buf, &reg32, 4);
235 int reg32; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dprocess_machdep.c116 struct reg32* regp = (struct reg32*)regs;
150 const struct reg32* regp = (const struct reg32*)regs;
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofw_subr.c341 uint32_t reg32; local
358 } else if (cell_size == 4 && len >= sizeof(reg32)) {
359 if (OF_getprop(node, "reg", &reg32, sizeof(reg32))
360 < sizeof(reg32))
362 addr = reg32;
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_rfgain.c94 uint32_t reg32 = 0, mask, arrayEntry, lastBit; local
111 reg32 |= (((rfBuf[arrayEntry] & mask) >> (column * 8)) >>
118 reg32 = ath_hal_reverseBits(reg32, numBits);
119 return reg32;
H A Dar5111.c59 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
80 uint32_t refClk, reg32, data2111; local
171 reg32 = ath_hal_reverseBits(chan5111 - 24, 8) & 0xff;
174 reg32 = ath_hal_reverseBits(((chan5111 - 24)/2), 8) & 0xff;
178 reg32 = (reg32 << 2) | (refClk << 1) | (1 << 10) | 0x1;
179 OS_REG_WRITE(ah, AR_PHY(0x27), ((data2111 & 0xff) << 8) | (reg32 & 0xff));
180 reg32 >>= 8;
181 OS_REG_WRITE(ah, AR_PHY(0x34), (data2111 & 0xff00) | (reg32 & 0xff));
H A Dar2316.c64 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
96 uint32_t reg32 = 0; local
146 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
148 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
150 reg32 >>= 8;
151 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
520 uint32_t reg32, regoffset; local
595 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
599 OS_REG_WRITE(ah, regoffset, reg32);
H A Dar2317.c65 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
88 uint32_t reg32 = 0; local
124 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
126 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
128 reg32 >>= 8;
129 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
498 uint32_t reg32, regoffset; local
573 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
577 OS_REG_WRITE(ah, regoffset, reg32);
H A Dar2413.c60 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
83 uint32_t reg32 = 0; local
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
141 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
143 reg32 >>= 8;
144 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
514 uint32_t reg32, regoffset; local
589 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
593 OS_REG_WRITE(ah, regoffset, reg32);
H A Dar2425.c48 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
90 uint32_t reg32 = 0; local
134 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
136 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
138 reg32 >>= 8;
139 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
514 uint32_t i, reg32, regoffset; local
551 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
555 OS_REG_WRITE(ah, regoffset, reg32);
H A Dar5413.c60 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
83 uint32_t reg32 = 0; local
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
141 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
143 reg32 >>= 8;
144 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
550 uint32_t reg32, regoffset; local
625 reg32 = ((pdadcValues[4*i + 0] & 0xFF) << 0) |
629 OS_REG_WRITE(ah, regoffset, reg32);
H A Dar5112.c60 extern void ar5212ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
83 uint32_t reg32 = 0; local
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
141 OS_REG_WRITE(ah, AR_PHY(0x27), reg32 & 0xff);
143 reg32 >>= 8;
144 OS_REG_WRITE(ah, AR_PHY(0x36), reg32 & 0x7f);
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c76 uint32_t freq, ndiv, channelSel = 0, channelFrac = 0, reg32 = 0; local
85 reg32 = OS_REG_READ(ah, AR_PHY_SYNTH_CONTROL);
86 reg32 &= 0xc0000000;
132 reg32 = reg32 | (bMode << 29) | (fracMode << 28) |
135 OS_REG_WRITE(ah, AR_PHY_SYNTH_CONTROL, reg32);
H A Dar2133.c49 extern void ar5416ModifyRfBuffer(uint32_t *rfBuf, uint32_t reg32,
77 uint32_t reg32 = 0; local
134 reg32 = (channelSel << 8) | (aModeRefSel << 2) | (bModeSynth << 1) |
137 OS_REG_WRITE(ah, AR_PHY(0x37), reg32);
H A Dar9285_reset.c563 uint32_t reg32, regOffset, regChainOffset; local
636 reg32 = ((pdadcValues[4*j + 0] & 0xFF) << 0) |
640 OS_REG_WRITE(ah, regOffset, reg32);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr40493.c9 unsigned int reg32:1; member in struct:i386_operand_type::__anon5621
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Dit8368.c546 txreg_t reg32; local
552 reg32 = tx_conf_read(sc->sc_tc, TX39_MEMCONFIG3_REG);
556 reg32 |= TX39_MEMCONFIG3_PORT8SEL;
558 reg32 &= ~TX39_MEMCONFIG3_PORT8SEL;
563 reg32 |= TX39_MEMCONFIG3_CARD1IOEN;
565 reg32 &= ~TX39_MEMCONFIG3_CARD1IOEN;
567 tx_conf_write(sc->sc_tc, TX39_MEMCONFIG3_REG, reg32);
574 reg32 = tx_conf_read(sc->sc_tc, TX39_MEMCONFIG3_REG);
575 if (reg32 & TX39_MEMCONFIG3_CARD1IOEN) {
577 reg32
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c1493 || t.bitfield.reg32
1671 && g0.bitfield.reg32 == g1.bitfield.reg32
1679 t0.bitfield.reg32 = 1;
1687 t1.bitfield.reg32 = 1;
1693 && !(t0.bitfield.reg32 & t1.bitfield.reg32)
2407 || x->types[j].bitfield.reg32
3612 else if (i.types[op].bitfield.reg32)
4295 else if (i.types[0].bitfield.reg32)
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c815 uint32_t refClk, reg32, data2111; local
834 reg32 = ath_hal_reverseBits(chan5111 - 24, 8) & 0xFF;
837 reg32 = ath_hal_reverseBits(((chan5111 - 24) / 2), 8) & 0xFF;
841 reg32 = (reg32 << 2) | (refClk << 1) | (1 << 10) | 0x1;
842 OS_REG_WRITE(ah, AR_PHY(0x27), ((data2111 & 0xff) << 8) | (reg32 & 0xff));
843 reg32 >>= 8;
844 OS_REG_WRITE(ah, AR_PHY(0x34), (data2111 & 0xff00) | (reg32 & 0xff));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h543 unsigned int reg32:1; member in struct:i386_operand_type::__anon3843
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h549 unsigned int reg32:1; member in struct:i386_operand_type::__anon1187

Completed in 309 milliseconds

12