Home
last modified time | relevance | path

Searched full:osm (Results 1 – 23 of 23) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/interconnect/
Dqcom,osm-l3.yaml4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests
15 from CPU/GPU and relays it to the OSM.
20 - qcom,sc7180-osm-l3
22 - qcom,sc8180x-osm-l3
23 - qcom,sdm845-osm-l3
24 - qcom,sm8150-osm-l3
59 compatible = "qcom,sdm845-osm-l3";
/Linux-v6.1/drivers/interconnect/qcom/
Dosm-l3.c15 #include <dt-bindings/interconnect/qcom,osm-l3.h>
29 /* OSM Register offsets */
347 { .compatible = "qcom,sc7180-osm-l3", .data = &sc7180_icc_osm_l3 },
349 { .compatible = "qcom,sdm845-osm-l3", .data = &sdm845_icc_osm_l3 },
350 { .compatible = "qcom,sm8150-osm-l3", .data = &sm8150_icc_osm_l3 },
351 { .compatible = "qcom,sc8180x-osm-l3", .data = &sc8180x_icc_osm_l3 },
361 .name = "osm-l3",
368 MODULE_DESCRIPTION("Qualcomm OSM L3 interconnect driver");
DMakefile11 icc-osm-l3-objs := osm-l3.o
35 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
DKconfig48 tristate "Qualcomm OSM L3 interconnect driver"
51 Say y here to support the Operating State Manager (OSM) interconnect
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mm-kontron-bl-osm-s.dts8 #include "imx8mm-kontron-osm-s.dtsi"
11 model = "Kontron BL i.MX8MM OSM-S (N802X S)";
12 compatible = "kontron,imx8mm-bl-osm-s", "kontron,imx8mm-osm-s", "fsl,imx8mm";
Dimx8mm-kontron-osm-s.dtsi10 model = "Kontron OSM-S i.MX8MM (N802X SOM)";
11 compatible = "kontron,imx8mm-osm-s", "fsl,imx8mm";
DMakefile61 dtb-$(CONFIG_ARCH_MXC) += imx8mm-kontron-bl-osm-s.dtb
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dfsl.yaml829 - kontron,imx8mm-osm-s # i.MX8MM Kontron OSM-S (N802X) SOM
852 - description: Kontron BL i.MX8MM OSM-S (N802X S) Board
854 - const: kontron,imx8mm-bl-osm-s
855 - const: kontron,imx8mm-osm-s
/Linux-v6.1/drivers/media/dvb-frontends/
Dstb6100.c365 /* OSM */ in stb6100_set_frequency()
434 …"frequency = %u, srate = %u, g = %u, odiv = %u, psd2 = %u, fxtal = %u, osm = %u, fvco = %u, N(I) =… in stb6100_set_frequency()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsdm660-xiaomi-lavender.dts228 * Operating State Manager (OSM) HW automatically.
Dsdm630-sony-xperia-nile.dtsi416 * Operating State Manager (OSM) HW automatically.
Dsdm845.dtsi17 #include <dt-bindings/interconnect/qcom,osm-l3.h>
2190 * cpu4_opp_table bandwidth for OSM L3
2191 * interconnect. This also matches the OSM L3
5200 compatible = "qcom,sdm845-osm-l3";
Dsc7180.dtsi14 #include <dt-bindings/interconnect/qcom,osm-l3.h>
3525 compatible = "qcom,sc7180-osm-l3";
Dsm8150.dtsi14 #include <dt-bindings/interconnect/qcom,osm-l3.h>
4081 compatible = "qcom,sm8150-osm-l3";
Dsm8250.dtsi15 #include <dt-bindings/interconnect/qcom,osm-l3.h>
Dsc7280.dtsi17 #include <dt-bindings/interconnect/qcom,osm-l3.h>
/Linux-v6.1/drivers/scsi/aic7xxx/
Daic79xx_osm.h324 * Per-SCB OSM storage.
Daic7xxx_osm.h335 * Per-SCB OSM storage.
Daic79xx_core.c1917 * phase. The OSM will see the REQUEUE_REQUEST in ahd_handle_seqint()
6054 /* We don't know our unit number until the OSM sets it */ in ahd_alloc()
7111 * the OSM one last chance to modify our configuration. in ahd_init()
Daic7xxx_core.c550 /* Notify the OSM that a resource is now available. */ in ahc_free_scb()
4398 /* We don't know our unit number until the OSM sets it */ in ahc_alloc()
/Linux-v6.1/drivers/net/ethernet/neterion/
Ds2io.h411 /* OSM should not set any two rings with same priority */
Ds2io.c2884 * stopped and sends the skb to the OSM's Rx handler and then increments
/Linux-v6.1/drivers/s390/net/
Dqeth_core_main.c83 return " Virtual NIC QDIO - OSM"; in qeth_get_cardname()
96 return " OSM QDIO"; in qeth_get_cardname()
116 return "Virt.NIC OSM"; in qeth_get_cardname_short()