Searched full:osm (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/ |
D | qcom,osm-l3.yaml | 4 $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 21 - qcom,sdm845-osm-l3 22 - qcom,sm8150-osm-l3 57 compatible = "qcom,sdm845-osm-l3";
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
D | Makefile | 6 icc-osm-l3-objs := osm-l3.o 18 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
|
D | osm-l3.c | 15 #include <dt-bindings/interconnect/qcom,osm-l3.h> 27 /* OSM Register offsets */ 311 { .compatible = "qcom,sc7180-osm-l3", .data = &sc7180_icc_osm_l3 }, 312 { .compatible = "qcom,sdm845-osm-l3", .data = &sdm845_icc_osm_l3 }, 313 { .compatible = "qcom,sm8150-osm-l3", .data = &sm8150_icc_osm_l3 }, 323 .name = "osm-l3", 330 MODULE_DESCRIPTION("Qualcomm OSM L3 interconnect driver");
|
D | Kconfig | 30 tristate "Qualcomm OSM L3 interconnect driver" 33 Say y here to support the Operating State Manager (OSM) interconnect
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | stb6100.c | 365 /* 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()
|
/kernel/linux/linux-5.10/drivers/scsi/dpt/ |
D | dpti_i2o.h | 27 /* How many different OSM's are we allowing */
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
D | aic79xx_osm.h | 324 * Per-SCB OSM storage.
|
D | aic7xxx_osm.h | 335 * Per-SCB OSM storage.
|
D | aic79xx_core.c | 1917 * phase. The OSM will see the REQUEUE_REQUEST in ahd_handle_seqint() 6056 /* We don't know our unit number until the OSM sets it */ in ahd_alloc() 7112 * the OSM one last chance to modify our configuration. in ahd_init()
|
D | aic7xxx_core.c | 550 /* Notify the OSM that a resource is now available. */ in ahc_free_scb() 4400 /* We don't know our unit number until the OSM sets it */ in ahc_alloc()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sm8150.dtsi | 14 #include <dt-bindings/interconnect/qcom,osm-l3.h> 1188 compatible = "qcom,sm8150-osm-l3";
|
D | sc7180.dtsi | 14 #include <dt-bindings/interconnect/qcom,osm-l3.h> 3337 compatible = "qcom,sc7180-osm-l3";
|
D | sdm845.dtsi | 15 #include <dt-bindings/interconnect/qcom,osm-l3.h> 4559 compatible = "qcom,sdm845-osm-l3";
|
D | sm8250.dtsi | 10 #include <dt-bindings/interconnect/qcom,osm-l3.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
D | s2io.h | 411 /* OSM should not set any two rings with same priority */
|
D | s2io.c | 2882 * stopped and sends the skb to the OSM's Rx handler and then increments
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_core_main.c | 95 return " Virtual NIC QDIO - OSM"; in qeth_get_cardname() 110 return " OSM QDIO"; in qeth_get_cardname() 130 return "Virt.NIC OSM"; in qeth_get_cardname_short()
|