Searched refs:phy_temp (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ag7xxx.c | 199 u32 phy_temp; in ag7xxx_switch_reg_read() local 217 phy_temp = ((reg >> 6) & 0x7) | 0x10; in ag7xxx_switch_reg_read() 221 ret = ag7xxx_switch_read(bus, phy_temp, reg_temp | 0, &rv); in ag7xxx_switch_reg_read() 226 ret = ag7xxx_switch_read(bus, phy_temp, reg_temp | 1, &rv); in ag7xxx_switch_reg_read() 239 u32 phy_temp; in ag7xxx_switch_reg_write() local 256 phy_temp = ((reg >> 6) & 0x7) | 0x10; in ag7xxx_switch_reg_write() 268 ret = ag7xxx_switch_write(bus, phy_temp, reg_temp | 0, val & 0xffff); in ag7xxx_switch_reg_write() 272 ret = ag7xxx_switch_write(bus, phy_temp, reg_temp | 1, val >> 16); in ag7xxx_switch_reg_write() 276 ret = ag7xxx_switch_write(bus, phy_temp, reg_temp | 1, val >> 16); in ag7xxx_switch_reg_write() 280 ret = ag7xxx_switch_write(bus, phy_temp, reg_temp | 0, val & 0xffff); in ag7xxx_switch_reg_write()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 4486 int ret, phy_temp = 0; in wl_tvpm_dump() local 4507 ret = wldev_iovar_getbuf(dev, "phy_tempsense", &phy_temp, sizeof(phy_temp), in wl_tvpm_dump() 4510 phy_temp = dtoh32(*(int*)outbuf); in wl_tvpm_dump() 4521 WL_MSG(dev->name,"phy_temp=%3d\n", phy_temp); in wl_tvpm_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_hsi.h | 7686 u8 phy_temp; member
|