Home
last modified time | relevance | path

Searched refs:wd_command (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dwdc.c203 chp->c_cmdreg[wd_status] = chp->c_cmdreg[wd_command]; in wdc_init()
275 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand()
321 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dwdc.c290 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand()
336 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext()
389 tmp.c_cmdreg[wd_status] = tmp.c_cmdreg[wd_command]; in wdc_init()
/netbsd-src/sys/dev/ic/
H A Dwdcreg.h54 #define wd_command 7 /* command register (W) */ macro
H A Dwdc.c183 wdr->cmd_iohs[wd_status] = wdr->cmd_iohs[wd_command]; in wdc_init_shadow_regs()
461 wdr->cmd_iohs[wd_command], 0, WDCC_RECAL); in wdc_drvprobe()
704 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, in wdcprobe1()
712 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, in wdcprobe1()
1782 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, command); in wdccommand()
1850 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, command); in wdccommandext()
1875 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, command); in wdccommandshort()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dpciide.c68 chp->c_cmdreg[wd_status] = chp->c_cmdreg[wd_command]; in pciide_init()
H A Dwdc.c238 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand()
284 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext()
/netbsd-src/sys/arch/dreamcast/dev/g1/
H A Dwdc_g1.c198 bus_space_write_1(wdr->cmd_iot, wdr->cmd_iohs[wd_command], 0, in wdc_g1_do_reset()