Searched refs:bcs (Results 26 - 50 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Ddiva.c403 Memhscx_empty_fifo(struct BCState *bcs, int count) argument
406 struct IsdnCardState *cs = bcs->cs;
412 if (bcs->hw.hscx.rcvidx + count > HSCX_BUFMAX) {
415 MemWriteHSCXCMDR(cs, bcs->hw.hscx.hscx, 0x80);
416 bcs->hw.hscx.rcvidx = 0;
419 ptr = bcs->hw.hscx.rcvbuf + bcs->hw.hscx.rcvidx;
422 *ptr++ = memreadreg(cs->hw.diva.cfg_reg, bcs->hw.hscx.hscx ? 0x40 : 0);
423 MemWriteHSCXCMDR(cs, bcs->hw.hscx.hscx, 0x80);
424 ptr = bcs
437 Memhscx_fill_fifo(struct BCState *bcs) argument
482 struct BCState *bcs = cs->bcs + hscx; local
573 struct BCState *bcs; local
[all...]
H A Dhisax_fcpcipnp.h53 struct fritz_bcs bcs[2]; member in struct:fritz_adapter
56 void (*write_ctrl) (struct fritz_bcs *bcs, int which);
H A Dconfig.c777 if (csta->bcs->BC_Close != NULL) {
778 csta->bcs->BC_Close(csta->bcs + 1);
779 csta->bcs->BC_Close(csta->bcs);
1240 cs->HW_Flags, cs->bcs[0].Flag, cs->bcs[1].Flag);
1241 printk(KERN_DEBUG "HiSax: bcs 0 mode %d ch%d\n",
1242 cs->bcs[0].mode, cs->bcs[
1605 hisax_b_sched_event(struct BCState *bcs, int event) argument
1670 struct BCState *bcs = b_if->bcs; local
1751 struct BCState *bcs = st->l1.bcs; local
1781 hisax_bc_setstack(struct PStack *st, struct BCState *bcs) argument
1801 hisax_bc_close(struct BCState *bcs) argument
[all...]
H A Disdnl1.c270 BChannel_proc_xmt(struct BCState *bcs) argument
272 struct PStack *st = bcs->st;
274 if (test_bit(BC_FLG_BUSY, &bcs->Flag)) {
275 debugl1(bcs->cs, "BC_BUSY Error");
281 if (!test_bit(BC_FLG_ACTIV, &bcs->Flag)) {
282 if (!test_bit(BC_FLG_BUSY, &bcs->Flag) &&
283 skb_queue_empty(&bcs->squeue)) {
290 BChannel_proc_rcv(struct BCState *bcs) argument
294 if (bcs->st->l1.l1m.state == ST_L1_WAIT_ACT) {
295 FsmDelTimer(&bcs
304 BChannel_proc_ack(struct BCState *bcs) argument
320 struct BCState *bcs = container_of(work, struct BCState, tqueue); local
363 struct BCState *bcs = cs->bcs + bc; local
[all...]
H A Dhisax_if.h48 struct BCState *bcs; member in struct:hisax_b_if
H A Dhscx.h38 extern void modehscx(struct BCState *bcs, int mode, int bc);
H A Dhfc_2bs0.h58 extern void main_irq_hfc(struct BCState *bcs);
H A Dnetjet.h68 void netjet_fill_dma(struct BCState *bcs);
H A Dteleint.c190 if (cs->bcs[0].mode) {
192 main_irq_hfc(&cs->bcs[0]);
194 if (cs->bcs[1].mode) {
196 main_irq_hfc(&cs->bcs[1]);
281 cs->bcs[0].hw.hfc.send = NULL;
282 cs->bcs[1].hw.hfc.send = NULL;
H A Dst5481.h398 struct st5481_bcs bcs[2]; member in struct:st5481_adapter
432 int st5481_setup_b(struct st5481_bcs *bcs);
433 void st5481_release_b(struct st5481_bcs *bcs);
H A Dhfc_2bds0.h124 extern void main_irq_2bds0(struct BCState *bcs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dspinlock.S20 bcs 1b
30 bcs 1b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dbas-gigaset.c313 static inline void error_hangup(struct bc_state *bcs) argument
315 struct cardstate *cs = bcs->cs;
318 __func__, bcs->channel);
320 if (!gigaset_add_event(cs, &bcs->at_state, EV_HUP, NULL, 0, NULL))
337 req_submit(cs->bcs, HD_CLOSE_ATCHANNEL, 0, BAS_TIMEOUT);
602 struct bc_state *bcs; local
658 bcs = cs->bcs + channel;
660 gigaset_bchannel_up(bcs);
671 bcs
763 struct bc_state *bcs; local
862 starturbs(struct bc_state *bcs) argument
1064 struct bc_state *bcs = (struct bc_state *) data; local
1228 struct bc_state *bcs = (struct bc_state *) data; local
1361 struct bc_state *bcs = (struct bc_state *) data; local
1488 req_submit(struct bc_state *bcs, int req, int val, int timeout) argument
1545 gigaset_init_bchannel(struct bc_state *bcs) argument
1591 gigaset_close_bchannel(struct bc_state *bcs) argument
1967 gigaset_freebcshw(struct bc_state *bcs) argument
2000 gigaset_initbcshw(struct bc_state *bcs) argument
2052 gigaset_reinitbcshw(struct bc_state *bcs) argument
[all...]
H A Dser-gigaset.c68 struct bc_state *bcs = &cs->bcs[0]; /* only one channel */ local
69 struct sk_buff *skb = bcs->tx_skb;
77 bcs->tx_skb = NULL;
92 gigaset_skb_sent(bcs, skb);
97 bcs->tx_skb = NULL;
165 struct bc_state *bcs; local
168 if (!cs || !(bcs = cs->bcs)) {
172 if (!bcs
326 gigaset_init_bchannel(struct bc_state *bcs) argument
337 gigaset_close_bchannel(struct bc_state *bcs) argument
348 gigaset_initbcshw(struct bc_state *bcs) argument
359 gigaset_freebcshw(struct bc_state *bcs) argument
369 gigaset_reinitbcshw(struct bc_state *bcs) argument
[all...]
H A Dusb-gigaset.c240 static int gigaset_init_bchannel(struct bc_state *bcs) argument
243 gigaset_bchannel_up(bcs);
247 static int gigaset_close_bchannel(struct bc_state *bcs) argument
250 gigaset_bchannel_down(bcs);
264 struct bc_state *bcs = &cs->bcs[0]; /* only one channel */ local
278 if (!bcs->tx_skb) { /* no skb is being sent */
291 bcs->tx_skb = skb_dequeue(&bcs->squeue);
292 if (bcs
530 gigaset_freebcshw(struct bc_state *bcs) argument
537 gigaset_initbcshw(struct bc_state *bcs) argument
544 gigaset_reinitbcshw(struct bc_state *bcs) argument
585 struct bc_state *bcs = &cs->bcs[0]; /* only one channel */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dinitializers.c68 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf; local
88 res = usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe, bcs,
H A Dtransport.c974 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *) us->iobuf; local
1050 bcs, US_BULK_CS_WRAP_LEN, &cswlen);
1059 bcs, US_BULK_CS_WRAP_LEN, &cswlen);
1068 bcs, US_BULK_CS_WRAP_LEN, NULL);
1077 residue = le32_to_cpu(bcs->Residue);
1079 le32_to_cpu(bcs->Signature), bcs->Tag,
1080 residue, bcs->Status);
1081 if (bcs->Tag != us->tag || bcs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm940.S107 bcs 2b @ entries 63 to 0
109 bcs 1b @ segments 3 to 0
156 bcs 2b @ entries 63 to 0
158 bcs 1b @ segments 7 to 0
178 bcs 2b @ entries 63 to 0
180 bcs 1b @ segments 7 to 0
201 bcs 2b @ entries 63 to 0
203 bcs 1b @ segments 7 to 0
228 bcs 2b @ entries 63 to 0
230 bcs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Dentry-macro.S48 bcs 1008f @ Bit set; irq found
64 bcs 1008f @ Bit set; irq found
91 bcs 1008f @ Bit set; irq found
128 bcs 1008f @ Bit set; irq found
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Ddivdi3.S73 1: bcs 5f
80 bcs 3f
108 1: bcs 5f
115 bcs 3f
132 1: bcs 5f
139 bcs 3f
207 1: bcs 5f
214 bcs 3f
H A Dudivdi3.S35 1: bcs 5f
42 bcs 3f
72 1: bcs 5f
79 bcs 3f
98 1: bcs 5f
105 bcs 3f
177 1: bcs 5f
184 bcs 3f
H A Drwsem.S49 bcs 4f
100 bcs 4f
190 bcs 3f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dmpih-add1.S78 bcs L(L2)
H A Dmpih-sub1.S77 bcs L(L2)
H A Dsyntax.h49 #define bcs jcs macro
107 #define bcs BCS macro
158 #define bcs jbcs macro

Completed in 209 milliseconds

1234