Home
last modified time | relevance | path

Searched refs:SC (Results 1 – 25 of 26) sorted by relevance

12

/linux/Documentation/userspace-api/
H A Ddcdbas.rst14 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/Documentation/sphinx/
H A Dkerneldoc-preamble.sty74 \IfFontExistsTF{Noto Sans CJK SC}{
98 \IfFontExistsTF{Noto Serif CJK SC}{
99 \newCJKfontfamily[SCmain]\scmain{Noto Serif CJK SC}[AutoFakeSlant]
100 \newCJKfontfamily[SCserif]\scserif{Noto Serif CJK SC}[AutoFakeSlant]
102 \newCJKfontfamily[SCmain]\scmain{Noto Sans CJK SC}[AutoFakeSlant]
103 \newCJKfontfamily[SCserif]\scserif{Noto Sans CJK SC}[AutoFakeSlant]
105 \newCJKfontfamily[SCsans]\scsans{Noto Sans CJK SC}[AutoFakeSlant]
106 \newCJKfontfamily[SCmono]\scmono{Noto Sans Mono CJK SC}[AutoFakeSlant]
146 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC
147 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC
[all …]
/linux/drivers/scsi/
H A Dips.c776 int ips_eh_abort(struct scsi_cmnd *SC) in ips_eh_abort() argument
785 if (!SC) in ips_eh_abort()
788 host = SC->device->host; in ips_eh_abort()
789 ha = (ips_ha_t *) SC->device->host->hostdata; in ips_eh_abort()
801 while ((item) && (item->scsi_cmd != SC)) in ips_eh_abort()
810 } else if (ips_removeq_wait(&ha->scb_waitlist, SC)) { in ips_eh_abort()
833 static int __ips_eh_reset(struct scsi_cmnd *SC) in __ips_eh_reset() argument
846 if (!SC) { in __ips_eh_reset()
852 ha = (ips_ha_t *) SC->device->host->hostdata; in __ips_eh_reset()
998 static int ips_eh_reset(struct scsi_cmnd *SC) in ips_eh_reset() argument
[all …]
/linux/Documentation/
H A Datomic_t.txt116 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/Documentation/hwmon/
H A Dina3221.rst64 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).
/linux/Documentation/translations/zh_CN/process/
H A Dmaintainer-pgp-guide.rst141 - 一个子密钥同时具有认证和签名功能 (**[SC]**)
149 sec ed25519 2022-12-20 [SC] [expires: 2024-12-19]
172 有组合的 **[SC]** 密钥,那么你应该创建一个单独的签名子密钥::
269 pub ed25519 2022-12-20 [SC] [expires: 2022-12-19]
296 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19]
415 created: 2022-12-20 expires: 2024-12-19 usage: SC
474 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19]
/linux/drivers/scsi/megaraid/
H A DKconfig.megaraid28 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/arch/m68k/fpsp040/
H A Dsetox.S696 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)
777 movel #0x80000000,SC+4(%a6)
778 clrl SC+8(%a6)
781 faddx SC(%a6),%fp0
789 movel #0x80010000,SC(%a6)
[all …]
/linux/drivers/media/usb/gspca/
H A Dw996Xcf.c429 #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/drivers/net/fddi/
H A DKconfig58 - Netelligent 100 FDDI DAS Fibre SC
59 - Netelligent 100 FDDI SAS Fibre SC
/linux/sound/isa/
H A DKconfig198 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
204 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
418 Reveal SC-600.
/linux/Documentation/networking/device_drivers/fddi/
H A Dskfp.rst66 - Netelligent 100 FDDI DAS Fibre SC
67 - Netelligent 100 FDDI SAS Fibre SC
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst238 LL.W SC.W LL.D SC.D
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst238 LL.W SC.W LL.D SC.D
/linux/Documentation/scsi/
H A DChangeLog.ips45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
/linux/Documentation/translations/it_IT/process/
H A Dmaintainer-pgp-guide.rst170 - Una chiave la capacità di certificazione che quella di firma (**[SC]**)
180 sec ed25519 2022-12-20 [SC] [expires: 2024-12-19]
208 **[SC]** allora dovreste creare una sottochiave di firma separata::
330 pub ed25519 2022-12-20 [SC] [expires: 2022-12-19]
359 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19]
504 created: 2022-12-20 expires: 2024-12-19 usage: SC
572 sec# ed25519 2022-12-20 [SC] [expires: 2024-12-19]
/linux/tools/memory-model/Documentation/
H A Dreferences.txt61 and SC". In Proceedings of the 44th ACM SIGPLAN Symposium on
/linux/Documentation/arch/loongarch/
H A Dintroduction.rst271 LL.W SC.W LL.D SC.D
/linux/arch/mips/kernel/
H A Dtraps.c509 #define SC 0xe0000000 macro
624 if ((opcode & OPCODE) == SC) { in simulate_llsc()
H A Dmips-r2-to-r6-emul.c47 #define SC "sc " macro
/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst149 …- Set the SC, QA, and LA table offsets for the LPDC parameters and the parameters in the structure…
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S7330 mov.w %d1,SC(%a6) # SC is 2^(M) in extended
7331 mov.l &0x80000000,SC+4(%a6)
7332 clr.l SC+8(%a6)
7392 fmul.x SC(%a6),%fp0
7405 mov.l &0x80010000,SC(%a6) # SC is -2^(-16382)
7406 mov.l &0x80000000,SC+4(%a6)
7407 clr.l SC+8(%a6)
7411 fadd.x SC(%a6),%fp0
7418 mov.l &0x80010000,SC(%a6)
7419 mov.l &0x80000000,SC+4(%a6)
[all …]
/linux/drivers/video/fbdev/
H A Dimsttfb.c93 SC = 0x00000004L,
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2493 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) macro
4135 {"svc", SC(17,0,0), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}},
4136 {"svcl", SC(17,0,1), SC_MASK, POWER, PPCVLE, {SVC_LEV, FL1, FL2}},
4137 {"sc", SC(17,1,0), SC_MASK, PPC, PPCVLE, {LEV}},
4138 {"svca", SC(17,1,0), SC_MASK, PWRCOM, PPCVLE, {SV}},
4139 {"svcla", SC(17,1,1), SC_MASK, POWER, PPCVLE, {SV}},
/linux/fs/unicode/
H A Dmkutf8data.c2659 #define SC (LC * NC) macro

12