Searched refs:bis (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dmemset.S35 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
[all...]
H A Dcopy_user.S51 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 Dudiv-qrnnd.S55 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 n
[all...]
H A Dmemmove.S29 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 Ddivide.S75 #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 Dev6-memset.S55 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
[all...]
H A Dev6-divide.S85 #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 Dev6-copy_user.S100 bis $3,$1,$1 # .. .. .. E :
106 bis $2,$2,$3 # .. .. E .. :
H A Dev6-clear_user.S135 bis $16,$16,$3 # E : U L U L : Initial wh64 address is dest
H A Dev6-memcpy.S209 bis $3, $1, $1 # E : merged bytes to store
/linux-master/arch/alpha/kernel/
H A Dhead.S70 bis $16,$16,$17
81 bis $16,$16,$17
/linux-master/net/bluetooth/
H A Dhci_conn.c679 u8 bis; member in union:iso_list_data::__anon147
696 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET ||
697 d->bis != conn->iso_qos.bcast.bis)
707 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis);
709 hci_disable_per_advertising_sync(hdev, d->bis);
710 hci_remove_ext_adv_instance_sync(hdev, d->bis, NULL);
730 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big,
731 conn->iso_qos.bcast.bis);
826 struct hci_conn *bis; local
1420 u8 bis; local
2108 hci_le_big_create_sync(struct hci_dev *hdev, struct hci_conn *hcon, struct bt_iso_qos *qos, __u16 sync_handle, __u8 num_bis, __u8 bis[]) argument
2114 __u8 bis[0x11]; member in struct:_packed
[all...]
H A Dhci_event.c6991 struct hci_conn *bis; local
6997 flex_array_size(ev, bis, ev->num_bis)))
7003 u16 handle = le16_to_cpu(ev->bis[i]);
7006 bis = hci_conn_hash_lookup_handle(hdev, handle);
7007 if (!bis) {
7008 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY,
7010 if (!bis)
7016 set_bit(HCI_CONN_PA_SYNC, &bis->flags);
7018 bis->iso_qos.bcast.big = ev->handle;
7021 bis
[all...]
H A Diso.c731 * same BIG, just delete the sk and leave the bis
827 .bis = BT_ISO_QOS_BIS_UNSET,
/linux-master/block/
H A Dblk-cgroup.c639 struct blkg_iostat_set *bis = local
641 memset(bis, 0, sizeof(*bis));
644 u64_stats_init(&bis->sync);
645 bis->blkg = blkg;
1107 struct blkg_iostat_set *bis = &blkg->iostat; local
1123 seq = u64_stats_fetch_begin(&bis->sync);
1125 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ];
1126 wbytes = bis->cur.bytes[BLKG_IOSTAT_WRITE];
1127 dbytes = bis
2111 struct blkg_iostat_set *bis; local
[all...]
/linux-master/arch/alpha/boot/
H A Dhead.S64 bis $30,$30,$20 /* a4 = KSP */
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S130 @ Step 4 clear DE bis in MDCNFG
/linux-master/arch/alpha/include/asm/
H A Datomic.h182 ATOMIC_OPS(or, bis)
/linux-master/include/net/bluetooth/
H A Dhci_core.h1129 bdaddr_t *ba, __u8 bis)
1140 if (c->iso_qos.bcast.bis == bis) {
1153 __u8 big, __u8 bis)
1166 c->iso_qos.bcast.bis == bis) {
1539 __u16 sync_handle, __u8 num_bis, __u8 bis[]);
1128 hci_conn_hash_lookup_bis(struct hci_dev *hdev, bdaddr_t *ba, __u8 bis) argument
1151 hci_conn_hash_lookup_per_adv_bis(struct hci_dev *hdev, bdaddr_t *ba, __u8 big, __u8 bis) argument
H A Dbluetooth.h189 __u8 bis; member in struct:bt_iso_bcast_qos
H A Dhci.h2201 struct hci_bis bis; member in struct:hci_cp_le_create_big
2219 __u8 bis[]; member in struct:hci_cp_le_big_create_sync
2887 __le16 bis[]; member in struct:hci_evt_le_big_sync_estabilished

Completed in 259 milliseconds