Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Ddynack.h43 u8 h_src[ETH_ALEN]; member
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()
/linux-5.19.10/drivers/gpu/drm/vkms/
Dvkms_composer.c41 int h_src = drm_rect_height(&composer->src) >> 16; in compute_crc() local
44 for (y = y_src; y < y_src + h_src; ++y) { in compute_crc()
/linux-5.19.10/drivers/media/i2c/cx25840/
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()