Searched refs:lenc (Results 1 – 2 of 2) sorted by relevance
244 u8 lenc[2]; in efuse_read_phymap_from_txpktbuf() local248 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()
392 struct link_encoder *lenc = dc->links[i]->link_enc; in dcn10_log_hw_state() local396 if (lenc->funcs->read_state) { in dcn10_log_hw_state()397 lenc->funcs->read_state(lenc, &s); in dcn10_log_hw_state()