Home
last modified time | relevance | path

Searched refs:htsf_ts (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/bcmdhd/
Ddhd_linux.c6368 htsfts_t *htsf_ts; local
6376 htsf_ts = (htsfts_t*) (p1 + HTSF_HOSTOFFSET - 4);
6381 if (htsf_ts->magic == HTSFMAGIC) {
6382 htsf_ts->tE0 = dhd_get_htsf(dhd, 0);
6383 htsf_ts->cE0 = get_cycles();
Ddhd_sdio.c1749 htsfts_t *htsf_ts; in dhdsdio_txpkt() local
1773 htsf_ts = (htsfts_t*) (p + HTSF_HOSTOFFSET + 12); in dhdsdio_txpkt()
1774 if (htsf_ts->magic == HTSFMAGIC) { in dhdsdio_txpkt()
1775 htsf_ts->c20 = get_cycles(); in dhdsdio_txpkt()
1776 htsf_ts->t20 = dhd_get_htsf(bus->dhd->info, 0); in dhdsdio_txpkt()