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

/freebsd-10.2-release/sys/dev/hme/
H A Dif_hme_sbus.c133 struct hme_sbus_softc *hsc; local
139 hsc = device_get_softc(dev);
140 sc = &hsc->hsc_hme;
154 hsc->hsc_seb_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
156 if (hsc->hsc_seb_res == NULL) {
161 sc->sc_sebt = rman_get_bustag(hsc->hsc_seb_res);
162 sc->sc_sebh = rman_get_bushandle(hsc->hsc_seb_res);
165 hsc->hsc_etx_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
167 if (hsc->hsc_etx_res == NULL) {
172 sc->sc_etxt = rman_get_bustag(hsc
293 struct hme_sbus_softc *hsc; local
321 struct hme_sbus_softc *hsc; local
331 struct hme_sbus_softc *hsc; local
[all...]
H A Dif_hme_pci.c133 struct hme_pci_softc *hsc; local
152 hsc = device_get_softc(dev);
153 sc = &hsc->hsc_hme;
170 hsc->hsc_sres = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
172 if (hsc->hsc_sres == NULL) {
178 hsc->hsc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ,
180 if (hsc->hsc_ires == NULL) {
185 memt = rman_get_bustag(hsc->hsc_sres);
186 memh = rman_get_bushandle(hsc->hsc_sres);
355 if ((error = bus_setup_intr(dev, hsc
377 struct hme_pci_softc *hsc; local
395 struct hme_pci_softc *hsc; local
405 struct hme_pci_softc *hsc; local
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_mode.h316 fixed20_12 hsc; member in struct:radeon_crtc
H A Dradeon_display.c1526 radeon_crtc->hsc.full = dfixed_div(a, b);
1529 radeon_crtc->hsc.full = dfixed_const(1);
H A Drs690.c266 * hsc = horizontal scaling ration, defined as source/destination
276 b.full = dfixed_mul(b, crtc->hsc);
H A Drv515.c975 * hsc = horizontal scaling ration, defined as source/destination
985 b.full = dfixed_mul(b, crtc->hsc);
H A Devergreen.c1111 c.full = dfixed_mul(c, radeon_crtc->hsc);
1123 c.full = dfixed_mul(c, radeon_crtc->hsc);
H A Dsi.c850 c.full = dfixed_mul(c, radeon_crtc->hsc);
862 c.full = dfixed_mul(c, radeon_crtc->hsc);
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_ioctl.c1233 struct l_dvd_host_send_challenge hsc; member in union:__anon6962
1352 bp->agid = lp->hsc.agid;
1353 memcpy(bp->keychal, lp->hsc.chal, 10);

Completed in 143 milliseconds