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

/netbsd-current/sys/dev/pci/
H A Dcypide.c173 u_int32_t cy_cmd_ctrl; local
182 cy_cmd_ctrl = idedma_ctl = 0;
199 cy_cmd_ctrl |= (cy_pio_pulse[drvp->PIO_mode] <<
201 cy_cmd_ctrl |= (cy_pio_rec[drvp->PIO_mode] <<
203 cy_cmd_ctrl |= (cy_pio_pulse[drvp->PIO_mode] <<
205 cy_cmd_ctrl |= (cy_pio_rec[drvp->PIO_mode] <<
208 pci_conf_write(sc->sc_pc, sc->sc_tag, CY_CMD_CTRL, cy_cmd_ctrl);

Completed in 185 milliseconds