Home
last modified time | relevance | path

Searched +full:32 +full:ma (Results 1 – 25 of 927) sorted by relevance

12345678910>>...38

/kernel/linux/linux-6.6/arch/parisc/include/asm/
Dassembly.h26 /* Frame alignment for 32- and 64-bit */
63 #define STREGM std,ma
136 zdep \r, 31-(\sa), 32-(\sa), \t
144 /* Shift Right for 32-bit. Clobbers upper 32-bit on PA2.0. */
146 extru \r, 31-(\sa), 32-(\sa), \t
154 /* Extract unsigned for 32- and 64-bit
155 * The extru instruction leaves the most significant 32 bits of the
159 extrd,u \r, 32+(\p), \len, \t
165 /* The depi instruction leaves the most significant 32 bits of the
169 depdi \i, 32+(\p), \len, \t
[all …]
Dchecksum.h9 * and adds in "sum" (32-bit)
11 * returns a 32-bit number suitable for feeding into itself
17 * it's best to have buff aligned on a 32-bit boundary
33 " ldws,ma 4(%1), %0\n" in ip_fast_csum()
39 " ldws,ma 12(%1), %3\n" in ip_fast_csum()
42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum()
121 #if BITS_PER_LONG > 32 in csum_ipv6_magic()
129 " depdi 0, 31, 32, %0\n"/* clear upper half of incoming checksum */ in csum_ipv6_magic()
130 " ldd,ma 8(%1), %4\n" /* get 1st saddr word */ in csum_ipv6_magic()
131 " ldd,ma 8(%2), %5\n" /* get 1st daddr word */ in csum_ipv6_magic()
[all …]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dchecksum.h9 * and adds in "sum" (32-bit)
11 * returns a 32-bit number suitable for feeding into itself
17 * it's best to have buff aligned on a 32-bit boundary
33 " ldws,ma 4(%1), %0\n" in ip_fast_csum()
39 " ldws,ma 12(%1), %3\n" in ip_fast_csum()
42 "1: ldws,ma 4(%1), %3\n" in ip_fast_csum()
121 #if BITS_PER_LONG > 32 in csum_ipv6_magic()
129 " ldd,ma 8(%1), %4\n" /* get 1st saddr word */ in csum_ipv6_magic()
130 " ldd,ma 8(%2), %5\n" /* get 1st daddr word */ in csum_ipv6_magic()
132 " ldd,ma 8(%1), %6\n" /* 2nd saddr */ in csum_ipv6_magic()
[all …]
Dassembly.h18 #define STREGM std,ma
120 zdep \r, 31-(\sa), 32-(\sa), \t
130 extru \r, 31-(\sa), 32-(\sa), \t
138 /* load 32-bit 'value' into 'reg' compensating for the ldil
231 fstd,ma %fr0, 8(\regs)
232 fstd,ma %fr1, 8(\regs)
233 fstd,ma %fr2, 8(\regs)
234 fstd,ma %fr3, 8(\regs)
235 fstd,ma %fr4, 8(\regs)
236 fstd,ma %fr5, 8(\regs)
[all …]
/kernel/linux/linux-6.6/arch/parisc/lib/
Dlusercopy.S41 1: stbs,ma %r0,1(%sr3,%r26)
69 * conditions. In the optimal case, we copy by loops that copy 32- or 16-bytes
131 20: ldb,ma 1(srcspc,src),t1
132 21: stb,ma t1,1(dstspc,dst)
147 12: std,ma t1,8(dstspc,dst)
148 13: std,ma t2,8(dstspc,dst)
152 16: std,ma t1,8(dstspc,dst)
153 17: std,ma t2,8(dstspc,dst)
165 ldo -32(len),len
169 20: ldw,ma 4(srcspc,src),t1
[all …]
/kernel/linux/linux-5.10/arch/parisc/lib/
Dlusercopy.S57 1: stbs,ma %r0,1(%sr1,%r26)
82 1: ldbs,ma 1(%sr1,%r26),%r1
86 2: ldbs,ma 1(%sr1,%r26),%r1
119 * conditions. In the optimal case, we copy by loops that copy 32- or 16-bytes
181 20: ldb,ma 1(srcspc,src),t1
182 21: stb,ma t1,1(dstspc,dst)
197 12: std,ma t1,8(dstspc,dst)
198 13: std,ma t2,8(dstspc,dst)
202 16: std,ma t1,8(dstspc,dst)
203 17: std,ma t2,8(dstspc,dst)
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Dmemalloc.c20 * 16 32 64 96 128 196 256 512 1024 2048 4096
23 * 16 32 64 96 128 196 256 512 1024 2048 4096
43 4, /* 32 */
455 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096
466 c->low_watermark = 32; in init_refill_work()
474 c->low_watermark = max(32 * 256 / c->unit_size, 1); in init_refill_work()
496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument
498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init()
504 ma->percpu = percpu; in bpf_mem_alloc_init()
531 ma->cache = pc; in bpf_mem_alloc_init()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt52 4: 4 mA to 20 mA current range.
53 5: 0 mA to 20 mA current range.
54 6: 0 mA to 24 mA current range.
73 32
84 32
/kernel/linux/linux-6.6/drivers/phy/mediatek/
Dphy-mtk-hdmi-mt8195.c270 * RG_HDMITXPLL_FBKDIV[32:0]: in mtk_hdmi_pll_calc()
271 * [32,24] 9bit integer, [23,0]:24bit fraction in mtk_hdmi_pll_calc()
276 if (pcw > GENMASK_ULL(32, 0)) in mtk_hdmi_pll_calc()
279 fbkdiv_high = FIELD_GET(GENMASK_ULL(63, 32), pcw); in mtk_hdmi_pll_calc()
290 /* Digital clk divider, max /32 */ in mtk_hdmi_pll_calc()
292 if (!(digital_div <= 32 && digital_div >= 1)) in mtk_hdmi_pll_calc()
313 * data channel bias 24mA, clock channel bias 20mA in mtk_hdmi_pll_drv_setting()
316 * data channel 20mA, clock channel 16mA in mtk_hdmi_pll_drv_setting()
318 * data channel & clock channel bias 10mA in mtk_hdmi_pll_drv_setting()
323 data_channel_bias = 0x3c; /* 24mA */ in mtk_hdmi_pll_drv_setting()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Dusb.c52 static u64 usb_dmamask = DMA_BIT_MASK(32);
60 .coherent_dma_mask = DMA_BIT_MASK(32),
66 void __init davinci_setup_usb(unsigned mA, unsigned potpgt_ms) in davinci_setup_usb() argument
68 usb_data.power = mA > 510 ? 255 : mA / 2; in davinci_setup_usb()
84 void __init davinci_setup_usb(unsigned mA, unsigned potpgt_ms) in davinci_setup_usb() argument
Dusb-da8xx.c80 static u64 usb_dmamask = DMA_BIT_MASK(32);
88 .coherent_dma_mask = DMA_BIT_MASK(32),
94 int __init da8xx_register_usb20(unsigned int mA, unsigned int potpgt) in da8xx_register_usb20() argument
96 usb_data.power = mA > 510 ? 255 : mA / 2; in da8xx_register_usb20()
115 static u64 da8xx_usb11_dma_mask = DMA_BIT_MASK(32);
122 .coherent_dma_mask = DMA_BIT_MASK(32),
/kernel/linux/linux-6.6/Documentation/translations/it_IT/process/
Dbotching-up-ioctls.rst18 sistema che finge di essere generico, ma al suo posto ci sono interfacce
19 dedicate. Ma al tempo stesso è più facile incasinare le cose.
33 partenza e ritrovarvi ad aggiungere un livello di compatibilità a 32-bit.
40 esplicitamente i vuoti. Non necessariamente le piattaforme a 32-bit allineano
41 i valori a 64-bit rispettandone l'allineamento, ma le piattaforme a 64-bit lo
47 sistemi a 32-bit e 64-bit. Avere una dimensione differente causa problemi
78 Questo aiuta, ma non è una soluzione completa dato che uno spazio utente nuovo
157 parte. Gli orologi divergeranno, ma con questa informazione gli strumenti di
163 nanosecondi. Non è il modo migliore per specificare il tempo, ma è
177 scadenze potrebbero essere estese - ma sicuramente gli utenti vi odieranno
[all …]
Dadding-syscalls.rst169 architetture a 32-bit.
175 gestire la funzionalità associata, ma evitate la combinazione di diverse
190 l'uso di coppie contigue di registri a 32-bit. (Questo non conta se gli
222 :manpage:`xyzzy(2)` verrà chiamato ``sys_xyzzy()``; ma, piuttosto che in modo
237 chiamate di sistema (syscall), ma molte altre architetture condividono una
304 invocata anche quando il programma in spazio utente è a 32-bit; anche se la
310 dimensioni fra 32-bit e 64-bit.
313 utente a 32-bit, perciò dovrà ispezionare aree della memoria (``__user``) che
314 potrebbero contenere valori a 32-bit o a 64-bit. In particolar modo, questo
327 a 64-bit anche su architetture a 32-bit, per esempio ``loff_t`` o ``__u64``.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad5755.yaml86 4: 4 mA to 20 mA current range.
87 5: 0 mA to 20 mA current range.
88 6: 0 mA to 24 mA current range.
108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0]
109 - enum: [1, 2, 4, 16, 32, 64, 128, 256]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dnuvoton,npcm7xx-pinctrl.txt17 The NPCM7XX has 8 GPIO Banks each GPIO bank supports 32 GPIO.
34 gpio-ranges = <&pinctrl 0 0 32>;
116 <2> - 2mA
117 <4> - 4mA
118 <8> - 8mA
119 <12> - 12mA
120 <16> - 16mA
121 <24> - 24mA
183 gpio-ranges = <&pinctrl 0 0 32>;
193 gpio-ranges = <&pinctrl 0 224 32>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dnuvoton,npcm7xx-pinctrl.txt17 The NPCM7XX has 8 GPIO Banks each GPIO bank supports 32 GPIO.
34 gpio-ranges = <&pinctrl 0 0 32>;
116 <2> - 2mA
117 <4> - 4mA
118 <8> - 8mA
119 <12> - 12mA
120 <16> - 16mA
121 <24> - 24mA
183 gpio-ranges = <&pinctrl 0 0 32>;
193 gpio-ranges = <&pinctrl 0 224 32>;
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Dpm3393.c5 * $Date: 2005/05/14 00:59:32 $ *
434 ((u64)(val2 & 0xff) << 32) | \
458 (((u64)val2 & 0xffff) << 32) | (((u64)val3 & 0xffff) << 48); in pm3393_update_statistics()
499 static int pm3393_macaddress_set(struct cmac *cmac, u8 ma[6]) in pm3393_macaddress_set()
506 * ma[5] = 0x09 in pm3393_macaddress_set()
507 * ma[4] = 0x13 in pm3393_macaddress_set()
508 * ma[3] = 0x00 in pm3393_macaddress_set()
509 * ma[2] = 0x43 in pm3393_macaddress_set()
510 * ma[1] = 0x07 in pm3393_macaddress_set()
511 * ma[0] = 0x00 in pm3393_macaddress_set()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
Dpm3393.c6 * $Date: 2005/05/14 00:59:32 $ *
425 ((u64)(val2 & 0xff) << 32) | \
449 (((u64)val2 & 0xffff) << 32) | (((u64)val3 & 0xffff) << 48); in pm3393_update_statistics()
490 static int pm3393_macaddress_set(struct cmac *cmac, const u8 ma[6]) in pm3393_macaddress_set()
497 * ma[5] = 0x09 in pm3393_macaddress_set()
498 * ma[4] = 0x13 in pm3393_macaddress_set()
499 * ma[3] = 0x00 in pm3393_macaddress_set()
500 * ma[2] = 0x43 in pm3393_macaddress_set()
501 * ma[1] = 0x07 in pm3393_macaddress_set()
502 * ma[0] = 0x00 in pm3393_macaddress_set()
[all …]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dacpi.c47 if (!IS_ENABLED(CONFIG_X86_64) && table >> 32) { in __efi_get_rsdp_addr()
109 systab = (efi_system_table_64_t *) (ei->efi_systab | ((__u64)ei->efi_systab_hi << 32)); in kexec_get_rsdp_addr()
142 systab = ei->efi_systab | ((__u64)ei->efi_systab_hi << 32); in efi_get_rsdp_addr()
403 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local
405 ma = (struct acpi_srat_mem_affinity *)sub_table; in count_immovable_mem_regions()
406 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) { in count_immovable_mem_regions()
407 immovable_mem[num].start = ma->base_address; in count_immovable_mem_regions()
408 immovable_mem[num].size = ma->length; in count_immovable_mem_regions()
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dhead.S39 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */
41 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */
63 stw,ma %r0,4(%r3)
65 /* Save away the arguments the boot loader passed in (32 bit args) */
67 stw,ma %arg0,4(%r1)
68 stw,ma %arg1,4(%r1)
69 stw,ma %arg2,4(%r1)
70 stw,ma %arg3,4(%r1)
74 ldi 32,%r10
88 ldw MEM_CONS+32(%r0),%arg0 // HPA
[all …]
/kernel/linux/linux-6.6/arch/parisc/kernel/
Dhead.S40 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */
42 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */
64 stw,ma %r0,4(%r3)
66 /* Save away the arguments the boot loader passed in (32 bit args) */
68 stw,ma %arg0,4(%r1)
69 stw,ma %arg1,4(%r1)
70 stw,ma %arg2,4(%r1)
71 stw,ma %arg3,4(%r1)
75 ldi 32,%r10
89 ldw MEM_CONS+32(%r0),%arg0 // HPA
[all …]
/kernel/linux/linux-5.10/drivers/pinctrl/visconti/
Dpinctrl-common.c89 case 32: in visconti_pin_config_set()
92 * 2mA: 0 in visconti_pin_config_set()
93 * 4mA: 1 in visconti_pin_config_set()
94 * 8mA: 3 in visconti_pin_config_set()
95 * 16mA: 7 in visconti_pin_config_set()
96 * 24mA: 11 in visconti_pin_config_set()
97 * 32mA: 15 in visconti_pin_config_set()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dadding-syscalls.rst169 architetture a 32-bit.
175 gestire la funzionalità associata, ma evitate la combinazione di diverse
190 l'uso di coppie contigue di registri a 32-bit. (Questo non conta se gli
222 :manpage:`xyzzy(2)` verrà chiamato ``sys_xyzzy()``; ma, piuttosto che in modo
237 chiamate di sistema (syscall), ma molte altre architetture condividono una
304 invocata anche quando il programma in spazio utente è a 32-bit; anche se la
310 dimensioni fra 32-bit e 64-bit.
313 utente a 32-bit, perciò dovrà ispezionare aree della memoria (``__user``) che
314 potrebbero contenere valori a 32-bit o a 64-bit. In particolar modo, questo
327 a 64-bit anche su architetture a 32-bit, per esempio ``loff_t`` o ``__u64``.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dti,lmk04832.yaml114 HSDS 6 mA 0x02
115 HSDS 8 mA 0x03
119 CML 16 mA 0x07
120 CML 24 mA 0x08
121 CML 32 mA 0x09
/kernel/linux/linux-5.10/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-core.c100 drv_type = "4/8(mA)"; in uniphier_pctl_pin_dbg_show()
103 drv_type = "8/12/16/20(mA)"; in uniphier_pctl_pin_dbg_show()
106 drv_type = "4/5/7/9/11/12/14/16(mA)"; in uniphier_pctl_pin_dbg_show()
109 drv_type = "4(mA)"; in uniphier_pctl_pin_dbg_show()
112 drv_type = "5(mA)"; in uniphier_pctl_pin_dbg_show()
115 drv_type = "8(mA)"; in uniphier_pctl_pin_dbg_show()
197 *reg = base + drvctrl / 32 * 4; in uniphier_conf_get_drvctrl_data()
198 *shift = drvctrl % 32; in uniphier_conf_get_drvctrl_data()
243 reg = UNIPHIER_PINCTRL_PUPDCTRL_BASE + pupdctrl / 32 * 4; in uniphier_conf_pin_bias_get()
244 shift = pupdctrl % 32; in uniphier_conf_pin_bias_get()
[all …]

12345678910>>...38