Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_efuse.c244 u8 lenc[2]; in efuse_read_phymap_from_txpktbuf() local
248 lenc[0] = usb_read8(adapter, REG_PKTBUF_DBG_DATA_L); in efuse_read_phymap_from_txpktbuf()
249 lenc[1] = usb_read8(adapter, REG_PKTBUF_DBG_DATA_L + 1); in efuse_read_phymap_from_txpktbuf()
251 aaabak = le16_to_cpup((__le16 *)lenc); in efuse_read_phymap_from_txpktbuf()
252 lenbak = le16_to_cpu(*((__le16 *)lenc)); in efuse_read_phymap_from_txpktbuf()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c392 struct link_encoder *lenc = dc->links[i]->link_enc; in dcn10_log_hw_state() local
396 if (lenc->funcs->read_state) { in dcn10_log_hw_state()
397 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()