Searched refs:b1_put_byte (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davmcard.h258 static inline void b1_put_byte(unsigned int base, unsigned char val) function
275 b1_put_byte(base, val & 0xff);
276 b1_put_byte(base, (val >> 8) & 0xff);
277 b1_put_byte(base, (val >> 16) & 0xff);
278 b1_put_byte(base, (val >> 24) & 0xff);
297 b1_put_byte(base, *dp++);
304 b1_put_byte(base, WRITE_REGISTER);
312 b1_put_byte(base, READ_REGISTER);
484 b1_put_byte(base, *dp++);
491 b1_put_byte(bas
[all...]
H A Db1.c201 b1_put_byte(base, SEND_CONFIG);
203 b1_put_byte(base, SEND_CONFIG);
214 b1_put_byte(base, SEND_CONFIG);
216 b1_put_byte(base, buf[i++]);
230 b1_put_byte(base, SEND_CONFIG);
233 b1_put_byte(base, buf[i++]);
235 b1_put_byte(base, 0);
258 b1_put_byte(base, SEND_POLL);
310 b1_put_byte(port, SEND_INIT);
348 b1_put_byte(por
[all...]
H A Dt1isa.c221 b1_put_byte(card->port, SEND_POLLACK);
322 b1_put_byte(port, SEND_INIT);
480 b1_put_byte(port, SEND_DATA_B3_REQ);
487 b1_put_byte(port, SEND_MESSAGE);
H A Db1dma.c658 b1_put_byte(base, SEND_POLLACK);

Completed in 101 milliseconds