HomeSort by: relevance | last modified time | path
    Searched defs:regh (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/hpcmips/dev/
plum.c 129 bus_space_handle_t regh; local in function:plum_idcheck
133 PLUM_ID_REGSIZE, 0, &regh)) {
137 reg = plum_conf_read(regt, regh, PLUM_ID_REG);
138 bus_space_unmap(regt, regh, PLUM_ID_REGSIZE);
plumpower.c 115 bus_space_handle_t regh = sc->sc_regh; local in function:plum_power_ioreset
117 plum_conf_write(regt, regh, PLUM_POWER_RESETC_REG,
120 plum_conf_write(regt, regh, PLUM_POWER_RESETC_REG, 0);
128 bus_space_handle_t regh = sc->sc_regh; local in function:plum_power_establish
131 pwrreg = plum_conf_read(regt, regh, PLUM_POWER_PWRCONT_REG);
132 clkreg = plum_conf_read(regt, regh, PLUM_POWER_CLKCONT_REG);
139 plum_conf_write(regt, regh, PLUM_POWER_PWRCONT_REG, pwrreg);
141 plum_conf_write(regt, regh, PLUM_POWER_PWRCONT_REG, pwrreg);
153 plum_conf_write(regt, regh, PLUM_POWER_PWRCONT_REG, pwrreg);
190 plum_conf_write(regt, regh, PLUM_POWER_PWRCONT_REG, pwrreg)
203 bus_space_handle_t regh = sc->sc_regh; local in function:plum_power_disestablish
267 bus_space_handle_t regh = sc->sc_regh; local in function:plumpower_dump
    [all...]
plumiobus.c 224 bus_space_handle_t regh = sc->sc_regh; local in function:plumiobus_dump
228 reg = plum_conf_read(regt, regh, PLUM_IOBUS_IOXBSZ_REG);
238 plum_conf_read(regt, regh, PLUM_IOBUS_IOXCCNT_REG);
241 reg = plum_conf_read(regt, regh, PLUM_IOBUS_IOXACNT_REG);
251 plum_conf_read(regt, regh, PLUM_IOBUS_IOXSCNT_REG);
254 reg = plum_conf_read(regt, regh, PLUM_IOBUS_IDEMODE_REG);
teliosio.c 201 bus_space_handle_t regh = sc->sc_regh; local in function:teliosio_brightness
210 period = bus_space_read_2(regt, regh, TELIOSIO_BACKLIGHT_PERIOD);
215 bus_space_write_2(regt, regh, TELIOSIO_BACKLIGHT_PERIOD, period);
216 bus_space_write_2(regt, regh, TELIOSIO_BACKLIGHT_RESET,
plumicu.c 174 bus_space_handle_t regh; local in function:plumicu_attach
192 regh = sc->sc_regh;
196 reg = plum_conf_read(regt, regh, pic->ic_ienreg);
198 plum_conf_write(regt, regh, pic->ic_ienreg, reg);
201 reg = plum_conf_read(regt, regh, pic->ic_senreg);
203 plum_conf_write(regt, regh, pic->ic_senreg, reg);
244 bus_space_handle_t regh = sc->sc_regh; local in function:plum_intr_establish
262 reg = plum_conf_read(regt, regh, pi->pi_ctrl->ic_senreg);
264 plum_conf_write(regt, regh, pi->pi_ctrl->ic_senreg, reg);
268 reg = plum_conf_read(regt, regh, pi->pi_ctrl->ic_ienreg)
290 bus_space_handle_t regh = sc->sc_regh; local in function:plum_intr_disestablish
331 bus_space_handle_t regh = sc->sc_regh; local in function:plumicu_intr
378 bus_space_handle_t regh = sc->sc_regh; local in function:plumicu_dump
    [all...]
plumvideo.c 309 bus_space_handle_t regh = sc->sc_regh; local in function:plumvideo_init
326 reg = plum_conf_read(regt, regh, PLUM_VIDEO_PLGMD_REG);
339 plum_conf_write(regt, regh, PLUM_VIDEO_PLGMD_REG, reg);
341 plum_conf_write(regt, regh, PLUM_VIDEO_PLGMD_REG, reg);
357 plum_conf_read(regt, regh, PLUM_VIDEO_PLHPX_REG) + 1;
359 plum_conf_read(regt, regh, PLUM_VIDEO_PLVT_REG) -
360 plum_conf_read(regt, regh, PLUM_VIDEO_PLVDS_REG);
366 plum_conf_write(regt, regh, PLUM_VIDEO_PLPIT1_REG, vram_pitch);
367 plum_conf_write(regt, regh, PLUM_VIDEO_PLPIT2_REG,
369 plum_conf_write(regt, regh, PLUM_VIDEO_PLOFS_REG, vram_pitch)
712 bus_space_handle_t regh = sc->sc_regh; local in function:__plumvideo_clut_access
814 bus_space_handle_t regh = sc->sc_regh; local in function:plumvideo_backlight
853 bus_space_handle_t regh = sc->sc_regh; local in function:plumvideo_dump
    [all...]
plumpcmcia.c 444 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_do_mem_map
465 plum_conf_write(regt, regh, PLUM_PCMCIA_MEMWINCTRL(win), reg);
470 plum_conf_write(regt, regh, PLUM_PCMCIA_MEMWINSTARTADDR(win),
472 plum_conf_write(regt, regh, PLUM_PCMCIA_MEMWINSTOPADDR(win),
476 plum_conf_write(regt, regh, PLUM_PCMCIA_MEMWINOFSADDR(win), offset);
479 reg = plum_conf_read(regt, regh, PLUM_PCMCIA_WINEN);
481 plum_conf_write(regt, regh, PLUM_PCMCIA_WINEN, reg);
494 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_mem_unmap
497 reg = plum_conf_read(regt, regh, PLUM_PCMCIA_WINEN);
499 plum_conf_write(regt, regh, PLUM_PCMCIA_WINEN, reg)
593 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_do_io_map
658 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_io_unmap
680 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_wait_ready
704 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_socket_enable
795 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_socket_settype
819 bus_space_handle_t regh = ph->ph_regh; local in function:plumpcmcia_chip_socket_disable
844 bus_space_handle_t regh = ph->ph_regh; local in function:plum_csc_intr_setup
870 bus_space_handle_t regh = ph->ph_regh; local in function:plum_csc_intr
972 bus_space_handle_t regh = sc->sc_regh; local in function:plumpcmcia_power
1032 bus_space_handle_t regh = sc->sc_regh; local in function:plumpcmcia_dump
    [all...]
  /src/sys/arch/mips/ingenic/
ingenic_com.c 75 static bus_space_handle_t regh = 0; variable in typeref:typename:bus_space_handle_t
153 bus_space_map(apbus_memt, JZ_UART0, 0x100, 0, &regh);
155 ingenic_com_init_regs(&cons_regs, apbus_memt, regh, JZ_UART0);
184 isc->sc_regh = regh;
  /src/sys/dev/ic/
igsfb_subr.c 79 bus_space_handle_t regh; local in function:igsfb_enable
95 &regh);
113 igs_ext_write(iot, regh, IGS_EXT_BIU_MISC_CTL,
117 bus_space_unmap(iot, regh, IGS_REG_SIZE);
dp8390.c 217 bus_space_handle_t regh = sc->sc_regh; local in function:dp8390_halt
221 NIC_BARRIER(regt, regh);
222 NIC_PUT(regt, regh, ED_P0_CR,
224 NIC_BARRIER(regt, regh);
231 while (((NIC_GET(regt, regh, ED_P0_ISR) & ED_ISR_RST) == 0) && --n)
266 bus_space_handle_t regh = sc->sc_regh; local in function:dp8390_init
285 NIC_BARRIER(regt, regh);
286 NIC_PUT(regt, regh, ED_P0_CR,
288 NIC_BARRIER(regt, regh);
291 NIC_PUT(regt, regh, ED_P0_DCR, sc->dcr_reg)
400 bus_space_handle_t regh = sc->sc_regh; local in function:dp8390_xmit
504 bus_space_handle_t regh = sc->sc_regh; local in function:dp8390_rint
620 bus_space_handle_t regh = sc->sc_regh; local in function:dp8390_intr
    [all...]
stivar.h 45 bus_space_handle_t regh[STI_REGION_MAX]; member in struct:sti_rom
  /src/sys/dev/pci/
igma.c 338 bus_space_handle_t gttmmh, gmh, regh; local in function:igma_attach
378 &regt, &regh, NULL, NULL)) {
ahcisata_pci.c 265 bus_space_handle_t regh; local in function:ahci_pci_match
283 if (pci_mapreg_map(pa, bar, memtype, 0, &regt, &regh, NULL, &size) != 0)
288 (bus_space_read_4(regt, regh, AHCI_GHC) & AHCI_GHC_AE) ||
292 bus_space_unmap(regt, regh, size);
pci_subr.c 3604 pcireg_t regl, regh; local in function:pci_conf_print_multicast_cap
3630 regh = regs[o2i(extcapoff + PCI_MCAST_BARH)];
3632 printf(" Base Address Register 1: 0x%08x\n", regh);
3635 addr = ((uint64_t)regh << 32) | (regl & PCI_MCAST_BARL_ADDR);
3639 regh = regs[o2i(extcapoff + PCI_MCAST_RECVH)];
3641 printf(" Receive Register 1: 0x%08x\n", regh);
3644 regh = regs[o2i(extcapoff + PCI_MCAST_BLOCKALLH)];
3646 printf(" Block All Register 1: 0x%08x\n", regh);
3649 regh = regs[o2i(extcapoff + PCI_MCAST_BLOCKUNTRNSH)];
3651 printf(" Block Untranslated Register 1: 0x%08x\n", regh);
    [all...]
  /src/sys/arch/sparc64/dev/
gfb.c 238 bus_space_handle_t regh; local in function:gfb_attach
241 0x2000, BUS_SPACE_MAP_LINEAR, &regh) == 0) {
246 regh, i + j));
250 bus_space_unmap(sc->sc_memt, regh, 0x2000);

Completed in 21 milliseconds