Lines Matching refs:outw
266 outw(val, ioaddr + regCommandIntStatus_w); in a3c90x_internal_IssueCommand()
306 outw(address + ((0x02)<<6), ioaddr + regEepromCommand_0_w); in a3c90x_internal_ReadEeprom()
329 outw(0x30, ioaddr + regEepromCommand_0_w); in a3c90x_internal_WriteEepromWord()
333 outw(address + ((0x03)<<6), ioaddr + regEepromCommand_0_w); in a3c90x_internal_WriteEepromWord()
337 outw(value, ioaddr + regEepromData_0_w); in a3c90x_internal_WriteEepromWord()
338 outw(0x30, ioaddr + regEepromCommand_0_w); in a3c90x_internal_WriteEepromWord()
342 outw(address + ((0x01)<<6), ioaddr + regEepromCommand_0_w); in a3c90x_internal_WriteEepromWord()
418 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+0); in a3c90x_reset()
419 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+2); in a3c90x_reset()
420 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+4); in a3c90x_reset()
669 outw(cmdRxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w); in a3c90x_disable()
670 outw(cmdTxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w); in a3c90x_disable()
773 outw(htons(eeprom[0]), INF_3C90X.IOAddr + regStationAddress_2_3w); in a3c90x_probe()
774 outw(htons(eeprom[1]), INF_3C90X.IOAddr + regStationAddress_2_3w+2); in a3c90x_probe()
775 outw(htons(eeprom[2]), INF_3C90X.IOAddr + regStationAddress_2_3w+4); in a3c90x_probe()
776 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+0); in a3c90x_probe()
777 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+2); in a3c90x_probe()
778 outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+4); in a3c90x_probe()