Home
last modified time | relevance | path

Searched +full:0 +full:x2000 (Results 1101 – 1125 of 1189) sorted by relevance

1...<<4142434445464748

/linux-3.3/net/decnet/
Daf_decnet.c181 if (port == 0) in check_port()
189 return 0; in check_port()
195 static unsigned short port = 0x2000; in port_alloc()
198 while(check_port(cpu_to_le16(++port)) != 0) { in port_alloc()
200 return 0; in port_alloc()
231 rv = 0; in dn_hash_sock()
256 if (hash == 0) { in listen_hash()
258 for(i = 0; i < le16_to_cpu(addr->sdn_objnamel); i++) { in listen_hash()
282 DN_SK(sk)->addrloc = 0; in dn_rehash_sock()
295 case 0: in dn_sockaddr2username()
[all …]
/linux-3.3/drivers/net/fddi/skfp/h/
Dskfbi.h34 #define PCI_VENDOR_ID 0x00 /* 16 bit Vendor ID */
35 #define PCI_DEVICE_ID 0x02 /* 16 bit Device ID */
36 #define PCI_COMMAND 0x04 /* 16 bit Command */
37 #define PCI_STATUS 0x06 /* 16 bit Status */
38 #define PCI_REV_ID 0x08 /* 8 bit Revision ID */
39 #define PCI_CLASS_CODE 0x09 /* 24 bit Class Code */
40 #define PCI_CACHE_LSZ 0x0c /* 8 bit Cache Line Size */
41 #define PCI_LAT_TIM 0x0d /* 8 bit Latency Timer */
42 #define PCI_HEADER_T 0x0e /* 8 bit Header Type */
43 #define PCI_BIST 0x0f /* 8 bit Built-in selftest */
[all …]
/linux-3.3/drivers/media/video/cx231xx/
Dcx231xx-417.c47 #define ITVC_WRITE_DIR 0x03FDFC00
48 #define ITVC_READ_DIR 0x0001FC00
50 #define MCI_MEMORY_DATA_BYTE0 0x00
51 #define MCI_MEMORY_DATA_BYTE1 0x08
52 #define MCI_MEMORY_DATA_BYTE2 0x10
53 #define MCI_MEMORY_DATA_BYTE3 0x18
55 #define MCI_MEMORY_ADDRESS_BYTE2 0x20
56 #define MCI_MEMORY_ADDRESS_BYTE1 0x28
57 #define MCI_MEMORY_ADDRESS_BYTE0 0x30
59 #define MCI_REGISTER_DATA_BYTE0 0x40
[all …]
/linux-3.3/drivers/net/ethernet/
Dfealnx.c70 /* Include files, designed to support most kernel versions 2.0.0 and later. */
113 module_param(max_interrupt_work, int, 0);
114 module_param(debug, int, 0);
115 module_param(rx_copybreak, int, 0);
116 module_param(multicast_filter_limit, int, 0);
117 module_param_array(options, int, NULL, 0);
118 module_param_array(full_duplex, int, NULL, 0);
120 MODULE_PARM_DESC(debug, "fealnx enable debugging (0-1)");
123 MODULE_PARM_DESC(options, "fealnx: Bits 0-3: media type, bit 17: full duplex");
161 PAR0 = 0x0, /* physical address 0-3 */
[all …]
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h48 #define IWEVCUSTOM 0x8c02
62 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
66 #define KEY_TYPE_NA 0x0
67 #define KEY_TYPE_WEP40 0x1
68 #define KEY_TYPE_TKIP 0x2
69 #define KEY_TYPE_CCMP 0x4
70 #define KEY_TYPE_WEP104 0x5
73 #define MAX_QUEUE_SIZE 0x10
78 #define BK_QUEUE 0
95 #define IE_CISCO_FLAG_POSITION 0x08 // Flag byte: byte 8, numbered from 0.
[all …]
/linux-3.3/drivers/net/ethernet/broadcom/
Dbnx2.c86 static int disable_msi = 0;
88 module_param(disable_msi, int, 0);
92 BCM5706 = 0,
124 PCI_VENDOR_ID_HP, 0x3101, 0, 0, NC370T },
126 PCI_VENDOR_ID_HP, 0x3106, 0, 0, NC370I },
128 PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5706 },
130 PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5708 },
132 PCI_VENDOR_ID_HP, 0x3102, 0, 0, NC370F },
134 PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5706S },
136 PCI_ANY_ID, PCI_ANY_ID, 0, 0, BCM5708S },
[all …]
/linux-3.3/arch/x86/
DKconfig646 memtest=0, mean disabled; -- default
1000 Pentium 4, Xeon etc. The AMD support is for family 0x10 and
1001 0x11 processors, e.g. Opteron, Phenom and Turion 64 Ultra.
1041 major 202 and minors 0 to 31 for /dev/cpu/0/msr to /dev/cpu/31/msr.
1050 with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
1150 default 0xB0000000 if VMSPLIT_3G_OPT
1151 default 0x80000000 if VMSPLIT_2G
1152 default 0x78000000 if VMSPLIT_2G_OPT
1153 default 0x40000000 if VMSPLIT_1G
1154 default 0xC0000000
[all …]
/linux-3.3/drivers/tty/
Damiserial.c138 return 0; in serial_paranoia_check()
252 int oe = 0; in receive_chars()
262 if((serdatr & 0x1ff) == 0) in receive_chars()
267 ch = serdatr & 0xff; in receive_chars()
328 tty_insert_flip_char(tty, 0, TTY_OVERRUN); in receive_chars()
339 custom.serdat = info->x_char | 0x100; in transmit_chars()
342 info->x_char = 0; in transmit_chars()
354 custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100; in transmit_chars()
423 info->tty->hw_stopped = 0; in check_modem_status()
546 int retval=0; in startup()
[all …]
/linux-3.3/drivers/usb/misc/sisusbvga/
Dsisusb_init.h57 #define ModeText 0x00
58 #define ModeCGA 0x01
59 #define ModeEGA 0x02
60 #define ModeVGA 0x03
61 #define Mode15Bpp 0x04
62 #define Mode16Bpp 0x05
63 #define Mode24Bpp 0x06
64 #define Mode32Bpp 0x07
66 #define ModeTypeMask 0x07
67 #define IsTextMode 0x07
[all …]
/linux-3.3/drivers/video/aty/
Daty128fb.c102 640, 480, 640, 480, 0, 0, 8, 0,
103 {0, 8, 0}, {0, 8, 0}, {0, 8, 0}, {0, 0, 0},
104 0, 0, -1, -1, 0, 39722, 48, 16, 33, 10, 96, 2,
105 0, FB_VMODE_NONINTERLACED
113 1024, 768, 1024, 768, 0, 0, 8, 0,
114 {0, 8, 0}, {0, 8, 0}, {0, 8, 0}, {0, 0, 0},
115 0, 0, -1, -1, 0, 12699, 160, 32, 28, 1, 96, 3,
134 .sync = 0,
175 PCI_ANY_ID, PCI_ANY_ID, 0, 0, rage_M3_pci },
177 PCI_ANY_ID, PCI_ANY_ID, 0, 0, rage_M3 },
[all …]
/linux-3.3/drivers/net/ethernet/packetengines/
Dhamachi.c36 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
46 static int max_rx_latency = 0x11;
47 static int max_rx_gap = 0x05;
48 static int min_rx_pkt = 0x18;
49 static int max_tx_latency = 0x00;
50 static int max_tx_gap = 0x00;
51 static int min_tx_pkt = 0x30;
55 -Setting to 0 disables copies
71 0x00000000 : Autodetect PCI bus
72 0x00000010 : Force 32 bit PCI bus
[all …]
/linux-3.3/drivers/net/ethernet/via/
Dvia-rhine.c35 #define DRV_VERSION "1.5.0"
42 static int debug = 0;
44 (0x0000)
130 module_param(debug, int, 0);
131 module_param(rx_copybreak, int, 0);
132 module_param(avoid_D3, bool, 0);
153 offset 0x78. For most of these settings, this driver assumes that they are
241 VT86C100A = 0x00,
242 VTunknown0 = 0x20,
243 VT6102 = 0x40,
[all …]
/linux-3.3/drivers/net/ethernet/3com/
Dtyphoon.c50 * 0: Port IO
137 MODULE_PARM_DESC(use_mmio, "Use MMIO (1) or PIO(0) to access the NIC. "
139 module_param(rx_copybreak, int, 0);
140 module_param(use_mmio, int, 0);
156 #define TYPHOON_CRYPTO_NONE 0x00
157 #define TYPHOON_CRYPTO_DES 0x01
158 #define TYPHOON_CRYPTO_3DES 0x02
159 #define TYPHOON_CRYPTO_VARIABLE 0x04
160 #define TYPHOON_FIBER 0x08
161 #define TYPHOON_WAKEUP_NEEDS_RESET 0x10
[all …]
/linux-3.3/fs/ext4/
Dext4.h54 } while (0)
56 #define ext4_debug(f, a...) do {} while (0)
60 ext4_error_inode((inode), __func__, __LINE__, 0, (fmt), ## a)
88 #define EXT4_MB_HINT_MERGE 0x0001
90 #define EXT4_MB_HINT_RESERVED 0x0002
92 #define EXT4_MB_HINT_METADATA 0x0004
94 #define EXT4_MB_HINT_FIRST 0x0008
96 #define EXT4_MB_HINT_BEST 0x0010
98 #define EXT4_MB_HINT_DATA 0x0020
100 #define EXT4_MB_HINT_NOPREALLOC 0x0040
[all …]
/linux-3.3/drivers/net/ethernet/smsc/
Dsmc91x.c28 * nowait = 0 for normal wait states, 1 eliminates additional wait states
65 #define SMC_DEBUG 0
95 # define SMC_NOWAIT 0
143 #define THROTTLE_TX_PKTS 0
151 #if SMC_DEBUG > 0
156 } while (0)
160 #define DBG(n, args...) do { } while(0)
174 for (i = 0; i < lines ; i ++) { in PRINT_PKT()
176 for (cur = 0; cur < 8; cur++) { in PRINT_PKT()
184 for (i = 0; i < remainder/2 ; i++) { in PRINT_PKT()
[all …]
/linux-3.3/drivers/usb/gadget/
Dmv_udc_core.c45 #define ep_dir(ep) (((ep)->ep_num == 0) ? \
72 /* for endpoint 0 operations */
76 .bEndpointAddress = 0,
85 int i = 0; in ep0_reset()
88 for (i = 0; i < 2; i++) { in ep0_reset()
102 epctrlx = readl(&udc->op_regs->epctrlx[0]); in ep0_reset()
114 writel(epctrlx, &udc->op_regs->epctrlx[0]); in ep0_reset()
124 epctrlx = readl(&udc->op_regs->epctrlx[0]); in ep0_stall()
126 writel(epctrlx, &udc->op_regs->epctrlx[0]); in ep0_stall()
140 int retval = 0; in process_ep_req()
[all …]
/linux-3.3/drivers/net/wireless/b43/
Dtables_nphy.c32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
33 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
35 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
36 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
37 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
39 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
40 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
41 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
/linux-3.3/drivers/net/ethernet/sun/
Dcassini.c137 #define RX_DONT_BATCH 0 /* if 1, don't batch flows */
138 #define RX_COPY_ALWAYS 0 /* if 0, use frags */
171 * 2 * page_size - 0x50
176 #define CAS_MAX_MTU min(((cp->page_size << 1) - 0x50), 9000)
199 module_param(cassini_debug, int, 0);
201 module_param(link_mode, int, 0);
213 module_param(linkdown_timeout, int, 0);
227 BMCR_ANENABLE, /* 0 : autoneg */
228 0, /* 1 : 10bt half duplex */
237 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
[all …]
/linux-3.3/drivers/macintosh/
Dvia-pmu.c79 /* VIA registers - spaced 0x200 bytes apart */
80 #define RS 0x200 /* skip between registers */
81 #define B 0 /* B-side data */
99 #define TACK 0x08 /* Transfer acknowledge (input) */
100 #define TREQ 0x10 /* Transfer request (output) */
103 #define SR_CTRL 0x1c /* Shift register control bits */
104 #define SR_EXT 0x0c /* Shift on external clock */
105 #define SR_OUT 0x10 /* Shift out if 1 */
108 #define IER_SET 0x80 /* set bits in IER */
109 #define IER_CLR 0 /* clear bits in IER */
[all …]
/linux-3.3/drivers/media/common/tuners/
Dmt2063.c37 } while (0)
43 #define MT2063_SPUR_PRESENT_ERR (0x00800000)
46 #define MT2063_SPUR_CNT_MASK (0x001f0000)
50 #define MT2063_UPC_RANGE (0x04000000)
53 #define MT2063_DNC_RANGE (0x08000000)
65 #define MT2063_DECT_AVOID_US_FREQS 0x00000001
67 #define MT2063_DECT_AVOID_EURO_FREQS 0x00000002
69 #define MT2063_EXCLUDE_US_DECT_FREQUENCIES(s) (((s) & MT2063_DECT_AVOID_US_FREQS) != 0)
71 #define MT2063_EXCLUDE_EURO_DECT_FREQUENCIES(s) (((s) & MT2063_DECT_AVOID_EURO_FREQS) != 0)
74 MT2063_NO_DECT_AVOIDANCE = 0, /* Do not create DECT exclusion zones. */
[all …]
/linux-3.3/drivers/net/wireless/
Dat76c50x-usb.c56 #define DBG_PROGRESS 0x00000001 /* authentication/accociation */
57 #define DBG_BSS_TABLE 0x00000002 /* show BSS table after scans */
58 #define DBG_IOCTL 0x00000004 /* ioctl calls / settings */
59 #define DBG_MAC_STATE 0x00000008 /* MAC state transitions */
60 #define DBG_TX_DATA 0x00000010 /* tx header */
61 #define DBG_TX_DATA_CONTENT 0x00000020 /* tx content */
62 #define DBG_TX_MGMT 0x00000040 /* tx management */
63 #define DBG_RX_DATA 0x00000080 /* rx data header */
64 #define DBG_RX_DATA_CONTENT 0x00000100 /* rx data content */
65 #define DBG_RX_MGMT 0x00000200 /* rx mgmt frame headers */
[all …]
/linux-3.3/drivers/net/tokenring/
Dibmtr.c108 #define IBMTR_DEBUG_MESSAGES 0
121 #define TR_VERBOSE 0
156 0x05, 0x00, 0x04, 0x09,
157 0x04, 0x03, 0x04, 0x0f,
158 0x03, 0x06, 0x03, 0x01,
159 0x03, 0x01, 0x03, 0x00,
160 0x03, 0x09, 0x03, 0x09,
161 0x03, 0x00, 0x02, 0x00
165 0x04, 0x0d, 0x04, 0x01,
166 0x05, 0x02, 0x05, 0x03,
[all …]
/linux-3.3/include/linux/
Dsched.h7 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */
8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
11 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
13 #define CLONE_VFORK 0x00004000 /* set if the parent wants the child to wake it up on mm_release */
14 #define CLONE_PARENT 0x00008000 /* set if we want to have the same parent as the cloner */
15 #define CLONE_THREAD 0x00010000 /* Same thread group? */
16 #define CLONE_NEWNS 0x00020000 /* New namespace group? */
[all …]
Dnetdevice.h67 #define NET_ADDR_PERM 0 /* address is permanent (default) */
72 #define NET_RX_SUCCESS 0 /* keep 'em coming, baby */
93 #define NET_XMIT_SUCCESS 0x00
94 #define NET_XMIT_DROP 0x01 /* skb dropped */
95 #define NET_XMIT_CN 0x02 /* congestion notification */
96 #define NET_XMIT_POLICED 0x03 /* skb is shot by police */
97 #define NET_XMIT_MASK 0x0f /* qdisc flags in net/sch_generic.h */
102 #define net_xmit_eval(e) ((e) == NET_XMIT_CN ? 0 : (e))
103 #define net_xmit_errno(e) ((e) != NET_XMIT_CN ? -ENOBUFS : 0)
106 #define NETDEV_TX_MASK 0xf0
[all …]
/linux-3.3/drivers/gpu/drm/radeon/
Datombios.h32 #define ATOM_VERSION_MAJOR 0x00020000
33 #define ATOM_VERSION_MINOR 0x00000002
58 #define ATOM_DAC_A 0
62 #define ATOM_CRTC1 0
68 #define ATOM_CRTC_INVALID 0xFF
70 #define ATOM_DIGA 0
73 #define ATOM_PPLL1 0
80 #define ATOM_PPLL_INVALID 0xFF
82 #define ENCODER_REFCLK_SRC_P1PLL 0
86 #define ENCODER_REFCLK_SRC_INVALID 0xFF
[all …]

1...<<4142434445464748