Searched refs:dp_sel (Results 1 – 1 of 1) sorted by relevance
435 u32 dp_sel; in smsc75xx_dataport_wait_not_busy() local436 ret = smsc75xx_read_reg(dev, DP_SEL, &dp_sel); in smsc75xx_dataport_wait_not_busy()442 if (dp_sel & DP_SEL_DPRDY) in smsc75xx_dataport_wait_not_busy()457 u32 dp_sel; in smsc75xx_dataport_write() local468 ret = smsc75xx_read_reg(dev, DP_SEL, &dp_sel); in smsc75xx_dataport_write()474 dp_sel &= ~DP_SEL_RSEL; in smsc75xx_dataport_write()475 dp_sel |= ram_select; in smsc75xx_dataport_write()476 ret = smsc75xx_write_reg(dev, DP_SEL, dp_sel); in smsc75xx_dataport_write()