Home
last modified time | relevance | path

Searched refs:CLOCK_CNTL (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dmachfb.c355 reg = regr(sc, CLOCK_CNTL); in regwb_pll()
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()
371 regwb(sc, CLOCK_CNTL + 1, index << 2); in regrb_pll()
372 return regrb(sc, CLOCK_CNTL + 2); in regrb_pll()
572 reg = regr(sc, CLOCK_CNTL); in mach64_attach()
943 clk_ctl = regr(sc, CLOCK_CNTL); in mach64_get_mode()
1430 clockreg = regr(sc, CLOCK_CNTL); in mach64_set_pll()
1433 regw(sc, CLOCK_CNTL, clockreg); in mach64_set_pll()
Dmachfbreg.h66 #define CLOCK_CNTL 0x0090 /* Dword offset 24 */ macro