Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 1926) sorted by relevance

12345678910>>...78

/Linux-v4.19/arch/arm/mach-netx/include/mach/
Dpfifo.h24 static inline int pfifo_push(int no, unsigned int pointer) in pfifo_push() argument
26 writel(pointer, NETX_PFIFO_BASE(no)); in pfifo_push()
30 static inline unsigned int pfifo_pop(int no) in pfifo_pop() argument
32 return readl(NETX_PFIFO_BASE(no)); in pfifo_pop()
35 static inline int pfifo_fill_level(int no) in pfifo_fill_level() argument
38 return readl(NETX_PFIFO_FILL_LEVEL(no)); in pfifo_fill_level()
41 static inline int pfifo_full(int no) in pfifo_full() argument
43 return readl(NETX_PFIFO_FULL) & (1<<no) ? 1 : 0; in pfifo_full()
46 static inline int pfifo_empty(int no) in pfifo_empty() argument
48 return readl(NETX_PFIFO_EMPTY) & (1<<no) ? 1 : 0; in pfifo_empty()
Dnetx-regs.h44 #define NETX_OFS_XMAC(no) (0x60000 + (no) * 0x1000) argument
50 #define NETX_OFS_XPEC(no) (0x70000 + (no) * 0x4000) argument
74 #define NETX_PA_XMAC(no) (NETX_IO_PHYS + NETX_OFS_XMAC(no)) argument
80 #define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no)) argument
104 #define NETX_VA_XMAC(no) (NETX_IO_VIRT + NETX_OFS_XMAC(no)) argument
110 #define NETX_VA_XPEC(no) (NETX_IO_VIRT + NETX_OFS_XPEC(no)) argument
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dex.S19 ! exception no 0 to 255
21 no = 0 define
25 mov #no,r1
26 no = no + 1 define
38 ! exception no 256 to 511
40 no = 0 define
44 mov #no,r1
45 no = no + 1 define
/Linux-v4.19/Documentation/filesystems/
DLocking28 d_revalidate: no no yes (ref-walk) maybe
29 d_weak_revalidate:no no yes no
30 d_hash no no no maybe
31 d_compare: yes no no maybe
32 d_delete: no yes no no
33 d_init: no no yes no
34 d_release: no no yes no
35 d_prune: no yes no no
36 d_iput: no no yes no
37 d_dname: no no no no
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm4 Contact: Bjørn Mork <bjorn@mork.no>
8 tx_max sized frames with no terminating short
25 Contact: Bjørn Mork <bjorn@mork.no>
44 Contact: Bjørn Mork <bjorn@mork.no>
60 Contact: Bjørn Mork <bjorn@mork.no>
72 Contact: Bjørn Mork <bjorn@mork.no>
92 Contact: Bjørn Mork <bjorn@mork.no>
101 Contact: Bjørn Mork <bjorn@mork.no>
108 Contact: Bjørn Mork <bjorn@mork.no>
115 Contact: Bjørn Mork <bjorn@mork.no>
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dmax98373.txt13 - maxim,vmon-slot-no : slot number used to send voltage information
18 - maxim,imon-slot-no : slot number used to send current information
21 - maxim,spkfb-slot-no : slot number used to send speaker feedback information
36 maxim,vmon-slot-no = <0>;
37 maxim,imon-slot-no = <1>;
38 maxim,spkfb-slot-no = <2>;
Dtlv320aic31xx.txt10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
Dmax9892x.txt12 - vmon-slot-no : slot number used to send voltage information
18 - imon-slot-no : slot number used to send current information
37 vmon-slot-no = <0>;
38 imon-slot-no = <1>;
/Linux-v4.19/arch/arm/plat-samsung/
Dinit.c106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() argument
114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs()
130 nr_uarts = no; in s3c24xx_init_uartdevs()
134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument
142 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts()
/Linux-v4.19/scripts/kconfig/
Dsymbol.c24 .curr = { "n", no },
28 .curr = { "", no },
43 else if (modules_val == no) in sym_get_type()
85 if (prop->visible.tri != no) in sym_get_default_prop()
97 if (prop->visible.tri != no) in sym_get_range_prop()
180 tri = no; in sym_calc_visibility()
194 prop->visible.tri = no; in sym_calc_visibility()
198 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
216 tri = no; in sym_calc_visibility()
225 tri = no; in sym_calc_visibility()
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_eeprom.c24 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() argument
29 reg |= 1 << no; in _rtl92e_gpio_write_bit()
31 reg &= ~(1 << no); in _rtl92e_gpio_write_bit()
37 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() argument
41 return (reg >> no) & 0x1; in _rtl92e_gpio_get_bit()
/Linux-v4.19/arch/sh/kernel/cpu/sh2/
Dex.S19 no = 0 define
23 mov #no,r1
24 no = no + 1 define
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dmax8925_battery.txt8 - no-temp-support: whether support temperature protection detect
9 - no-insert-detect: whether support insert detect
16 no-temp-support = <0>;
17 no-insert-detect = <0>;
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dcommon.h20 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
34 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
48 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
63 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
91 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
/Linux-v4.19/arch/arm/mach-netx/
Dxc.c85 if (adr >= NETX_PA_XMAC(x->no) && in xc_check_ptr()
86 adr + size < NETX_PA_XMAC(x->no) + XMAC_MEM_SIZE) in xc_check_ptr()
89 if (adr >= NETX_PA_XPEC(x->no) && in xc_check_ptr()
90 adr + size < NETX_PA_XPEC(x->no) + XPEC_MEM_SIZE) in xc_check_ptr()
126 sprintf(name, "xc%d.bin", x->no); in xc_request_firmware()
215 x->no = xcno; in request_xc()
238 int xcno = x->no; in free_xc()
246 xc_in_use &= ~(1 << x->no); in free_xc()
/Linux-v4.19/arch/arm64/kernel/
Dsys_compat.c72 unsigned int no = regs->regs[7]; in compat_arm_syscall() local
74 switch (no) { in compat_arm_syscall()
110 if ((no & 0xffff) <= 0x7ff) in compat_arm_syscall()
122 arm64_notify_die("Oops - bad compat syscall(2)", regs, &info, no); in compat_arm_syscall()
/Linux-v4.19/Documentation/input/devices/
Dcs461x.rst21 screen in VJOYD); I have no documentation on my chip; and the existing
23 So the driver have no code to perform hardware related calibration.
25 This driver have the basic support for PCI devices only; there is no
30 There are no sound or input collisions detected. The source code have
36 There are no debug information print have been placed in source, and no
/Linux-v4.19/drivers/media/pci/b2c2/
Dflexcop-dma.c123 flexcop_dma_index_t no, in flexcop_dma_control_size_irq() argument
128 if (no & FC_DMA_1) in flexcop_dma_control_size_irq()
131 if (no & FC_DMA_2) in flexcop_dma_control_size_irq()
140 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq() argument
145 if (no & FC_DMA_1) in flexcop_dma_control_timer_irq()
148 if (no & FC_DMA_2) in flexcop_dma_control_timer_irq()
/Linux-v4.19/include/uapi/linux/
DKbuild4 no-export-headers += a.out.h
8 no-export-headers += kvm.h
12 no-export-headers += kvm_para.h
/Linux-v4.19/drivers/s390/char/
Dtape_char.c344 unsigned int no, unsigned long data) in __tapechar_ioctl() argument
348 if (no == MTIOCTOP) { in __tapechar_ioctl()
387 if (no == MTIOCPOS) { in __tapechar_ioctl()
399 if (no == MTIOCGET) { in __tapechar_ioctl()
435 return device->discipline->ioctl_fn(device, no, data); in __tapechar_ioctl()
439 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() argument
448 rc = __tapechar_ioctl(device, no, data); in tapechar_ioctl()
455 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl() argument
468 rval = device->discipline->ioctl_fn(device, no, argp); in tapechar_compat_ioctl()
/Linux-v4.19/tools/perf/Documentation/
Dasciidoc.conf30 ifndef::perf-asciidoc-no-roff[]
45 endif::perf-asciidoc-no-roff[]
47 ifdef::perf-asciidoc-no-roff[]
66 endif::perf-asciidoc-no-roff[]
/Linux-v4.19/arch/x86/kernel/
Dkdebugfs.c72 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument
78 sprintf(buf, "%d", no); in create_setup_data_node()
107 int no = 0; in create_setup_data_nodes() local
132 error = create_setup_data_node(d, no, node); in create_setup_data_nodes()
138 no++; in create_setup_data_nodes()
/Linux-v4.19/arch/x86/mm/
Dpf_in.c251 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() argument
255 switch (no) { in get_reg_w8()
306 switch (no) { in get_reg_w8()
323 switch (no) { in get_reg_w8()
342 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w8()
347 static unsigned long *get_reg_w32(int no, struct pt_regs *regs) in get_reg_w32() argument
351 switch (no) { in get_reg_w32()
403 printk(KERN_ERR "mmiotrace: Error reg no# %d\n", no); in get_reg_w32()
/Linux-v4.19/arch/arm/lib/
Dfindbit.S37 3: mov r0, r1 @ no free bits
56 orr r2, r2, #7 @ if zero, then no bits here
78 3: mov r0, r1 @ no free bits
96 orr r2, r2, #7 @ if zero, then no bits here
116 3: mov r0, r1 @ no free bits
132 orr r2, r2, #7 @ if zero, then no bits here
150 3: mov r0, r1 @ no free bits
165 orr r2, r2, #7 @ if zero, then no bits here
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst15 vary... I make no guarantees, claims or warranties to the suitability or
91 0xff ==> no stereo detected, 0xfd ==> stereo detected.
127 Default: BASE <-- 0xc8 (current volume, no stereo detect,
130 Card Off: BASE <-- 0x00 (audio mute, no stereo detect,
136 Volume Down: BASE <-- 0x48 (volume down, no stereo detect,
141 Volume Up: BASE <-- 0x88 (volume up, no stereo detect,
158 BASE <-- 0x01 (audio mute, no stereo detect, radio
160 BASE <-- 0x03 (audio mute, no stereo detect, radio
163 BASE <-- 0x05 (audio mute, no stereo detect, radio
165 BASE <-- 0x07 (audio mute, no stereo detect, radio

12345678910>>...78