Searched refs:byte (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/drivers/isdn/hardware/eicon/
H A Dpr_pc.h30 byte ReqInput; /* number of Req Buffers sent */
31 byte ReqOutput; /* number of Req Buffers returned */
32 byte ReqReserved; /* number of Req Buffers reserved */
33 byte Int; /* ISDN-P interrupt */
34 byte XLock; /* Lock field for arbitration */
35 byte RcOutput; /* number of Rc buffers received */
36 byte IndOutput; /* number of Ind buffers received */
37 byte IMask; /* Interrupt Mask Flag */
38 byte Reserved1[2]; /* reserved field, do not use */
39 byte ReadyIn
[all...]
H A Ddi.h43 byte IdTable[256];
44 byte IdTypeTable[256];
45 byte FlowControlIdTable[256];
46 byte FlowControlSkipTable[256];
47 byte ReadyInt;
48 byte RcExtensionSupported;
49 byte misc_flags_table[256];
51 byte (*ram_in)(ADAPTER *a, void *adr);
55 void (*ram_out)(ADAPTER *a, void *adr, byte data);
64 byte stream_buffe
[all...]
H A Dpc_maint.h27 /* #define POINTER_32BIT byte * __ptr32 */
30 #define POINTER_32BIT byte *
73 byte Id;
74 byte u;
75 byte listen;
76 byte active;
77 byte sin[3];
78 byte bc[6];
79 byte llc[6];
80 byte hl
[all...]
H A Ddi_defs.h46 byte P[270]; /* data/parameter field */
50 byte name[BOARD_NAME_LENGTH];
61 #define L1_STARTUP_DOWN_MSK 0x01 /* first byte position (index 0) with value 0x01 */
64 byte len; /* max length of para field in bytes */
65 byte para[REQ_PARA_LEN]; /* parameter field */
69 byte *P;
72 byte Req; /* pending request */
73 byte Rc; /* return code received */
74 byte Ind; /* indication received */
75 byte ReqC
[all...]
H A Dmaintidi.h32 int SuperTraceReadRequest(void *AdapterHandle, const char *name, byte *data);
34 int SuperTraceASSIGN(void *AdapterHandle, byte *data);
36 int SuperTraceTraceOnRequest(void *hAdapter, const char *name, byte *data);
38 byte *data,
41 byte type,
42 byte var_length);
45 byte *data);
67 byte buffer[DIVA_MAX_MANAGEMENT_TRANSFER_SIZE + 1];
73 byte rc_ok;
161 byte escap
[all...]
H A Dio.h56 byte cfg_1;
100 byte __iomem *Address;
101 byte __iomem *Config;
102 byte __iomem *Control;
103 byte __iomem *reset;
104 byte __iomem *port;
105 byte __iomem *ram;
106 byte __iomem *cfg;
107 byte __iomem *prom;
108 byte __iome
[all...]
H A Ddiva_pci.h16 byte diva_os_get_pci_bus(void *pci_dev_handle);
17 byte diva_os_get_pci_func(void *pci_dev_handle);
H A Dcapidtmf.h51 byte digit_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE];
62 byte current_digit_value;
63 byte state;
67 byte ulaw;
70 word capidtmf_recv_indication(t_capidtmf_state *p_state, byte *buffer);
71 void capidtmf_recv_block(t_capidtmf_state *p_state, byte *buffer, word length);
72 void capidtmf_init(t_capidtmf_state *p_state, byte ulaw);
H A Ddivacapi.h130 byte msn[MAX_CPN_MASK_SIZE];
144 byte *info;
149 byte info[MAX_MSG_SIZE];
165 typedef void (*t_std_internal_command)(dword Id, PLCI *plci, byte Rc);
184 byte *xbuffer_used;
193 byte *queue;
199 byte msg_lost;
200 byte appl_flags;
204 byte MaxNCCI;
205 byte MaxNCCIDat
[all...]
H A Ddi.c44 byte pr_dpc(ADAPTER *a);
45 static byte pr_ready(ADAPTER *a);
46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword);
47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFE
[all...]
H A Dcapi20.h120 byte structs[0]; /* Additional Info */
129 byte structs[0]; /* Called party number,
146 byte structs[0]; /* Called party number,
158 byte structs[0]; /* B_protocol,
165 byte structs[0]; /* Connected party number,
171 byte structs[0]; /* empty */
175 byte structs[0]; /* Additional Info */
187 byte structs[0]; /* empty */
193 byte structs[0]; /* Calling party number,
202 byte struct
[all...]
H A Distream.c44 byte usr1,
45 byte usr2);
51 byte *usr1,
52 byte *usr2);
75 byte usr1,
76 byte usr2) {
80 byte *data_ptr = (byte *)data;
153 byte *usr1,
154 byte *usr
[all...]
H A Dhelpers.h28 dword diva_get_protocol_file_features(byte *File,
/drivers/media/video/
H A Dtea6415c.c54 u8 byte = 0; local
67 byte = 0x00;
70 byte = 0x20;
73 byte = 0x10;
76 byte = 0x08;
79 byte = 0x18;
82 byte = 0x28;
88 byte |= 0x00;
91 byte |= 0x04;
94 byte |
[all...]
H A Dtda9840.c71 int byte; local
78 byte = TDA9840_SET_STEREO;
81 byte = TDA9840_SET_BOTH;
84 byte = TDA9840_SET_LANG1;
87 byte = TDA9840_SET_LANG2;
90 byte = TDA9840_SET_MONO;
93 v4l2_dbg(1, debug, sd, "TDA9840_SWITCH: 0x%02x\n", byte);
94 tda9840_write(sd, SWITCH, byte);
101 u8 byte; local
104 if (1 != i2c_master_recv(client, &byte,
[all...]
H A Dtea6420.c56 u8 byte; local
66 byte = ((o - 1) << 5);
67 byte |= (i - 1);
72 byte |= (3 << 3);
75 byte |= (2 << 3);
78 byte |= (1 << 3);
84 ret = i2c_smbus_write_byte(client, byte);
/drivers/net/irda/
H A Dma600-sir.c47 /* control byte for MA600 */
119 __u8 byte; local
124 byte = MA600_115200;
127 byte = MA600_57600;
130 byte = MA600_38400;
133 byte = MA600_19200;
136 byte = MA600_9600;
139 byte = MA600_2400;
143 return byte;
177 u8 byte; local
[all...]
H A Dtoim3232-sir.c40 * where a command byte is sent to select the baudrate of the RS232
73 * high-nibble of the command byte (when setting speed and pulse length).
242 u8 byte; local
250 /* Figure out what we are going to send as a control byte */
253 byte = TOIM3232_PW|TOIM3232_2400;
260 byte = TOIM3232_PW|TOIM3232_9600;
263 byte = TOIM3232_PW|TOIM3232_19200;
266 byte = TOIM3232_PW|TOIM3232_38400;
269 byte = TOIM3232_PW|TOIM3232_57600;
272 byte
[all...]
H A Dtekram-sir.c116 * [oops, why 100 msec? sending 1 byte (10 bits) takes 1.05 msec
130 u8 byte; local
144 byte = TEKRAM_PW|TEKRAM_9600;
147 byte = TEKRAM_PW|TEKRAM_19200;
150 byte = TEKRAM_PW|TEKRAM_38400;
153 byte = TEKRAM_PW|TEKRAM_57600;
156 byte = TEKRAM_115200;
166 /* Write control byte */
167 sirdev_raw_write(dev, &byte, 1);
/drivers/staging/comedi/drivers/
H A D8253.h242 unsigned int byte; local
253 byte = counter_number << 6;
254 byte |= 0x30; /* load low then high byte */
255 byte |= (mode << 1); /* set counter mode */
256 outb(byte, base_address + (i8254_control_reg << regshift));
257 byte = count & 0xff; /* lsb of counter value */
258 outb(byte, base_address + (counter_number << regshift));
259 byte = (count >> 8) & 0xff; /* msb of counter value */
260 outb(byte, base_addres
269 unsigned int byte; local
296 unsigned int byte; local
317 unsigned int byte; local
340 unsigned int byte; local
356 unsigned int byte; local
378 unsigned int byte; local
398 unsigned int byte; local
[all...]
/drivers/block/paride/
H A Dparide.h68 char * scratch, /* address of 512 byte buffer */
101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p;
104 #define w0(byte) {out_p(0,byte);}
106 #define w1(byte) {out_p(1,byte);}
108 #define w2(byte) {out_p(2,byte);}
110 #define w3(byte) {out_
[all...]
/drivers/net/ethernet/dlink/
H A Dde620.c129 typedef unsigned char byte; typedef
216 static volatile byte NIC_Cmd;
217 static volatile byte next_rx_page;
218 static byte first_rx_page;
219 static byte last_rx_page;
220 static byte EIPRegister;
223 byte NodeID[6];
224 byte RAM_Size;
225 byte Model;
226 byte Medi
[all...]
/drivers/pci/
H A Dsyscall.c20 u8 byte; local
36 cfg_ret = pci_user_read_config_byte(dev, off, &byte);
55 err = put_user(byte, (unsigned char __user *)buf);
90 u8 byte; local
104 err = get_user(byte, (u8 __user *)buf);
107 err = pci_user_write_config_byte(dev, off, byte);
/drivers/s390/cio/
H A Dairq.c29 unsigned char byte[NR_AIRQS]; member in union:indicator_t
85 return &indicators[isc].byte[ret];
100 i = (int) ((addr_t) ind) - ((addr_t) &indicators[isc].byte[0]);
103 indicators[isc].byte[i] = 0;
139 airq->handler(&indicators[isc].byte[i],
145 indicators[isc].byte[i] = 0;
/drivers/net/ethernet/i825xx/
H A D3c505.h135 typedef unsigned char byte; typedef
202 byte minor_vers,
222 byte command;
223 byte length;
229 byte multicast[10][6];
230 byte eth_addr[6];
231 byte failed;
238 byte raw[62];

Completed in 429 milliseconds

1234567891011>>