Home
last modified time | relevance | path

Searched refs:nsh (Results 1 – 6 of 6) sorted by relevance

/drivers/bluetooth/
Ddtl1_cs.c97 struct nsh { struct
205 struct nsh *nsh; in dtl1_receive() local
230 nsh = (struct nsh *)info->rx_skb->data; in dtl1_receive()
239 info->rx_count = nsh->len + (nsh->len & 0x0001); in dtl1_receive()
242 hci_skb_pkt_type(info->rx_skb) = nsh->type; in dtl1_receive()
245 if (nsh->len & 0x0001) { in dtl1_receive()
388 struct nsh nsh; in dtl1_hci_send_frame() local
393 nsh.type = 0x81; in dtl1_hci_send_frame()
397 nsh.type = 0x82; in dtl1_hci_send_frame()
401 nsh.type = 0x83; in dtl1_hci_send_frame()
[all …]
/drivers/net/dsa/hirschmann/
Dhellcreek_ptp.c31 u16 nsl, nsh; in hellcreek_ptp_clock_read() local
43 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
44 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
45 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
46 nsh = hellcreek_ptp_read(hellcreek, PR_SS_SYNC_DATA_C); in hellcreek_ptp_clock_read()
49 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_clock_read()
102 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local
105 nsh = ((u32)ts->tv_nsec & 0xffff0000) >> 16; in hellcreek_ptp_settime()
118 hellcreek_ptp_write(hellcreek, nsh, PR_CLOCK_WRITE_C); in hellcreek_ptp_settime()
Dhellcreek_hwtstamp.c202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
204 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
205 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
206 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
207 nsh = hellcreek_ptp_read(hellcreek, ts_reg); in hellcreek_ptp_hwtstamp_read()
210 return (u64)nsl | ((u64)nsh << 16); in hellcreek_ptp_hwtstamp_read()
/drivers/md/
Draid5.c2557 struct stripe_head *osh, *nsh; in resize_stripes() local
2578 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf); in resize_stripes()
2579 if (!nsh) in resize_stripes()
2582 list_add(&nsh->lru, &newstripes); in resize_stripes()
2587 nsh = list_entry(newstripes.next, struct stripe_head, lru); in resize_stripes()
2588 list_del(&nsh->lru); in resize_stripes()
2589 free_stripe(sc, nsh); in resize_stripes()
2601 list_for_each_entry(nsh, &newstripes, lru) { in resize_stripes()
2612 nsh->pages[i] = osh->pages[i]; in resize_stripes()
2617 nsh->dev[i].page = osh->dev[i].page; in resize_stripes()
[all …]
/drivers/perf/
Darm_spe_pmu.c546 dsb(nsh); in arm_spe_pmu_disable_and_drain_local()
566 dsb(nsh); in arm_spe_pmu_buf_get_fault_act()
/drivers/hwtracing/coresight/
Dcoresight-trbe.c212 dsb(nsh); in trbe_drain_buffer()