Home
last modified time | relevance | path

Searched full:ocp (Results 1 – 25 of 186) sorted by relevance

12345678

/kernel/linux/linux-5.10/Documentation/devicetree/
Doverlay-notes.rst34 ocp: ocp {
47 &ocp {
68 ocp: ocp {
85 If the base DT was not compiled with the -@ option then the "&ocp" label
96 &{/ocp} {
/kernel/linux/linux-5.10/include/linux/ssb/
Dssb_driver_gige.h17 #define SSB_GIGE_SHIM_FLUSHSTAT 0x0C00 /* PCI to OCP: Flush status control (32bit) */
18 #define SSB_GIGE_SHIM_FLUSHRDA 0x0C04 /* PCI to OCP: Flush read address (32bit) */
19 #define SSB_GIGE_SHIM_FLUSHTO 0x0C08 /* PCI to OCP: Flush timeout counter (32bit) */
20 #define SSB_GIGE_SHIM_BARRIER 0x0C0C /* PCI to OCP: Barrier register (32bit) */
21 #define SSB_GIGE_SHIM_MAOCPSI 0x0C10 /* PCI to OCP: MaocpSI Control (32bit) */
22 #define SSB_GIGE_SHIM_SIOCPMA 0x0C14 /* PCI to OCP: SiocpMa Control (32bit) */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dqcom-pm8941.dtsi163 interrupt-names = "ocp-5vs1", "ocp-5vs2";
176 qcom,ocp-max-retries = <10>;
177 qcom,ocp-retry-delay = <30>;
186 qcom,ocp-max-retries = <10>;
187 qcom,ocp-retry-delay = <30>;
Dam3517.dtsi54 ocp@68000000 {
128 * On am3517 the OCP registers do not seem to be accessible
130 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
132 * revision register instead of the unreadable OCP revision
Domap34xx.dtsi81 ocp@68000000 {
154 * On omap34xx the OCP registers do not seem to be accessible
156 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
158 * revision register instead of the unreadable OCP revision
Domap2430.dtsi16 ocp {
182 interrupts = <64>, /* OCP compliant interrupt */
199 interrupts = <16>, /* OCP compliant interrupt */
215 interrupts = <17>, /* OCP compliant interrupt */
231 interrupts = <18>, /* OCP compliant interrupt */
247 interrupts = <19>, /* OCP compliant interrupt */
Domap443x.dtsi35 ocp {
47 ocp {
Dkirkwood-lschlv2.dts15 ocp@f1000000 {
Dkirkwood-lsxhl.dts15 ocp@f1000000 {
Domap3.dtsi83 * the moment, just use a fake OCP bus entry to represent the whole bus
86 ocp@68000000 {
575 interrupts = <16>, /* OCP compliant interrupt */
618 interrupts = <17>, /* OCP compliant interrupt */
638 interrupts = <22>, /* OCP compliant interrupt */
657 interrupts = <23>, /* OCP compliant interrupt */
676 interrupts = <27>, /* OCP compliant interrupt */
Dkirkwood-openrd-base.dts19 ocp@f1000000 {
Dkirkwood-ns2lite.dts15 ocp@f1000000 {
/kernel/linux/linux-5.10/drivers/net/slip/
Dslhc.c221 * ocp is a place to put a copy if necessary.
223 * change it to ocp.
228 unsigned char *ocp, unsigned char **cpp, int compress_cid) in slhc_compress() argument
452 cp = ocp; in slhc_compress()
453 *cpp = ocp; in slhc_compress()
458 cp = ocp; in slhc_compress()
459 *cpp = ocp; in slhc_compress()
468 ocp[0] |= SL_TYPE_COMPRESSED_TCP; in slhc_compress()
469 return isize - hlen + deltaS + (cp - ocp); in slhc_compress()
484 memcpy(ocp, icp, isize); in slhc_compress()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dbq25980.yaml49 ti,sc-ocp-limit-microamp:
62 ti,bypass-ocp-limit-microamp:
108 ti,sc-ocp-limit-microamp = <2000000>;
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap_hwmod.h47 * OCP SYSCONFIG bit shifts/masks TYPE1. These are for IPs compliant
64 * OCP SYSCONFIG bit shifts/masks TYPE2. These are for IPs compliant
77 * OCP SYSCONFIG bit shifts/masks TYPE3.
85 /* OCP SYSSTATUS bit shifts/masks */
222 * struct omap_hwmod_ocp_if - OCP interface data
223 * @master: struct omap_hwmod that initiates OCP transactions on this link
224 * @slave: struct omap_hwmod that responds to OCP transactions on this link
229 * @width: OCP data width
231 * @flags: OCP interface flags (see OCPIF_* macros above)
550 * @response_lat: device OCP response latency (in interface clock cycles)
[all …]
Dwd_timer.c65 * because the watchdog is re-armed upon OCP softreset. (On OMAP4,
67 * re-armed after an OCP soft-reset.) Returns -ETIMEDOUT if the reset
/kernel/linux/linux-5.10/arch/mips/lantiq/xway/
Dclk.c152 /* OCP ratio 1 */ in ltq_vr9_fpi_hz()
156 /* OCP ratio 2 */ in ltq_vr9_fpi_hz()
160 /* OCP ratio 2.5 */ in ltq_vr9_fpi_hz()
164 /* OCP ratio 3 */ in ltq_vr9_fpi_hz()
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_olt.c108 struct vxfs_oltcommon *ocp = in vxfs_read_olt() local
111 switch (fs32_to_cpu(infp, ocp->olt_type)) { in vxfs_read_olt()
120 oaddr += fs32_to_cpu(infp, ocp->olt_size); in vxfs_read_olt()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Domap-mcbsp.txt14 <OCP compliant irq>,
28 interrupts = <0 17 0x4>, /* OCP compliant interrupt */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt22 Definition: List of OCP interrupts.
29 Supported values are "ocp-<regulator_name>", where
240 - qcom,ocp-max-retries:
247 - qcom,ocp-retry-delay:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Dcadence-quadspi.txt40 - reset-names : Must include either "qspi" and/or "qspi-ocp".
57 reset-names = "qspi", "qspi-ocp";
/kernel/linux/linux-5.10/drivers/power/supply/
Dbq25980_charger.c25 bool ocp; member
597 state->ocp = (stat1 & BQ25980_STAT1_OCP_MASK) | in bq25980_get_state()
743 else if (state.ocp) in bq25980_get_charger_property()
822 old_state.ocp != new_state->ocp || in bq25980_state_changed()
1169 "ti,sc-ocp-limit-microamp", in bq25980_parse_dt()
1176 dev_err(bq->dev, "SC ocp limit is out of range\n"); in bq25980_parse_dt()
1193 "ti,bypass-ocp-limit-microamp", in bq25980_parse_dt()
1200 dev_err(bq->dev, "Bypass ocp limit is out of range\n"); in bq25980_parse_dt()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/
Dti-sysc.txt7 in the OCP Disconnect Protocol but other than that is mostly independent
70 - ti,sysc-delay-us delay needed after OCP softreset before accssing
Domap-ocp2scp.txt1 * OMAP OCP2SCP - ocp interface to scp interface
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dti,omap-remoteproc.yaml234 ocp {
267 ocp {
304 ocp {

12345678