Searched refs:nxp_c45_macsec_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/phy/ |
H A D | nxp-c45-tja11xx-macsec.c | 290 static int nxp_c45_macsec_write(struct phy_device *phydev, u16 addr, u32 value) in nxp_c45_macsec_write() function 369 nxp_c45_macsec_write(phydev, MACSEC_EVER, reg); in nxp_c45_secy_irq_en() 474 nxp_c45_macsec_write(phydev, sa_regs->npn, npn.lower); in nxp_c45_sa_set_pn() 475 nxp_c45_macsec_write(phydev, sa_regs->xnpn, npn.upper); in nxp_c45_sa_set_pn() 484 nxp_c45_macsec_write(phydev, sa_regs->lnpn, lnpn.lower); in nxp_c45_sa_set_pn() 485 nxp_c45_macsec_write(phydev, sa_regs->lxnpn, lnpn.upper); in nxp_c45_sa_set_pn() 503 nxp_c45_macsec_write(phydev, reg, value); in nxp_c45_sa_set_key() 510 nxp_c45_macsec_write(phydev, reg, value); in nxp_c45_sa_set_key() 514 nxp_c45_macsec_write(phydev, sa_regs->ssci, value); in nxp_c45_sa_set_key() 517 nxp_c45_macsec_write(phydev, sa_regs->cs, MACSEC_SA_CS_A); in nxp_c45_sa_set_key() [all …]
|