Lines Matching refs:outw
42 outw(0x0001,(unsigned long)PLD_RTCRSTODT); in out_byte_rtc()
44 outw(((x<<8)|(reg_addr&0xff)),(unsigned long)PLD_RTCWRDATA); in out_byte_rtc()
46 outw(0x0002,(unsigned long)PLD_RTCCR); in out_byte_rtc()
51 outw(0x0000,(unsigned long)PLD_RTCRSTODT); in out_byte_rtc()
61 outw(0x0001,(unsigned long)PLD_RTCRSTODT); in in_byte_rtc()
63 outw((reg_addr&0xff),(unsigned long)PLD_RTCRDDATA); in in_byte_rtc()
65 outw(0x0001,(unsigned long)PLD_RTCCR); in in_byte_rtc()
73 outw(0x0000,(unsigned long)PLD_RTCRSTODT); in in_byte_rtc()
307 outw(0x0000,(unsigned long)PLD_RTCCR); in ds1302_probe()
308 outw(0x0000,(unsigned long)PLD_RTCRSTODT); in ds1302_probe()
309 outw(baur,(unsigned long)PLD_RTCBAUR); in ds1302_probe()