Searched refs:pcr (Results 1 – 2 of 2) sorted by relevance
276 u8 pc1m[56], pcr[56]; in deskey() local295 pcr[j] = pc1m[l]; in deskey()297 pcr[j] = pc1m[l - 28]; in deskey()302 pcr[j] = pc1m[l]; in deskey()304 pcr[j] = pc1m[l - 28]; in deskey()307 if ((int) pcr[(int) pc2[j]] != 0) in deskey()309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
111 pcr_reg_t pcr = { in ip101_page_select() local114 …ESP_GOTO_ON_ERROR(eth->phy_reg_write(eth, ip101->addr, ETH_PHY_PCR_REG_ADDR, pcr.val), err, TAG, "… in ip101_page_select()