Searched refs:regw (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | machfb.c | 327 regw(struct mach64_softc *sc, uint32_t index, uint32_t data) in regw() function 357 regw(sc, CLOCK_CNTL, reg); in regwb_pll() 362 regw(sc, CLOCK_CNTL, reg); in regwb_pll() 364 regw(sc, CLOCK_CNTL, reg); in regwb_pll() 806 regw(sc, BUS_CNTL, reg); in mach64_attach() 1124 regw(sc, CRTC_H_TOTAL_DISP, crtc->h_total_disp); in mach64_set_crtcregs() 1125 regw(sc, CRTC_H_SYNC_STRT_WID, crtc->h_sync_strt_wid); in mach64_set_crtcregs() 1126 regw(sc, CRTC_V_TOTAL_DISP, crtc->v_total_disp); in mach64_set_crtcregs() 1127 regw(sc, CRTC_V_SYNC_STRT_WID, crtc->v_sync_strt_wid); in mach64_set_crtcregs() 1129 regw(sc, CRTC_VLINE_CRNT_VLINE, 0); in mach64_set_crtcregs() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | node.h | 63 struct regw; 69 struct regw *_regw;
|
| D | regs.c | 107 struct regw *a_temp; 115 struct regw *src, *dst; 127 typedef struct regw { struct 128 DLIST_ENTRY(regw) link; 132 struct regw *r_alias; /* aliased temporary */ argument 134 struct regw *r_onlist; /* which work list this node belongs to */ argument
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | rl78-parse.y | 149 %type <regno> regb regb_na regw regw_na FLAG sfr 253 | addsubw AX ',' regw 361 | CALL regw 485 | incdecw regw 902 | POP regw 908 | PUSH regw 1121 regw : AX { $$ = 0; }
|