Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/avm/
Davmcard.h258 static inline void b1_put_byte(unsigned int base, unsigned char val) in b1_put_byte() function
275 b1_put_byte(base, val & 0xff); in b1_put_word()
276 b1_put_byte(base, (val >> 8) & 0xff); in b1_put_word()
277 b1_put_byte(base, (val >> 16) & 0xff); in b1_put_word()
278 b1_put_byte(base, (val >> 24) & 0xff); in b1_put_word()
297 b1_put_byte(base, *dp++); in b1_put_slice()
304 b1_put_byte(base, WRITE_REGISTER); in b1_wr_reg()
312 b1_put_byte(base, READ_REGISTER); in b1_rd_reg()
484 b1_put_byte(base, *dp++); in t1_put_slice()
491 b1_put_byte(base, *dp++); in t1_put_slice()
Db1.c204 b1_put_byte(base, SEND_CONFIG); in b1_load_config()
206 b1_put_byte(base, SEND_CONFIG); in b1_load_config()
217 b1_put_byte(base, SEND_CONFIG); in b1_load_config()
219 b1_put_byte(base, buf[i++]); in b1_load_config()
233 b1_put_byte(base, SEND_CONFIG); in b1_load_config()
236 b1_put_byte(base, buf[i++]); in b1_load_config()
238 b1_put_byte(base, 0); in b1_load_config()
261 b1_put_byte(base, SEND_POLL); in b1_loaded()
313 b1_put_byte(port, SEND_INIT); in b1_load_firmware()
354 b1_put_byte(port, SEND_REGISTER); in b1_register_appl()
[all …]
Dt1isa.c218 b1_put_byte(card->port, SEND_POLLACK); in t1isa_interrupt()
319 b1_put_byte(port, SEND_INIT); in t1isa_load_firmware()
481 b1_put_byte(port, SEND_DATA_B3_REQ); in t1isa_send_message()
485 b1_put_byte(port, SEND_MESSAGE); in t1isa_send_message()
Db1dma.c665 b1_put_byte(base, SEND_POLLACK); in b1dma_loaded()