Searched refs:h_src (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | dynack.h | 43 u8 h_src[ETH_ALEN]; member
|
A D | dynack.c | 162 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()
|
/linux-6.3-rc2/drivers/media/i2c/cx25840/ |
A D | cx25840-core.c | 1755 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()
|
Completed in 15 milliseconds