Home
last modified time | relevance | path

Searched refs:hsc (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/hme/
Dif_hme_sbus.c133 struct hme_sbus_softc *hsc; in hme_sbus_attach() local
139 hsc = device_get_softc(dev); in hme_sbus_attach()
140 sc = &hsc->hsc_hme; in hme_sbus_attach()
154 hsc->hsc_seb_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_sbus_attach()
156 if (hsc->hsc_seb_res == NULL) { in hme_sbus_attach()
161 sc->sc_sebt = rman_get_bustag(hsc->hsc_seb_res); in hme_sbus_attach()
162 sc->sc_sebh = rman_get_bushandle(hsc->hsc_seb_res); in hme_sbus_attach()
165 hsc->hsc_etx_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_sbus_attach()
167 if (hsc->hsc_etx_res == NULL) { in hme_sbus_attach()
172 sc->sc_etxt = rman_get_bustag(hsc->hsc_etx_res); in hme_sbus_attach()
[all …]
Dif_hme_pci.c133 struct hme_pci_softc *hsc; in hme_pci_attach() local
152 hsc = device_get_softc(dev); in hme_pci_attach()
153 sc = &hsc->hsc_hme; in hme_pci_attach()
170 hsc->hsc_sres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_pci_attach()
172 if (hsc->hsc_sres == NULL) { in hme_pci_attach()
178 hsc->hsc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, in hme_pci_attach()
180 if (hsc->hsc_ires == NULL) { in hme_pci_attach()
185 memt = rman_get_bustag(hsc->hsc_sres); in hme_pci_attach()
186 memh = rman_get_bushandle(hsc->hsc_sres); in hme_pci_attach()
355 if ((error = bus_setup_intr(dev, hsc->hsc_ires, INTR_TYPE_NET | in hme_pci_attach()
[all …]
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_mode.h316 fixed20_12 hsc; member
Dradeon_display.c1526 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1529 radeon_crtc->hsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
Drs690.c276 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
Drv515.c985 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
Devergreen.c1111 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
1123 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
Dsi.c850 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks()
862 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks()
/freebsd-10-stable/sys/compat/linux/
Dlinux_ioctl.c1239 struct l_dvd_host_send_challenge hsc; member
1358 bp->agid = lp->hsc.agid; in linux_to_bsd_dvd_authinfo()
1359 memcpy(bp->keychal, lp->hsc.chal, 10); in linux_to_bsd_dvd_authinfo()