Searched refs:CONFIG_REG (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dni_at_a2150.c75 #define CONFIG_REG 0x0 macro
520 outw(devpriv->config_bits, dev->iobase + CONFIG_REG); a2150_ai_cmd()
611 outw(devpriv->config_bits, dev->iobase + CONFIG_REG); a2150_ai_rinsn()
756 outw_p(DPD_BIT | APD_BIT, dev->iobase + CONFIG_REG); a2150_attach()
757 outw_p(DPD_BIT, dev->iobase + CONFIG_REG); a2150_attach()
760 outw(devpriv->config_bits, dev->iobase + CONFIG_REG); a2150_attach()
773 outw(devpriv->config_bits, dev->iobase + CONFIG_REG); a2150_attach()
781 outw(APD_BIT | DPD_BIT, dev->iobase + CONFIG_REG); a2150_detach()
/linux-4.4.14/drivers/macintosh/
H A Dtherm_adt746x.c36 #define CONFIG_REG 0x40 macro
507 rc = read_reg(th, CONFIG_REG); probe_thermostat()
521 write_reg(th, CONFIG_REG, 1); probe_thermostat()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91x.h572 #define CONFIG_REG(lp) SMC_REG(lp, 0x0000, 1) macro
933 #define SMC_GET_CONFIG(lp) SMC_inw(ioaddr, CONFIG_REG(lp))
935 #define SMC_SET_CONFIG(lp, x) SMC_outw(x, ioaddr, CONFIG_REG(lp))
H A Dsmc91x.c283 * This is necessary because the CONFIG_REG is not affected smc_reset()

Completed in 145 milliseconds