Home
last modified time | relevance | path

Searched refs:h_src (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddynack.h43 u8 h_src[ETH_ALEN]; member
H A Ddynack.c162 src = da->st_rbf.addr[da->st_rbf.h_rb].h_src; in ath_dynack_compute_to()
254 memcpy(da->st_rbf.addr[da->st_rbf.t_rb].h_src, hdr->addr2, ETH_ALEN); in ath_dynack_sample_tx_ts()
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local
1774 h_src = (cx25840_read(client, 0x426) & 0x3f) << 4; in cx25840_set_fmt()
1775 h_src |= (cx25840_read(client, 0x425) & 0xf0) >> 4; in cx25840_set_fmt()
1777 h_src = (cx25840_read(client, 0x472) & 0x3f) << 4; in cx25840_set_fmt()
1778 h_src |= (cx25840_read(client, 0x471) & 0xf0) >> 4; in cx25840_set_fmt()
1797 if (h_src == 0 || in cx25840_set_fmt()
1801 (unsigned int)h_src, (unsigned int)v_src); in cx25840_set_fmt()
1809 fmt->width = clamp(fmt->width, (h_src + 15) / 16, h_src); in cx25840_set_fmt()
1820 hsc = (h_src * (1 << 20)) / fmt->width - (1 << 20); in cx25840_set_fmt()