Searched refs:n1 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/
H A Dgen-dependencies.sh22 $XARGS -n1 readelf -d | \
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt288x/
H A Drt288x.c30 u32 n1; local
34 n1 = __raw_readl(sysc + SYSC_REG_CHIP_NAME1);
41 (char) (n1 & 0xff), (char) ((n1 >> 8) & 0xff),
42 (char) ((n1 >> 16) & 0xff), (char) ((n1 >> 24) & 0xff),
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/files/
H A Dqca-nss-drv.init9 irq_nss_rps=`grep nss /proc/interrupts | sed '4,$d' | cut -d ':' -f 1 | tail -n1 | tr -d ' '`
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt305x/
H A Drt305x.c68 u32 n1; local
72 n1 = __raw_readl(sysc + SYSC_REG_CHIP_NAME1);
74 if (n0 == RT3052_CHIP_NAME0 && n1 == RT3052_CHIP_NAME1) {
85 } else if (n0 == RT3350_CHIP_NAME0 && n1 == RT3350_CHIP_NAME1) {
88 } else if (n0 == RT3352_CHIP_NAME0 && n1 == RT3352_CHIP_NAME1) {
91 } else if (n0 == RT5350_CHIP_NAME0 && n1 == RT5350_CHIP_NAME1) {
95 panic("rt305x: unknown SoC, n0:%08x n1:%08x\n", n0, n1);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/ralink/rt3883/
H A Drt3883.c29 u32 n1; local
33 n1 = __raw_readl(sysc + RT3883_SYSC_REG_CHIPID4_7);
40 (char) (n1 & 0xff), (char) ((n1 >> 8) & 0xff),
41 (char) ((n1 >> 16) & 0xff), (char) ((n1 >> 24) & 0xff),
/netgear-R7800-V1.0.2.28/include/
H A Dpackage-defaults.mk99 replace_script=$(FIND) $(1) -name $(2) | $(XARGS) chmod u+w; $(FIND) $(1) -name $(2) | $(XARGS) -n1 cp $(SCRIPT_DIR)/$(2);
H A Dquilt.mk45 $(call filter_series,$(2)/series) | xargs -n1 \
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/
H A Dglamo-core.c312 int n, n1 = 0, r; local
320 n1 = 0;
324 if (((n1++) & 7) == 0)

Completed in 94 milliseconds