Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c404 int physet; in ipg_set_phy_set() local
406 physet = ipg_r8(PHY_SET); in ipg_set_phy_set()
407 physet &= ~(IPG_PS_MEM_LENB9B | IPG_PS_MEM_LEN9 | IPG_PS_NON_COMPDET); in ipg_set_phy_set()
408 physet |= ((sp->led_mode & 0x70) >> 4); in ipg_set_phy_set()
409 ipg_w8(physet, PHY_SET); in ipg_set_phy_set()