Symbol: fifo_area
drivers/isdn/hardware/mISDN/hfcpci.c
331
bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
334
bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
360
bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
363
bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
464
df = &((union fifo_area *)(hc->hw.fifos))->d_chan.d_rx;
drivers/isdn/hardware/mISDN/hfcpci.c
610
rxbz = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
611
txbz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
612
bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.rxdat_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
615
rxbz = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
616
txbz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
617
bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.rxdat_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
680
df = &((union fifo_area *) (hc->hw.fifos))->d_chan.d_tx;
drivers/isdn/hardware/mISDN/hfcpci.c
762
bz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
763
bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.txdat_b2;
drivers/isdn/hardware/mISDN/hfcpci.c
765
bz = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1;
drivers/isdn/hardware/mISDN/hfcpci.c
766
bdata = ((union fifo_area *)(hc->hw.fifos))->b_chans.txdat_b1;