Searched refs:xf (Results 251 - 275 of 2159) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dmagellan.c74 if (data[count] == nibbles[data[count] & 0xf])
75 data[count] = data[count] & 0xf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-lib.c44 high = tf->device & 0xf;
71 tf->device & 0xf, tf->lbal);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dmodule.c54 return (location[0] & 0xf) == 0x5;
65 return (location[0] & 0xf) == 0x1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pnx8550/
H A Dpci.h104 #define GPPM_CMD(X) (((X)&0xf)<<4)
105 #define GPPM_BYTEEN(X) ((X)&0xf)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dezx-pcap.h75 #define PCAP_REG_RTC_TODA 0xf /* RTC Time of Day Alarm */
234 #define PCAP_LED_T_MASK 0xf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dv210dec.c100 aligned_input = !((uintptr_t)psrc & 0xf) && !(stride & 0xf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dtlb.c41 /* the vpn of i & 0xf is so we dont write similar TLB entries
49 IO_FIELD(R_TLB_HI, vpn, i & 0xf ) );
85 IO_FIELD(R_TLB_HI, vpn, i & 0xf ) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dtlb.c54 * Mask with 0xf so similar TLB entries aren't written in the same 4-way
66 | REG_FIELD(mmu, rw_mm_tlb_hi, vpn, i & 0xf));
109 i & 0xf));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h107 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL;
130 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL;
170 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL;
193 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL;
256 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL;
271 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL;
297 byte_enables = (0xf & ~BIT(n)) << IXP4XX_PCI_NP_CBE_BESL;
314 byte_enables = (0xf & ~(BIT(n) | BIT(n+1))) << IXP4XX_PCI_NP_CBE_BESL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Daddr-map.c57 #define ATTR_DEV_BOOT 0xf
164 w->mbus_attr = 0xf & ~(1 << i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h112 #define LCCR3_API (0xf << 16) /* AC Bias pin trasitions per interrupt */
166 #define OVLxC1_BPP(x) (((x) & 0xf) << 20) /* Bits Per Pixel */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dclock.c218 mfi = (reg_val >> 10) & 0xf;
221 pd = (reg_val >> 26) & 0xf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_utf8.c105 value = (*p++ & 0xf) << 12;
197 *str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_pcie.c451 BUG_ON((port->owin_res->start >> 16) & 0xf);
454 BUG_ON(((port->owin_res->start + SZ_32M) >> 16) & 0xf);
463 BUG_ON((port->owin_res->start + SZ_48M >> 16) & 0xf);
466 BUG_ON(((port->owin_res->start + SZ_48M + SZ_32M) >> 16) & 0xf);
477 BUG_ON((port->owin_res->start + (SZ_48M * 2) >> 16) & 0xf);
480 BUG_ON(((port->owin_res->start + (SZ_48M * 2) + SZ_32M) >> 16) & 0xf);
523 BUG_ON((port->owin_res->start >> 16) & 0xf);
526 BUG_ON(((port->owin_res->start + SZ_32M) >> 16) & 0xf);
537 BUG_ON((port->owin_res->start + SZ_48M >> 16) & 0xf);
540 BUG_ON(((port->owin_res->start + SZ_48M + SZ_32M) >> 16) & 0xf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h124 #define PAIR_MASK 0xf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dg711.cpp35 #define QUANT_MASK (0xf) /* Quantization field mask. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_tx.h52 #define TX_HW_RESULT_QUEUE_LEN_MASK 0xf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_rf.h37 #define PHILIPS_RF 0xf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dmdio_10g.h21 static inline unsigned efx_mdio_id_rev(u32 id) { return id & 0xf; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.h90 #define DEF_RXL 0xf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.h27 #define KRNLQ_FLAGS_PG_SZ (0xf<<0)
44 #define KRNLQ_TYPE_TYPE (0xf<<28)
312 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/asic/
H A Dirq_asic.c109 asic_write(0xf, int_int_scan);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A D57xx_iscsi_constants.h74 #define ISCSI_KCQE_COMPLETION_STATUS_PROTOCOL_ERR_EXP_DATASN (0xf)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.h113 #define SYNC_PER(x) ((x) & 0xf) /* period field */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Datmel_tsadcc.c45 #define ATMEL_TSADCC_SHTIM (0xf << 24) /* Sample & Hold time */
46 #define ATMEL_TSADCC_PENDBC (0xf << 28) /* Pen Detect debouncing time */
60 #define ATMEL_TSADCC_TSFREQ (0xf << 0) /* TS Frequency in Interleaved mode */
61 #define ATMEL_TSADCC_TSSHTIM (0xf << 24) /* Sample & Hold time */

Completed in 202 milliseconds

<<11121314151617181920>>