Searched refs:h5 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/bluetooth/ |
D | hci_h5.c | 67 struct h5 { struct 99 static void h5_reset_rx(struct h5 *h5); argument 103 struct h5 *h5 = hu->priv; in h5_link_control() local 114 skb_queue_tail(&h5->unrel, nskb); in h5_link_control() 117 static u8 h5_cfg_field(struct h5 *h5) in h5_cfg_field() argument 122 field |= (h5->tx_win & 7); in h5_cfg_field() 132 struct h5 *h5 = hu->priv; in h5_timed_event() local 138 if (h5->state == H5_UNINITIALIZED) in h5_timed_event() 141 if (h5->state == H5_INITIALIZED) { in h5_timed_event() 142 conf_req[2] = h5_cfg_field(h5); in h5_timed_event() [all …]
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 87 # r5 = {h5 g5 f5 e5 d5 c5 b5 a5} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 109 vshufps $0xDD, \t1, \r2, \r7 # r7 = {h5 g5 f5 e5 h1 g1 f1 e1} 116 vperm2f128 $0x13, \r3, \r7, \r5 # h5...a5
|