Searched +full:sso +full:- +full:hw +full:- +full:trigger (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/leds/leds-lgm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Intel Lightning Mountain (LGM) SoC LED Serial Shift Output (SSO) Controller driver10 - Zhu, Yi Xin <Yixin.zhu@intel.com>11 - Amireddy Mallikarjuna reddy <mallikarjunax.reddy@intel.com>15 const: intel,lgm-ssoled23 clock-names:25 - const: sso[all …]
1 // SPDX-License-Identifier: GPL-2.023 #define SSO_DEV_NAME "lgm-sso"55 #define DATA_CLK_EDGE 0 /* 0-rising, 1-falling */63 * SW - Software has to update the SWU bit64 * GPTC - General Purpose timer is used as clock source65 * FPID - Divided FSC clock (FPID) is used as clock source149 if (rate <= priv->freq[i]) in sso_get_blink_rate_idx()153 return -1; in sso_get_blink_rate_idx()179 return pin - LED_GRP1_PIN_MAX; in sso_led_pin_blink_off()181 return pin - LED_GRP0_PIN_MAX; in sso_led_pin_blink_off()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */39 #define INTR_MASK(pfvfs) ((pfvfs < 64) ? (BIT_ULL(pfvfs) - 1) : (~0ull))72 void *hwbase; /* Mbox region advertised by HW */74 u64 trigger; /* Trigger mbox notification */ member 75 u16 tr_shift; /* Mbox trigger shift */142 /* Generic mbox IDs (range 0x000 - 0x1FF) */ \159 /* CGX mbox IDs (range 0x200 - 466 u16 sso; global() member 483 u8 sso:1; global() member 495 u16 sso; global() member 515 u16 sso; global() member [all...]