Searched refs:hsc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/hme/ |
| D | if_hme_sbus.c | 133 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 …]
|
| D | if_hme_pci.c | 133 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/ |
| D | radeon_mode.h | 316 fixed20_12 hsc; member
|
| D | radeon_display.c | 1526 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()
|
| D | rs690.c | 276 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
|
| D | rv515.c | 985 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
|
| D | evergreen.c | 1111 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()
|
| D | si.c | 850 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/ |
| D | linux_ioctl.c | 1239 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()
|