Searched refs:pbit (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/netisdn/ |
| D | i4b_sframe.c | 126 i4b_tx_rr_command(l2_softc_t *l2sc, pbit_t pbit) in i4b_tx_rr_command() argument 132 m = i4b_build_s_frame(l2sc, CR_CMD_TO_NT, pbit, RR); in i4b_tx_rr_command() 160 i4b_tx_rnr_command(l2_softc_t *l2sc, pbit_t pbit) in i4b_tx_rnr_command() argument 166 m = i4b_build_s_frame(l2sc, CR_CMD_TO_NT, pbit, RNR); in i4b_tx_rnr_command() 211 i4b_build_s_frame(l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char type) in i4b_build_s_frame() argument 224 m->m_data[OFF_SNR] = (l2sc->vr << 1) | (pbit & 0x01); in i4b_build_s_frame()
|
| D | i4b_uframe.c | 210 i4b_build_u_frame(l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char type) in i4b_build_u_frame() argument 221 if(pbit) in i4b_build_u_frame() 233 i4b_tx_sabme(l2_softc_t *l2sc, pbit_t pbit) in i4b_tx_sabme() argument 239 m = i4b_build_u_frame(l2sc, CR_CMD_TO_NT, pbit, SABME); in i4b_tx_sabme() 261 i4b_tx_disc(l2_softc_t *l2sc, pbit_t pbit) in i4b_tx_disc() argument 267 m = i4b_build_u_frame(l2sc, CR_CMD_TO_NT, pbit, DISC); in i4b_tx_disc()
|
| D | i4b_l2.h | 302 extern struct mbuf * i4b_build_s_frame ( l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char… 303 extern struct mbuf * i4b_build_u_frame ( l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char… 342 extern void i4b_tx_disc ( l2_softc_t *l2sc, pbit_t pbit ); 346 extern void i4b_tx_rnr_command ( l2_softc_t *l2sc, pbit_t pbit ); 348 extern void i4b_tx_rr_command ( l2_softc_t *l2sc, pbit_t pbit ); 350 extern void i4b_tx_sabme ( l2_softc_t *l2sc, pbit_t pbit );
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | cris.cpu | 506 (define-pmacro wf-condition pbit) 885 (sll (zext SI (reg BI h-pbit)) 7) 904 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 949 (sll (zext SI (reg BI h-pbit)) 7) 984 (set (reg BI h-pbit) (if BI (ne SI (and val (sll 1 7)) 0) 1 0)) 1076 (dsh h-pbit "sequence-broken bit" ((MACH crisv10,crisv32)) (register BI)) 1199 (dnop pbit "" (SEM-ONLY (MACH crisv10,crisv32)) h-pbit f-nil) 2223 (if (eq pbit 0) 2230 (set cbit pbit))
|