Searched refs:reg32 (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_radio.c | 85 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 D | reg.h | 73 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 D | reg.h | 44 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 D | ptrace.h | 212 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 D | procfs.h | 105 struct reg32 pr_reg;
|
| /f-stack/freebsd/x86/include/ |
| H A D | reg.h | 90 #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 D | ia32_reg.c | 79 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 D | freebsd32_machdep.c | 127 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 D | machdep.c | 457 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 D | sys_process.c | 158 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 D | imgact_elf.c | 2170 typedef struct reg32 elf_gregset_t;
|