Home
last modified time | relevance | path

Searched refs:regw (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/pci/
Dmachfb.c327 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/
Dnode.h63 struct regw;
69 struct regw *_regw;
Dregs.c107 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/
Drl78-parse.y149 %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; }