Home
last modified time | relevance | path

Searched refs:reg32 (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radio.c85 u_int32_t freq, channel_sel, reg32; in ar9300_set_channel() local
213 reg32 = (b_mode << 29); in ar9300_set_channel()
214 OS_REG_WRITE(ah, AR_PHY_SYNTH_CONTROL, reg32); in ar9300_set_channel()
221 reg32 = in ar9300_set_channel()
227 reg32 += CHANSEL_5G_DOT5MHZ; in ar9300_set_channel()
229 OS_REG_WRITE(ah, AR_PHY_65NM_CH0_SYNTH7, reg32); in ar9300_set_channel()
232 reg32 |= load_synth_channel << 31; in ar9300_set_channel()
233 OS_REG_WRITE(ah, AR_PHY_65NM_CH0_SYNTH7, reg32); in ar9300_set_channel()
/f-stack/freebsd/mips/include/
H A Dreg.h73 struct reg32 { struct
100 int fill_regs32(struct thread *, struct reg32 *);
101 int set_regs32(struct thread *, struct reg32 *);
/f-stack/freebsd/arm64/include/
H A Dreg.h44 struct reg32 { struct
97 int fill_regs32(struct thread *, struct reg32 *);
98 int set_regs32(struct thread *, struct reg32 *);
/f-stack/freebsd/sys/
H A Dptrace.h212 struct reg32;
215 int proc_read_regs32(struct thread *_td, struct reg32 *_reg32);
216 int proc_write_regs32(struct thread *_td, struct reg32 *_reg32);
H A Dprocfs.h105 struct reg32 pr_reg;
/f-stack/freebsd/x86/include/
H A Dreg.h90 #define __reg32 reg32
260 int fill_regs32(struct thread *, struct reg32 *);
261 int set_regs32(struct thread *, struct reg32 *);
/f-stack/freebsd/amd64/ia32/
H A Dia32_reg.c79 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32()
113 set_regs32(struct thread *td, struct reg32 *regs) in set_regs32()
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c127 set_regs32(struct thread *td, struct reg32 *regs) in set_regs32()
139 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32()
354 struct reg32 regs; in freebsd32_sendsig()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c457 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32()
475 set_regs32(struct thread *td, struct reg32 *regs) in set_regs32()
/f-stack/freebsd/kern/
H A Dsys_process.c158 proc_read_regs32(struct thread *td, struct reg32 *regs32) in proc_read_regs32()
165 proc_write_regs32(struct thread *td, struct reg32 *regs32) in proc_write_regs32()
H A Dimgact_elf.c2170 typedef struct reg32 elf_gregset_t;