| /linux/arch/alpha/lib/ |
| H A D | memset.S | 35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 38 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 40 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 46 bis $16,$16,$0 /* .. E1 */ 56 bis $16,$16,$5 /* .. E1 */ 63 bis $2,$4,$1 /* .. E1 */ 65 bis $31,$31,$31 /* E0 */ 68 bis $31,$31,$31 /* .. E1 */ 74 bis $16,$16,$5 /* E0 */ 85 bis $31,$31,$31 /* E0 */ [all …]
|
| H A D | udiv-qrnnd.S | 55 bis n1,tmp,n1 60 bis n0,qb,n0 63 bis n1,tmp,n1 68 bis n0,qb,n0 71 bis n1,tmp,n1 76 bis n0,qb,n0 79 bis n1,tmp,n1 84 bis n0,qb,n0 88 bis $31,n0,$0 105 bis n1,tmp,n1 [all …]
|
| H A D | ev6-memset.S | 55 bis $16,$16,$0 # E : return value 59 bis $1,$2,$17 # E : 000000000000chch 82 bis $16,$16,$5 # E : Save the address 89 bis $2,$4,$1 # E : Final bytes 105 bis $16,$16,$5 # E : Save dest address 212 bis $2,$4,$1 # E : Put it all together 220 bis $2,$4,$2 # E : New result 224 bis $2,$4,$1 # E : 247 bis $16,$16,$0 # E : return value 260 bis $16,$16,$5 # E : Save the address [all …]
|
| H A D | copy_user.S | 51 bis $1,$2,$1 70 bis $3,$1,$1 75 bis $2,$2,$3 86 bis $1,$2,$1 111 bis $2,$1,$2 113 bis $31,$31,$0
|
| H A D | divide.S | 75 #define GETSIGN(x) bis $24,$24,x 104 bis $25,$25,divisor 106 bis $24,$24,modulus 108 bis $31,$31,quotient 112 bis $31,1,mask 175 bis $24,$25,$28
|
| H A D | memmove.S | 29 bis $1,$2,$1 57 bis $1,$2,$1 102 bis $1,$2,$1 124 bis $1,$2,$1 168 bis $1,$2,$1
|
| H A D | ev6-divide.S | 85 #define GETSIGN(x) bis $24,$24,x 114 bis $25,$25,divisor # E : 117 bis $24,$24,modulus # E : 119 bis $31,$31,quotient # E : 124 bis $31,1,mask # E : 229 bis $24,$25,$28 # E :
|
| H A D | ev6-copy_user.S | 100 bis $3,$1,$1 # .. .. .. E : 106 bis $2,$2,$3 # .. .. E .. :
|
| H A D | ev6-clear_user.S | 135 bis $16,$16,$3 # E : U L U L : Initial wh64 address is dest
|
| H A D | ev6-memcpy.S | 209 bis $3, $1, $1 # E : merged bytes to store
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 675 u8 bis; member 692 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 693 d->bis != conn->iso_qos.bcast.bis) in bis_list() 703 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 705 hci_disable_per_advertising_sync(hdev, d->bis); in terminate_big_sync() 706 hci_remove_ext_adv_instance_sync(hdev, d->bis, NULL); in terminate_big_sync() 727 conn->iso_qos.bcast.bis); in hci_le_terminate_big() 734 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big() 826 struct hci_conn *bis; in bis_cleanup() local 837 bis = hci_conn_hash_lookup_big_state(hdev, in bis_cleanup() [all …]
|
| H A D | hci_event.c | 7062 struct hci_conn *bis, *conn; in hci_le_big_sync_established_evt() local 7068 flex_array_size(ev, bis, ev->num_bis))) in hci_le_big_sync_established_evt() 7085 memset(conn->bis, 0, sizeof(conn->num_bis)); in hci_le_big_sync_established_evt() 7088 u16 handle = le16_to_cpu(ev->bis[i]); in hci_le_big_sync_established_evt() 7091 bis = hci_conn_hash_lookup_handle(hdev, handle); in hci_le_big_sync_established_evt() 7092 if (!bis) { in hci_le_big_sync_established_evt() 7097 bis = hci_conn_add(hdev, BIS_LINK, BDADDR_ANY, 0, in hci_le_big_sync_established_evt() 7099 if (IS_ERR(bis)) in hci_le_big_sync_established_evt() 7105 set_bit(HCI_CONN_PA_SYNC, &bis->flags); in hci_le_big_sync_established_evt() 7107 bis->sync_handle = conn->sync_handle; in hci_le_big_sync_established_evt() [all …]
|
| H A D | iso.c | 904 .bis = BT_ISO_QOS_BIS_UNSET, 1054 struct hci_conn *bis; in iso_sock_rebind_bc() local 1079 bis = iso_pi(sk)->conn->hcon; in iso_sock_rebind_bc() 1086 hci_dev_lock(bis->hdev); in iso_sock_rebind_bc() 1089 if (!iso_pi(sk)->conn || iso_pi(sk)->conn->hcon != bis) { in iso_sock_rebind_bc() 1098 err = hci_past_bis(bis, &sa->iso_bc->bc_bdaddr, in iso_sock_rebind_bc() 2048 struct hci_conn *bis = conn->hcon; in iso_conn_ready() local 2051 adv = hci_find_adv_instance(bis->hdev, in iso_conn_ready() 2052 bis->iso_qos.bcast.bis); in iso_conn_ready()
|
| H A D | hci_sync.c | 7195 DEFINE_FLEX(struct hci_cp_le_big_create_sync, cp, bis, num_bis, 0x11); in hci_le_big_create_sync() 7213 memcpy(cp->bis, conn->bis, conn->num_bis); in hci_le_big_create_sync() 7228 struct_size(cp, bis, cp->num_bis), cp, in hci_le_big_create_sync() 7272 cp.adv_handle = past->conn->iso_qos.bcast.bis; in hci_le_past_set_info_sync()
|
| /linux/block/ |
| H A D | blk-cgroup.c | 626 static void __blkg_clear_stat(struct blkg_iostat_set *bis) in __blkg_clear_stat() argument 631 flags = u64_stats_update_begin_irqsave(&bis->sync); in __blkg_clear_stat() 632 blkg_iostat_set(&bis->cur, &cur); in __blkg_clear_stat() 633 blkg_iostat_set(&bis->last, &cur); in __blkg_clear_stat() 634 u64_stats_update_end_irqrestore(&bis->sync, flags); in __blkg_clear_stat() 1180 struct blkg_iostat_set *bis = &blkg->iostat; in blkcg_print_one_stat() local 1196 seq = u64_stats_fetch_begin(&bis->sync); in blkcg_print_one_stat() 1198 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_one_stat() 1199 wbytes = bis->cur.bytes[BLKG_IOSTAT_WRITE]; in blkcg_print_one_stat() 1200 dbytes = bis->cur.bytes[BLKG_IOSTAT_DISCARD]; in blkcg_print_one_stat() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | head.S | 70 bis $16,$16,$17 81 bis $16,$16,$17
|
| /linux/arch/alpha/boot/ |
| H A D | head.S | 64 bis $30,$30,$20 /* a4 = KSP */
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | sleep.S | 130 @ Step 4 clear DE bis in MDCNFG
|
| /linux/arch/alpha/include/asm/ |
| H A D | atomic.h | 182 ATOMIC_OPS(or, bis) in ATOMIC_OPS()
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 740 __u8 bis[HCI_MAX_ISO_BIS]; member 1149 bdaddr_t *ba, __u8 bis) in hci_conn_hash_lookup_bis() argument 1160 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis() 1197 __u8 big, __u8 bis) in hci_conn_hash_lookup_per_adv_bis() argument 1210 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis() 1618 __u8 num_bis, __u8 bis[]);
|
| H A D | hci.h | 2209 struct hci_bis bis; member 2227 __u8 bis[] __counted_by(num_bis); 2928 __le16 bis[]; member
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 662 ICU0530 "BOCA M1440I 14.4Kbps V.32bis Modem" 687 ICU06B0 "Zoom VFP V.32bis FAX Modem" 688 ICU06C0 "Zoom VP V.32bis Modem"
|