Home
last modified time | relevance | path

Searched full:sso (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lgm.yaml7 title: Intel Lightning Mountain (LGM) SoC LED Serial Shift Output (SSO) Controller driver
25 - const: sso
39 intel,sso-update-rate-hz:
71 intel,sso-hw-trigger:
75 intel,sso-hw-blink:
79 intel,sso-blink-rate-hz:
114 clock-names = "sso", "fpid";
115 intel,sso-update-rate-hz = <250000>;
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_hw_types.h192 * grp:10 [171:162] If [WQ_PTR] is nonzero, the SSO guest-group to use when
193 * CPT submits work SSO.
194 * For the SSO to not discard the add-work request, FPA_PF_MAP() must map
196 * tt:2 [161:160] If [WQ_PTR] is nonzero, the SSO tag type to use when CPT
197 * submits work to SSO
198 * tag:32 [159:128] If [WQ_PTR] is nonzero, the SSO tag to use when CPT
199 * submits work to SSO.
202 * work-queue entry that CPT submits work to SSO after all context,
H A Dotx2_cptpf.h59 u8 sso_pf_func_ovrd; /* SSO PF_FUNC override bit */
/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c23 #define SSO_DEV_NAME "lgm-sso"
476 gc->label = "lgm-sso"; in sso_gpio_gc_init()
672 if (fwnode_property_present(fwnode_child, "intel,sso-hw-blink")) in __sso_led_dt_parse()
676 "intel,sso-hw-trigger"); in __sso_led_dt_parse()
686 "intel,sso-blink-rate-hz", &prop)) { in __sso_led_dt_parse()
753 if (device_property_read_u32(dev, "intel,sso-update-rate-hz", in sso_probe_gpios()
788 priv->clocks[0].id = "sso"; in intel_sso_led_probe()
837 dev_info(priv->dev, "sso LED init success!\n"); in intel_sso_led_probe()
875 MODULE_DESCRIPTION("Intel SSO LED/GPIO driver");
H A DKconfig25 These LEDs are driven by a Serial Shift Output (SSO) controller.
31 will be called leds-lgm-sso.
H A DMakefile3 obj-$(CONFIG_LEDS_LGM) += leds-lgm-sso.o
/linux/drivers/crypto/cavium/cpt/
H A Dcpt_hw_types.h46 * grp:10 [171:162] If [WQ_PTR] is nonzero, the SSO guest-group to use when
47 * CPT submits work SSO.
48 * For the SSO to not discard the add-work request, FPA_PF_MAP() must map
50 * tt:2 [161:160] If [WQ_PTR] is nonzero, the SSO tag type to use when CPT
51 * submits work to SSO
52 * tag:32 [159:128] If [WQ_PTR] is nonzero, the SSO tag to use when CPT
53 * submits work to SSO.
56 * work-queue entry that CPT submits work to SSO after all context,
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h183 * grp:10 [171:162] If [WQ_PTR] is nonzero, the SSO guest-group to use when
184 * CPT submits work SSO.
185 * For the SSO to not discard the add-work request, FPA_PF_MAP() must map
187 * tt:2 [161:160] If [WQ_PTR] is nonzero, the SSO tag type to use when CPT
188 * submits work to SSO
189 * tag:32 [159:128] If [WQ_PTR] is nonzero, the SSO tag to use when CPT
190 * submits work to SSO.
193 * work-queue entry that CPT submits work to SSO after all context,
/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst35 - Schedule/Synchronize/Order unit (SSO)
41 - Schedule/Synchronize/Order unit (SSO)
97 - SSO and TIM blocks config which provide packet scheduling support.
174 - Error due to disabled alloc/free for other HW blocks (NIX, SSO, TIM, DPI and AURA).
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h208 /* SSO/SSOW mbox IDs (range 0x600 - 0x7FF) */ \
470 u16 sso;
487 u8 sso:1;
499 u16 sso;
519 u16 sso;
466 u16 sso; global() member
483 u8 sso:1; global() member
495 u16 sso; global() member
515 u16 sso; global() member
H A Drvu.h247 u16 sso; member
H A Drvu_reg.h455 /* SSO */
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c909 aq->rq.xqe_drop_ena = 1; /* Enable RED dropping for CQ/SSO */ in otx2_rq_init()