Home
last modified time | relevance | path

Searched full:nw (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/arm64/include/asm/
H A Dfpsimdmacros.h197 * STR ZA[\nw, #\offset], [X\nxbase, #\offset, MUL VL]
199 .macro _sme_str_zav nw, nxbase, offset=0
200 _sme_check_wv \nw
204 | (((\nw) & 3) << 13) \
211 * LDR ZA[\nw, #\offset], [X\nxbase, #\offset, MUL VL]
213 .macro _sme_ldr_zav nw, nxbase, offset=0
214 _sme_check_wv \nw
218 | (((\nw) & 3) << 13) \
337 .macro sme_save_za nxbase, xvl, nw
338 mov w\nw, #0
[all …]
/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c96 size_t nw; in subpage_prot_clear() local
123 nw = PTRS_PER_PTE - i; in subpage_prot_clear()
124 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear()
125 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear()
127 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear()
130 hpte_flush_range(mm, addr, nw); in subpage_prot_clear()
191 size_t nw; in SYSCALL_DEFINE3() local
262 nw = PTRS_PER_PTE - i; in SYSCALL_DEFINE3()
263 if (addr + (nw << PAGE_SHIFT) > next) in SYSCALL_DEFINE3()
264 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3()
[all …]
/linux/drivers/macintosh/
H A Dwindfarm_fcu_controls.c89 int tries, nr, nw; in wf_fcu_read_reg() local
96 nw = i2c_master_send(pv->i2c, buf, 1); in wf_fcu_read_reg()
97 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_read_reg()
102 if (nw <= 0) { in wf_fcu_read_reg()
103 pr_err("Failure writing address to FCU: %d", nw); in wf_fcu_read_reg()
104 nr = nw; in wf_fcu_read_reg()
116 pr_err("wf_fcu: Failure reading data from FCU: %d", nw); in wf_fcu_read_reg()
125 int tries, nw; in wf_fcu_write_reg() local
133 nw = i2c_master_send(pv->i2c, buf, nb); in wf_fcu_write_reg()
134 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_write_reg()
[all …]
/linux/drivers/net/usb/
H A Dsierra_net.c135 u8 pdp_addr_len; /* NW-supplied PDP address len */
136 u8 pdp_addr[16]; /* NW-supplied PDP address (bigendian)) */
138 u8 dns1_addr_len; /* NW-supplied 1st DNS address len (bigendian) */
139 u8 dns1_addr[16]; /* NW-supplied 1st DNS address */
140 u8 dns2_addr_len; /* NW-supplied 2nd DNS address len */
141 u8 dns2_addr[16]; /* NW-supplied 2nd DNS address (bigendian)*/
142 u8 wins1_addr_len; /* NW-supplied 1st Wins address len */
143 u8 wins1_addr[16]; /* NW-supplied 1st Wins address (bigendian)*/
144 u8 wins2_addr_len; /* NW-supplied 2nd Wins address len */
145 u8 wins2_addr[16]; /* NW-supplied 2nd Wins address (bigendian) */
[all …]
/linux/drivers/md/
H A Ddm-cache-background-tracker.c76 struct bt_work *nw) in __insert_pending() argument
86 cmp = cmp_oblock(w->work.oblock, nw->work.oblock); in __insert_pending()
98 rb_link_node(&nw->node, parent, new); in __insert_pending()
99 rb_insert_color(&nw->node, &b->pending); in __insert_pending()
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S31 * LDR ZA[\nw, #\offset], [X\nxbase, #\offset, MUL VL]
33 .macro _ldr_za nw, nxbase, offset=0
35 | (((\nw) & 3) << 13) \
42 * STR ZA[\nw, #\offset], [X\nxbase, #\offset, MUL VL]
44 .macro _str_za nw, nxbase, offset=0
46 | (((\nw) & 3) << 13) \
/linux/drivers/iio/light/
H A Das73211.c157 #define AS73211_SCALE_X 277071108 /* nW/m^2 */
158 #define AS73211_SCALE_Y 298384270 /* nW/m^2 */
159 #define AS73211_SCALE_Z 160241927 /* nW/m^2 */
161 #define AS7331_SCALE_UVA 340000 /* nW/cm^2 */
162 #define AS7331_SCALE_UVB 378000 /* nW/cm^2 */
163 #define AS7331_SCALE_UVC 166000 /* nW/cm^2 */
/linux/sound/soc/codecs/
H A Dtlv320aic32x4-spi.c3 * Copyright 2011-2019 NW Digital Radio
H A Dtlv320aic32x4-i2c.c3 * Copyright 2011-2019 NW Digital Radio
/linux/arch/x86/realmode/rm/
H A Dreboot.S82 * NW, to disable the cache on a 486, and invalidates the cache. This
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.h26 #define LLFC_DRIVER_TRAFFIC_TYPE_MAX 3 /* NW, iSCSI, FCoE */
H A Dbnx2x_dcb.c361 /* find cos for nw prio and extend it with unmapped */ in bnx2x_dcbx_map_nw()
/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c116 /* NW without CD is illegal, as is PG without PE. */ in test_cr_bits()
/linux/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst483 :alt: so-nw-arrow
494 :alt: so-nw-arrow
/linux/Documentation/doc-guide/
H A Dsphinx.rst544 :alt: so-nw-arrow
555 :alt: so-nw-arrow
/linux/include/net/
H A Dx25.h114 #define X25_MAX_AE_LEN 40 /* Max num of semi-octets in AE - OSI Nw */
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-reserved.rst61 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1704 unsigned long i, nb, nw; in kvm_htab_read() local
1730 nw = nb; in kvm_htab_read()
1776 nw = nb; in kvm_htab_read()
1779 nb = nw; in kvm_htab_read()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c672 /* Enter the no-fill (CD=1, NW=0) cache mode and flush caches. */ in cache_disable()
/linux/include/trace/events/
H A Dnetfs.h94 EM(netfs_sreq_trace_cache_nowrite, "CA-NW") \
/linux/include/linux/
H A Di2c.h955 * addr_1: 5'b11110 | addr[9:8] | (R/nW)
/linux/tools/perf/
H A Dbuiltin-kmem.c661 { "GFP_NOWAIT", "NW" },
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1731 "please submit GRC Dump, NW/PCIe trace, " in bnx2i_tear_down_conn()
/linux/drivers/media/usb/gspca/
H A Dnw80x.c108 * - nw??? 06a5:d001
112 * - nw??? ????:????
/linux/sound/usb/
H A Dquirks.c2264 DEVICE_FLG(0x054c, 0x0b8c, /* Sony WALKMAN NW-A45 DAC */

12