Searched refs:dp_sel (Results 1 – 1 of 1) sorted by relevance
445 u32 dp_sel; in smsc75xx_dataport_wait_not_busy() local446 ret = smsc75xx_read_reg(dev, DP_SEL, &dp_sel); in smsc75xx_dataport_wait_not_busy()452 if (dp_sel & DP_SEL_DPRDY) in smsc75xx_dataport_wait_not_busy()467 u32 dp_sel; in smsc75xx_dataport_write() local478 ret = smsc75xx_read_reg(dev, DP_SEL, &dp_sel); in smsc75xx_dataport_write()484 dp_sel &= ~DP_SEL_RSEL; in smsc75xx_dataport_write()485 dp_sel |= ram_select; in smsc75xx_dataport_write()486 ret = smsc75xx_write_reg(dev, DP_SEL, dp_sel); in smsc75xx_dataport_write()