isp1301
struct isp1301 *isp = i2c_get_clientdata(client);
#define phy_to_isp(p) (container_of((p), struct isp1301, phy))
static int __isp1301_write(struct isp1301 *isp, u8 reg, u8 value, u8 clear)
static int isp1301_write(struct isp1301 *isp, u8 reg, u8 value)
static int isp1301_clear(struct isp1301 *isp, u8 reg, u8 value)
struct isp1301 *isp = phy_to_isp(phy);
struct isp1301 *isp = phy_to_isp(phy);
struct isp1301 *isp;