Home
last modified time | relevance | path

Searched refs:b_fifo_size (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/isdn/hisax/
Dhfc_sx.c149 fifo_size = cs->hw.hfcsx.b_fifo_size; /* B-channel */ in write_fifo()
236 fifo_size = cs->hw.hfcsx.b_fifo_size; /* B-channel */ in read_fifo()
354 if (cs->hw.hfcsx.b_fifo_size) return(1); /* already determined */ in set_fifo_size()
357 cs->hw.hfcsx.b_fifo_size = B_FIFO_SIZE_32K; in set_fifo_size()
361 cs->hw.hfcsx.b_fifo_size = B_FIFO_SIZE_8K; in set_fifo_size()
1597 cs->hw.hfcsx.b_fifo_size = 0; /* fifo size still unknown */ in setup_hfcsx()
Dhisax.h716 int b_fifo_size; member