/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | pio.c | 11 #define SC(name) SEND_CTXT_##name macro 593 SC(CREDIT_CTRL_THRESHOLD_SHIFT)) in sc_set_cr_threshold() 594 & SC(CREDIT_CTRL_THRESHOLD_MASK); in sc_set_cr_threshold() 599 & ~SC(CREDIT_CTRL_THRESHOLD_SMASK)) in sc_set_cr_threshold() 601 & SC(CREDIT_CTRL_THRESHOLD_MASK)) in sc_set_cr_threshold() 604 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold() 628 SC(CHECK_ENABLE), in set_pio_integrity() 725 << SC(CTRL_CTXT_DEPTH_SHIFT)) in sc_alloc() 727 << SC(CTRL_CTXT_BASE_SHIFT)); in sc_alloc() 889 reg &= ~SC(CTRL_CTXT_ENABLE_SMASK); in sc_disable() [all …]
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | dcdbas.rst | 14 300, 1300, 1400, 400SC, 500SC, 1500SC, 1550, 600SC, 1600SC, 650, 1655MC, 90 500SC HC_SMITYPE_TYPE2 91 1500SC HC_SMITYPE_TYPE2 93 600SC HC_SMITYPE_TYPE2 94 1600SC HC_SMITYPE_TYPE2
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kerneldoc-preamble.sty | 76 \IfFontExistsTF{Noto Sans CJK SC}{ 100 \IfFontExistsTF{Noto Serif CJK SC}{ 101 \newCJKfontfamily[SCmain]\scmain{Noto Serif CJK SC}[AutoFakeSlant] 102 \newCJKfontfamily[SCserif]\scserif{Noto Serif CJK SC}[AutoFakeSlant] 104 \newCJKfontfamily[SCmain]\scmain{Noto Sans CJK SC}[AutoFakeSlant] 105 \newCJKfontfamily[SCserif]\scserif{Noto Sans CJK SC}[AutoFakeSlant] 107 \newCJKfontfamily[SCsans]\scsans{Noto Sans CJK SC}[AutoFakeSlant] 108 \newCJKfontfamily[SCmono]\scmono{Noto Sans Mono CJK SC}[AutoFakeSlant] 151 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC 152 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC [all …]
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ips.c | 784 if (!SC) in ips_eh_abort() 846 if (!SC) { in __ips_eh_reset() 1057 done(SC); in ips_queue_lck() 1063 done(SC); in ips_queue_lck() 1072 SC->device->channel, SC->device->id, SC->device->lun); in ips_queue_lck() 1078 done(SC); in ips_queue_lck() 1110 done(SC); in ips_queue_lck() 1128 done(SC); in ips_queue_lck() 1492 if (!SC) in ips_is_passthru() 1498 (SC->device->lun == 0) && scsi_sglist(SC)) { in ips_is_passthru() [all …]
|
A D | aha152x.c | 658 if (!*SC) in append_SC() 659 *SC = new_SC; in append_SC() 661 for (end = *SC; SCNEXT(end); end = SCNEXT(end)) in append_SC() 671 ptr = *SC; in remove_first_SC() 673 *SC = SCNEXT(*SC); in remove_first_SC() 679 static inline struct scsi_cmnd *remove_lun_SC(struct scsi_cmnd ** SC, in remove_lun_SC() argument 684 for (ptr = *SC, prev = NULL; in remove_lun_SC() 693 *SC = SCNEXT(ptr); in remove_lun_SC() 701 static inline struct scsi_cmnd *remove_SC(struct scsi_cmnd **SC, in remove_SC() argument 706 for (ptr = *SC, prev = NULL; in remove_SC() [all …]
|
/linux-6.3-rc2/Documentation/ |
A D | atomic_t.txt | 116 will invalidate a LL/SC or fail a CMPXCHG. 152 are time critical and can, (typically) on LL/SC architectures, be more 271 SC *y, t; 326 indefinitely. However, this is not evident on LL/SC architectures, because 327 while an LL/SC architecture 'can/should/must' provide forward progress 328 guarantees between competing LL/SC sections, such a guarantee does not 329 transfer to cmpxchg() implemented using LL/SC. Consider: 336 which on LL/SC becomes something like: 345 " SC %[new], %[v]\n" 356 However, even the forward branch from the failed compare can cause the LL/SC
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | ina3221.rst | 64 update_interval = C x S x (BC + SC) 69 * SC: shunt-voltage conversion time in millisecond 73 and SC to 140 us (minimum conversion time).
|
A D | coretemp.rst | 12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm),
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | setox.S | 696 movew %d0,SC(%a6) | ...SC is 2^(M) in extended 697 clrw SC+2(%a6) 698 movel #0x80000000,SC+4(%a6) 699 clrl SC+8(%a6) 762 fmulx SC(%a6),%fp0 776 movel #0x80010000,SC(%a6) | ...SC is -2^(-16382) 778 clrl SC+8(%a6) 781 faddx SC(%a6),%fp0 789 movel #0x80010000,SC(%a6) 791 clrl SC+8(%a6) [all …]
|
/linux-6.3-rc2/drivers/scsi/megaraid/ |
A D | Kconfig.megaraid | 28 Dell PERC3/SC 101E:1960:1028:0475 30 Dell PERC4/SC 1000:1960:1028:0520 40 Dell PERC 4e/SC 1000:0408:1028:0001
|
/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | w996Xcf.c | 429 #define SC(x) ((x) << 10) in w9968cf_set_crop_window() macro 432 fw = SC(sd->gspca_dev.pixfmt.width) / max_width; in w9968cf_set_crop_window() 433 fh = SC(sd->gspca_dev.pixfmt.height) / max_height; in w9968cf_set_crop_window() 435 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh; in w9968cf_set_crop_window() 436 ch = (fw >= fh) ? SC(sd->gspca_dev.pixfmt.height) / fw : max_height; in w9968cf_set_crop_window()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/firmware/ |
A D | fsl,scu.yaml | 17 The AP communicates with the SC using a multi-ported MU module found 19 5 remote AP connections to the SC to support up to 5 execution environments 20 (TZ, HV, standard Linux, etc.). The SC side of this MU module interfaces 21 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
|
/linux-6.3-rc2/drivers/char/pcmcia/ |
A D | Kconfig | 31 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), 43 PC/SC ifdhandler provided from the Omnikey homepage
|
/linux-6.3-rc2/drivers/net/fddi/ |
A D | Kconfig | 58 - Netelligent 100 FDDI DAS Fibre SC 59 - Netelligent 100 FDDI SAS Fibre SC
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | ti,vpe.yaml | 25 - description: Scaler (SC) register region
|
/linux-6.3-rc2/Documentation/translations/zh_CN/infiniband/ |
A D | opa_vnic.rst | 71 52-56 SC (服务级别)
|
/linux-6.3-rc2/sound/isa/ |
A D | Kconfig | 197 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16" 203 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000 417 Reveal SC-600.
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | imx28-sps1.dts | 10 model = "SchulerControl GmbH, SC SPS 1";
|
/linux-6.3-rc2/Documentation/networking/device_drivers/fddi/ |
A D | skfp.rst | 66 - Netelligent 100 FDDI DAS Fibre SC 67 - Netelligent 100 FDDI SAS Fibre SC
|
/linux-6.3-rc2/Documentation/translations/zh_CN/loongarch/ |
A D | introduction.rst | 238 LL.W SC.W LL.D SC.D
|
/linux-6.3-rc2/Documentation/translations/it_IT/process/ |
A D | maintainer-pgp-guide.rst | 193 di firma (**[SC]**) 200 sec rsa2048 2018-01-23 [SC] [expires: 2020-01-23] 231 **[SC]** allora dovreste creare una sottochiave di firma separata:: 363 pub rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 392 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 529 created: 2018-01-23 expires: 2020-01-23 usage: SC 597 sec# rsa2048 2018-01-24 [SC] [expires: 2020-01-24] 927 pub rsa2048 2011-09-20 [SC]
|
/linux-6.3-rc2/arch/mips/ |
A D | Kconfig | 1936 # Reordering beyond LL and SC is handled in WEAK_REORDERING_BEYOND_LLSC 1942 # CPU may reorder reads and writes beyond LL/SC 1943 # CPU may reorder R->LL, R->LL, W->LL, W->LL, R->SC, R->SC, W->SC, W->SC 2486 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2490 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2494 # "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7 2503 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2510 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2515 # "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 2625 # indexed such as R4000/R4400 SC and MC versions or R10000. So for the
|
/linux-6.3-rc2/fs/unicode/ |
A D | utf8-norm.c | 254 #define SC (LC * NC) macro
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.ips | 45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
|
/linux-6.3-rc2/Documentation/process/ |
A D | maintainer-pgp-guide.rst | 164 - One subkey carrying both Certify and Sign capabilities (**[SC]**) 171 sec ed25519 2022-12-20 [SC] [expires: 2024-12-19] 197 so if you only have a combined **[SC]** key, then you should create a 312 pub ed25519 2022-12-20 [SC] [expires: 2022-12-19] 341 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19] 484 created: 2022-12-20 expires: 2024-12-19 usage: SC 551 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19]
|