Home
last modified time | relevance | path

Searched refs:ssc (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c281 if (ssc->sc_unit == -1) in ucom_attach()
285 snprintf(ssc->sc_ttyname, sizeof(ssc->sc_ttyname), in ucom_attach()
302 ucom_ref(ssc); in ucom_attach()
317 ucom_ref(ssc); in ucom_attach()
324 sc->sc_tty, ssc->sc_unit, ssc->sc_subunits); in ucom_attach()
363 ucom_unref(ssc); in ucom_detach()
366 ucom_drain(ssc); in ucom_detach()
438 ssc->sc_unit); in ucom_attach_tty()
554 "%d ttyports=%d", ssc->sc_unit, ssc->sc_subunits); in ucom_set_pnpinfo_usb()
1696 ssc->sc_refs++; in ucom_ref()
[all …]
H A Dugensa.c193 struct ugensa_sub_softc *ssc; in ugensa_attach() local
213 ssc = sc->sc_sub + sc->sc_nports; in ugensa_attach()
214 ssc->sc_ucom_ptr = sc->sc_ucom + sc->sc_nports; in ugensa_attach()
221 &iface_index, ssc->sc_xfer, xfer_config, in ugensa_attach()
222 UGENSA_N_TRANSFER, ssc, &sc->sc_mtx); in ugensa_attach()
240 ssc->sc_ucom_ptr->sc_portno = sc->sc_nports; in ugensa_attach()
314 if (ucom_get_data(ssc->sc_ucom_ptr, pc, 0, in ugensa_bulk_write_callback()
343 ucom_put_data(ssc->sc_ucom_ptr, pc, 0, actlen); in ugensa_bulk_read_callback()
376 usbd_transfer_stop(ssc->sc_xfer[UGENSA_BULK_DT_RD]); in ugensa_stop_read()
394 usbd_transfer_stop(ssc->sc_xfer[UGENSA_BULK_DT_WR]); in ugensa_stop_write()
[all …]
/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c159 struct musbotg_super_softc *ssc; in musbotg_clocks_on() local
163 ssc = sc->sc_platform_data; in musbotg_clocks_on()
177 struct musbotg_super_softc *ssc; in musbotg_clocks_off() local
181 ssc = sc->sc_platform_data; in musbotg_clocks_off()
197 USBCTRL_WRITE4(ssc, USBCTRL_INTEN_SET0, epmask); in musbotg_ep_int_set()
199 USBCTRL_WRITE4(ssc, USBCTRL_INTEN_CLR0, epmask); in musbotg_ep_int_set()
209 stat = USBCTRL_READ4(ssc, USBCTRL_STAT); in musbotg_wrapper_interrupt()
210 stat0 = USBCTRL_READ4(ssc, USBCTRL_IRQ_STAT0); in musbotg_wrapper_interrupt()
211 stat1 = USBCTRL_READ4(ssc, USBCTRL_IRQ_STAT1); in musbotg_wrapper_interrupt()
213 USBCTRL_WRITE4(ssc, USBCTRL_IRQ_STAT0, stat0); in musbotg_wrapper_interrupt()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Datmel-ssc.txt4 - compatible: "atmel,at91rm9200-ssc" or "atmel,at91sam9g45-ssc"
5 - atmel,at91rm9200-ssc: support pdc transfer
6 - atmel,at91sam9g45-ssc: support dma transfer
14 Required properties for devices compatible with "atmel,at91sam9g45-ssc":
32 ssc0: ssc@fffbc000 {
33 compatible = "atmel,at91rm9200-ssc";
41 ssc0: ssc@f0010000 {
42 compatible = "atmel,at91sam9g45-ssc";
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c1039 ssc->smoothing_minpackets) { in update_stats()
1590 rate = ssc->smoothing_rate; in ath_rate_sysctl_smoothing_rate()
1596 ssc->smoothing_rate = rate; in ath_rate_sysctl_smoothing_rate()
1607 rate = ssc->sample_rate; in ath_rate_sysctl_sample_rate()
1613 ssc->sample_rate = rate; in ath_rate_sysctl_sample_rate()
1640 struct sample_softc *ssc; in ath_rate_attach() local
1643 if (ssc == NULL) in ath_rate_attach()
1647 ssc->smoothing_minpackets = 100 / (100 - ssc->smoothing_rate); in ath_rate_attach()
1652 ath_rate_sysctlattach(sc, ssc); in ath_rate_attach()
1653 return &ssc->arc; in ath_rate_attach()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ssc-block-bus.yaml4 $id: http://devicetree.org/schemas/bus/qcom,ssc-block-bus.yaml#
27 - const: qcom,msm8998-ssc-block-bus
28 - const: qcom,ssc-block-bus
84 description: describes how to locate the ssc AXI halt register
88 - description: offset for the ssc AXI halt register
118 …// devices under this node are physically located in the SSC block, connected to an ssc-internal b…
124 compatible = "qcom,msm8998-ssc-block-bus", "qcom,ssc-block-bus";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Drenesas,usb3-phy.yaml33 # If you want to use the ssc, the clock-frequency of usb_extal
51 renesas,ssc-range:
53 Enable/disable spread spectrum clock (ssc). 0 or the property doesn't
54 exist means disabling the ssc. The actual value will be -<value> ppm.
H A Dphy-cadence-torrent.yaml107 cdns,ssc-mode:
199 cdns,ssc-mode = <CDNS_SERDES_NO_SSC>;
208 cdns,ssc-mode = <CDNS_SERDES_NO_SSC>;
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dst,ssc-spi.yaml4 $id: http://devicetree.org/schemas/spi/st,ssc-spi.yaml#
31 const: ssc
54 clock-names = "ssc";
H A Dspi-st-ssc.txt8 - clock-names : Must contain "ssc"
27 clock-names = "ssc";
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407-family.dtsi367 clock-names = "ssc";
382 clock-names = "ssc";
397 clock-names = "ssc";
412 clock-names = "ssc";
427 clock-names = "ssc";
442 clock-names = "ssc";
459 clock-names = "ssc";
474 clock-names = "ssc";
489 clock-names = "ssc";
503 clock-names = "ssc";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Ddpll.txt45 "ssc-deltam" - DPLL supports spread spectrum clocking (SSC), contains
47 "ssc-modfreq" - DPLL supports spread spectrum clocking (SSC), contains
61 - ti,ssc-deltam : DPLL supports spread spectrum clocking, frequency
63 - ti,ssc-modfreq-hz : DPLL supports spread spectrum clocking, spread
65 - ti,ssc-downspread : DPLL supports spread spectrum clocking, boolean
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-st.txt4 - compatible : Must be "st,comms-ssc-i2c" or "st,comms-ssc4-i2c"
7 - clock-names: Must contain "ssc".
35 clock-names = "ssc";
H A Dst,sti-i2c.yaml18 - st,comms-ssc-i2c
65 clock-names = "ssc";
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91sam9g20.dtsi36 ssc0: ssc@fffbc000 {
37 compatible = "atmel,at91sam9rl-ssc";
H A Dmpa1600.dts51 ssc0: ssc@fffd0000 {
55 ssc1: ssc@fffd4000 {
H A Dat91sam9261.dtsi222 ssc0: ssc@fffbc000 {
223 compatible = "atmel,at91rm9200-ssc";
233 ssc1: ssc@fffc0000 {
234 compatible = "atmel,at91rm9200-ssc";
244 ssc2: ssc@fffc4000 {
245 compatible = "atmel,at91rm9200-ssc";
H A Dsama5d33ek.dts24 ssc0: ssc@f0008000 {
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Datmel-at91sam9g20ek-wm8731-audio.txt7 - atmel,ssc-controller: The phandle of the SSC controller
24 atmel,ssc-controller = <&ssc0>;
H A Datmel-sam9x5-wm8731-audio.txt6 - atmel,ssc-controller: The phandle of the SSC controller
33 atmel,ssc-controller = <&ssc0>;
H A Datmel-wm8904.txt31 - atmel,ssc-controller: The phandle of the SSC controller
53 atmel,ssc-controller = <&ssc0>;
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmediatek,mt8186-fhctl.yaml34 mediatek,hopping-ssc-percent:
57 mediatek,hopping-ssc-percent = <3>;
/freebsd/sys/dev/cesa/
H A Dcesa.c1021 struct simplebus_softc *ssc; in cesa_setup_sram_armada() local
1042 ssc = device_get_softc(sdev); in cesa_setup_sram_armada()
1046 ofw_bus_reg_to_rl(sdev, sram_node, ssc->acells, in cesa_setup_sram_armada()
1047 ssc->scells, &rl); in cesa_setup_sram_armada()
1055 for (j = 0; j < ssc->nranges; j++) { in cesa_setup_sram_armada()
1056 if (rle->start >= ssc->ranges[j].bus && in cesa_setup_sram_armada()
1057 rle->end < ssc->ranges[j].bus + ssc->ranges[j].size) { in cesa_setup_sram_armada()
1058 rle->start -= ssc->ranges[j].bus; in cesa_setup_sram_armada()
1059 rle->start += ssc->ranges[j].host; in cesa_setup_sram_armada()
1060 rle->end -= ssc->ranges[j].bus; in cesa_setup_sram_armada()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_enc_internal.h65 typedef int fsm_fill_handler_t(enc_softc_t *ssc,
71 typedef int fsm_done_handler_t(enc_softc_t *ssc,
/freebsd/share/doc/psd/15.yacc/
H A DMakefile4 ss10 ss11 ssa ssb ssc ssd

123