Searched refs:hsc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/dev/hme/ |
| D | if_hme_sbus.c | 135 struct hme_sbus_softc *hsc; in hme_sbus_attach() local 141 hsc = device_get_softc(dev); in hme_sbus_attach() 142 sc = &hsc->hsc_hme; in hme_sbus_attach() 156 hsc->hsc_seb_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_sbus_attach() 158 if (hsc->hsc_seb_res == NULL) { in hme_sbus_attach() 163 sc->sc_sebt = rman_get_bustag(hsc->hsc_seb_res); in hme_sbus_attach() 164 sc->sc_sebh = rman_get_bushandle(hsc->hsc_seb_res); in hme_sbus_attach() 167 hsc->hsc_etx_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_sbus_attach() 169 if (hsc->hsc_etx_res == NULL) { in hme_sbus_attach() 174 sc->sc_etxt = rman_get_bustag(hsc->hsc_etx_res); in hme_sbus_attach() [all …]
|
| D | if_hme_pci.c | 138 struct hme_pci_softc *hsc; in hme_pci_attach() local 157 hsc = device_get_softc(dev); in hme_pci_attach() 158 sc = &hsc->hsc_hme; in hme_pci_attach() 175 hsc->hsc_sres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in hme_pci_attach() 177 if (hsc->hsc_sres == NULL) { in hme_pci_attach() 183 hsc->hsc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, in hme_pci_attach() 185 if (hsc->hsc_ires == NULL) { in hme_pci_attach() 190 memt = rman_get_bustag(hsc->hsc_sres); in hme_pci_attach() 191 memh = rman_get_bushandle(hsc->hsc_sres); in hme_pci_attach() 360 if ((error = bus_setup_intr(dev, hsc->hsc_ires, INTR_TYPE_NET | in hme_pci_attach() [all …]
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | imx53-kp-hsc.dts | 12 compatible = "kiebackpeter,imx53-hsc", "fsl,imx53";
|
| /freebsd-12-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 | 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()
|
| 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()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 1228 struct l_dvd_host_send_challenge hsc; member 1347 bp->agid = lp->hsc.agid; in linux_to_bsd_dvd_authinfo() 1348 memcpy(bp->keychal, lp->hsc.chal, 10); in linux_to_bsd_dvd_authinfo()
|