Searched refs:byte (Results 26 - 50 of 283) sorted by relevance

1234567891011>>

/drivers/isdn/hardware/eicon/
H A Dentity.h24 byte buffer[2048 + 512];
H A Ddebug_if.h44 int diva_maint_init(byte *base, unsigned long length, int do_init);
53 int diva_get_driver_info(dword id, byte *data, int data_length);
54 int diva_get_driver_dbg_mask(dword id, byte *data);
H A Ds_bri.c44 byte __iomem *addrHi, *addrLo, *ioaddr;
48 byte __iomem *Port;
66 dump_trap_frame(IoAdapter, &((byte *)Xlog)[0x90]);
69 regs[0] = GET_DWORD(&((byte *)Xlog)[0x70]);
70 regs[1] = GET_DWORD(&((byte *)Xlog)[0x74]);
71 regs[2] = GET_DWORD(&((byte *)Xlog)[0x78]);
72 regs[3] = GET_DWORD(&((byte *)Xlog)[0x7c]);
96 outpp(addrHi, (byte)((BRI_UNCACHED_ADDR(IoAdapter->MemoryBase + IoAdapter->MemorySize -
105 byte __iomem *p = DIVA_OS_MEM_ATTACH_CTLREG(IoAdapter);
113 byte __iome
[all...]
H A Dxdi_adapter.h10 byte bus;
11 byte func;
19 byte irq;
H A Dio.c73 static byte extended_xdi_features[DIVA_XDI_EXTENDED_FEATURES_MAX_SZ + 1] = {
159 dump_trap_frame(PISDN_ADAPTER IoAdapter, byte __iomem *exceptionFrame)
205 byte i;
395 e->No = (byte)i;
587 byte mem_in(ADAPTER *a, void *addr)
589 byte val;
590 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io);
598 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io);
605 volatile byte __iomem *Base = DIVA_OS_MEM_ATTACH_RAM((PISDN_ADAPTER)a->io);
614 volatile byte __iome
[all...]
H A Dpc.h33 byte P[270]; /* data/parameter field */
40 byte Req; /* request register */
41 byte ReqId; /* request task/entity identification */
42 byte Rc; /* return code register */
43 byte RcId; /* return code task/entity identification */
44 byte Ind; /* Indication register */
45 byte IndId; /* Indication task/entity identification */
46 byte IMask; /* Interrupt Mask Flag */
47 byte RNR; /* Receiver Not Ready (set by PC) */
48 byte XLoc
[all...]
H A Dmessage.c77 static byte test_group_ind_mask_bit(PLCI *plci, word b);
82 static word api_parse(byte *, word, byte *, API_PARSE *);
83 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out);
95 static void control_rc(PLCI *, byte, byte, byte, byte, byte);
96 static void data_rc(PLCI *, byte);
[all...]
H A Dplatform.h57 #ifndef byte
58 #define byte u8 macro
203 void PCIwrite(byte bus, byte func, int offset, void *data, int length, void *pci_dev_handle);
204 void PCIread(byte bus, byte func, int offset, void *data, int length, void *pci_dev_handle);
214 byte inpp(void __iomem *);
225 byte irq_nr;
229 int diva_os_register_irq(void *context, byte irq, const char *name);
230 void diva_os_remove_irq(void *context, byte ir
[all...]
H A Ddebug.c21 static void single_p(byte *P, word *PLength, byte Id);
23 static word SuperTraceCreateReadReq(byte *P, const char *path);
49 byte *pmem;
78 byte *Base; /* lowest address (constant) */
79 byte *High; /* Base + Size (constant) */
80 byte *Head; /* first message in queue (if any) */
81 byte *Tail; /* first free position */
82 byte *Wrap; /* current wraparound position */
96 static void queueInit(MSG_QUEUE *Q, byte *Buffe
[all...]
H A Ds_4bri.c48 byte __iomem *base;
102 byte volatile __iomem *qBriCntrl;
103 byte volatile __iomem *p;
129 byte volatile __iomem *qBriReset;
130 byte volatile __iomem *p;
147 byte volatile __iomem *p;
186 static byte *qBri_check_FPGAsrc(PISDN_ADAPTER IoAdapter, char *FileName,
188 byte *File;
192 if (!(File = (byte *)xdiLoadFile(FileName, Length, 0))) {
277 byte *Fil
[all...]
/drivers/staging/bcm/
H A DProtocol.h110 #define IP_VERSION(byte) (((byte&0xF0)>>4))
148 #define GET_TCP_HEADER_LEN(byte) ((byte&0xF0)>>4)
/drivers/mtd/maps/
H A Dck804xrom.c67 * byte @0x88: bit 0..7
68 * byte @0x8c: bit 8..15
84 u8 byte; local
88 pci_read_config_byte(window->pdev, 0x6d, &byte);
89 pci_write_config_byte(window->pdev, 0x6d, byte & ~1);
119 u8 byte; local
137 pci_read_config_byte(pdev, 0x88, &byte);
138 pci_write_config_byte(pdev, 0x88, byte | win_size_bits );
141 pci_read_config_byte(pdev, 0x88, &byte);
143 if ((byte
[all...]
H A Dichxrom.c94 u8 byte; local
111 pci_read_config_byte(pdev, FWH_DEC_EN1, &byte);
112 if (byte == 0xff) {
114 pci_read_config_byte(pdev, FWH_DEC_EN2, &byte);
115 if ((byte & 0x0f) == 0x0f) {
118 else if ((byte & 0x0e) == 0x0e) {
121 else if ((byte & 0x0c) == 0x0c) {
124 else if ((byte & 0x08) == 0x08) {
128 else if ((byte & 0xfe) == 0xfe) {
131 else if ((byte
[all...]
H A Damd76xrom.c62 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.");
71 u8 byte; local
75 pci_read_config_byte(window->pdev, 0x40, &byte);
76 pci_write_config_byte(window->pdev, 0x40, byte & ~1);
107 u8 byte; local
122 pci_read_config_byte(pdev, 0x43, &byte);
123 pci_write_config_byte(pdev, 0x43, byte | win_size_bits );
126 pci_read_config_byte(pdev, 0x43, &byte);
127 if ((byte & ((1<<7)|(1<<6))) == ((1<<7)|(1<<6))) {
130 else if ((byte
[all...]
/drivers/input/misc/
H A Dcm109.c85 u8 byte[4]; member in struct:cm109_ctl_packet
324 dev->ctl_data->byte[HID_OR0] |= BUZZER_ON;
326 dev->ctl_data->byte[HID_OR0] &= ~BUZZER_ON;
343 dev->irq_data->byte[0],
344 dev->irq_data->byte[1],
345 dev->irq_data->byte[2],
346 dev->irq_data->byte[3],
356 if (dev->irq_data->byte[HID_IR0] & 0x0f) {
357 const int code = (dev->irq_data->byte[HID_IR0] & 0x0f);
365 if ((dev->gpi & 0xf0) == (dev->irq_data->byte[HID_IR
[all...]
/drivers/spi/
H A Dspi-butterfly.c88 u8 bit, byte = pp->lastbyte; local
93 byte |= bit;
95 byte &= ~bit;
96 parport_write_data(pp->port, byte);
97 pp->lastbyte = byte;
104 u8 bit, byte = pp->lastbyte; local
109 byte |= bit;
111 byte &= ~bit;
112 parport_write_data(pp->port, byte);
113 pp->lastbyte = byte;
[all...]
/drivers/media/video/tm6000/
H A Dtm6000-i2c.c160 int addr, rc, i, byte; local
173 * immediately after a 1 or 2 byte write to select
183 /* 1 or 2 byte write followed by a read */
185 for (byte = 0; byte < msgs[i].len; byte++)
186 printk(KERN_CONT " %02x", msgs[i].buf[byte]);
207 for (byte = 0; byte < msgs[i].len; byte
[all...]
/drivers/scsi/bfa/
H A Dbfa_cs.h332 u8 byte[8]; member in union:__anon4172
336 sprintf(wwn_str, "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x", w.byte[0],
337 w.byte[1], w.byte[2], w.byte[3], w.byte[4], w.byte[5],
338 w.byte[6], w.byte[7]);
346 u8 byte[ member in union:__anon4173
[all...]
/drivers/i2c/busses/
H A Di2c-stub.c81 dev_dbg(&adap->dev, "smbus byte - addr 0x%02x, "
85 data->byte = chip->words[chip->pointer++] & 0xff;
86 dev_dbg(&adap->dev, "smbus byte - addr 0x%02x, "
88 addr, data->byte);
97 chip->words[command] |= data->byte;
98 dev_dbg(&adap->dev, "smbus byte data - addr 0x%02x, "
100 addr, data->byte, command);
102 data->byte = chip->words[command] & 0xff;
103 dev_dbg(&adap->dev, "smbus byte data - addr 0x%02x, "
105 addr, data->byte, comman
[all...]
/drivers/parport/
H A Dieee1284_ops.c47 unsigned char byte; local
122 byte = *addr++;
123 parport_write_data (port, byte);
158 unsigned char byte = 0;
211 byte |= nibble << 4;
212 *buf++ = byte;
214 byte = nibble;
251 unsigned char byte;
279 byte = parport_read_data (port);
280 *buf++ = byte;
[all...]
/drivers/auxdisplay/
H A Dks0108.c61 * get race conditions in any way. Locking for each byte here would be
75 void ks0108_writedata(unsigned char byte) argument
77 parport_write_data(ks0108_parport, byte);
80 void ks0108_writecontrol(unsigned char byte) argument
83 parport_write_control(ks0108_parport, byte ^ (bit(0) | bit(1) | bit(3)));
/drivers/staging/rtl8192u/ieee80211/
H A Daes.c86 * #define byte(x, nr) ((unsigned char)((x) >> (nr*8)))
89 byte(const u32 x, const unsigned n) function
128 bo[n] = ft_tab[0][byte(bi[n],0)] ^ \
129 ft_tab[1][byte(bi[(n + 1) & 3],1)] ^ \
130 ft_tab[2][byte(bi[(n + 2) & 3],2)] ^ \
131 ft_tab[3][byte(bi[(n + 3) & 3],3)] ^ *(k + n)
134 bo[n] = it_tab[0][byte(bi[n],0)] ^ \
135 it_tab[1][byte(bi[(n + 3) & 3],1)] ^ \
136 it_tab[2][byte(bi[(n + 2) & 3],2)] ^ \
137 it_tab[3][byte(b
[all...]
/drivers/s390/cio/
H A Dchp.h36 int byte = num >> 3; local
39 return (bitmap[byte] & mask) ? 1 : 0;
/drivers/media/video/cx231xx/
H A Dcx231xx-i2c.c184 * read a byte from the i2c device
270 * read a byte from the i2c device
367 int addr, rc, i, byte; local
392 for (byte = 0; byte < msgs[i].len; byte++)
393 printk(" %02x", msgs[i].buf[byte]);
403 for (byte = 0; byte < msgs[i].len; byte
[all...]
/drivers/media/video/saa7134/
H A Dsaa7134-i2c.c68 NO_ACKN = 10, // no acknowledge after data byte transfer
82 STOP = 1, // stop condition, no associated byte transfer
83 CONTINUE = 2, // continue with byte transfer
84 START = 3 // start condition with byte transfer
241 int addr,rc,i,byte; local
276 for (byte = 0; byte < msgs[i].len; byte++) {
282 msgs[i].buf[byte] = rc;
284 /* discard mysterious extra byte whe
[all...]

Completed in 6874 milliseconds

1234567891011>>