Searched refs:bas (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/isdn/gigaset/ |
D | bas-gigaset.c | 365 update_basstate(cs->hw.bas, BS_RESETTING, 0); in error_reset() 368 usb_queue_reset_device(cs->hw.bas->interface); in error_reset() 482 struct bas_cardstate *ucs = cs->hw.bas; in read_ctrl_callback() 554 struct bas_cardstate *ucs = cs->hw.bas; in atread_submit() 675 struct bas_cardstate *ucs = cs->hw.bas; in read_int_callback() 760 stopurbs(bcs->hw.bas); in read_int_callback() 774 &bcs->hw.bas->corrbytes); in read_int_callback() 777 channel, bcs->hw.bas->numsub, l, in read_int_callback() 778 atomic_read(&bcs->hw.bas->corrbytes)); in read_int_callback() 876 ubc = bcs->hw.bas; in read_iso_callback() [all …]
|
D | isocdata.c | 486 result = hdlc_buildframe(bcs->hw.bas->isooutbuf, in, len); in gigaset_isoc_buildframe() 491 result = trans_buildframe(bcs->hw.bas->isooutbuf, in, len); in gigaset_isoc_buildframe() 509 bcs->hw.bas->giants++; in hdlc_putbyte() 554 bcs->hw.bas->runts++; in hdlc_done() 559 bcs->hw.bas->fcserrs++; in hdlc_done() 568 bcs->hw.bas->goodbytes += len; in hdlc_done() 587 bcs->hw.bas->alignerrs++; in hdlc_frag() 633 struct bas_bc_state *ubc = bcs->hw.bas; in hdlc_unpack() 864 bcs->hw.bas->goodbytes += skb->len; in trans_receive() 1005 tasklet_schedule(&bcs->hw.bas->sent_tasklet); in gigaset_isoc_send_skb()
|
D | Makefile | 8 bas_gigaset-y := bas-gigaset.o isocdata.o
|
D | gigaset.h | 397 struct bas_bc_state *bas; /* usb hardware driver (base) */ member 503 struct bas_cardstate *bas; /* USB hardware driver (base) */ member
|
/Linux-v4.19/arch/s390/boot/ |
D | head.S | 100 bas %r14,.Lirqwait 163 bas %r14,.Lloader # load rest of ipl image 172 bas %r14,.Lloader # load parameter file 212 bas %r14,.Lloader # load ramdisk 241 bas %r14,.Lirqwait # wait for IO interrupt
|
/Linux-v4.19/arch/powerpc/boot/ |
D | 4xx.c | 70 static u64 ibm440spe_decode_bas(u32 bas) in ibm440spe_decode_bas() argument 72 u64 base = ((u64)(bas & 0xFFE00000u)) << 2; in ibm440spe_decode_bas() 75 switch ((bas >> 4) & 0xFFF) { in ibm440spe_decode_bas() 99 printf("Memory BAS value 0x%08x unsupported !\n", bas); in ibm440spe_decode_bas()
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 82 4d bas RX_RRRD
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 639 4003b0: 4d ee d0 00 bas %r14,0(%r14,%r13) # jump to test setting r14 as return
|