Home
last modified time | relevance | path

Searched refs:cckctrl_port (Results 1 – 2 of 2) sorted by relevance

/drivers/ide/
Dscc_pata.c223 unsigned long cckctrl_port = ctl_base + 0xff0; in scc_set_pio_mode() local
229 reg = in_be32((void __iomem *)cckctrl_port); in scc_set_pio_mode()
255 unsigned long cckctrl_port = ctl_base + 0xff0; in scc_set_dma_mode() local
267 reg = in_be32((void __iomem *)cckctrl_port); in scc_set_dma_mode()
615 unsigned long cckctrl_port; in init_setup_scc() local
634 cckctrl_port = ctl_base + 0xff0; in init_setup_scc()
641 out_be32((void*)cckctrl_port, reg); in init_setup_scc()
643 out_be32((void*)cckctrl_port, reg); in init_setup_scc()
645 out_be32((void*)cckctrl_port, reg); in init_setup_scc()
647 out_be32((void*)cckctrl_port, reg); in init_setup_scc()
[all …]
/drivers/ata/
Dpata_scc.c191 void __iomem *cckctrl_port = ctrl_base + SCC_CTL_CCKCTRL; in scc_set_piomode() local
197 reg = in_be32(cckctrl_port); in scc_set_piomode()
226 void __iomem *cckctrl_port = ctrl_base + SCC_CTL_CCKCTRL; in scc_set_dmamode() local
235 if (in_be32(cckctrl_port) & CCKCTRL_ATACLKOEN) in scc_set_dmamode()
1019 void __iomem *cckctrl_port = ctrl_base + SCC_CTL_CCKCTRL; in scc_reset_controller() local
1026 out_be32(cckctrl_port, reg); in scc_reset_controller()
1028 out_be32(cckctrl_port, reg); in scc_reset_controller()
1030 out_be32(cckctrl_port, reg); in scc_reset_controller()
1032 out_be32(cckctrl_port, reg); in scc_reset_controller()
1035 reg = in_be32(cckctrl_port); in scc_reset_controller()
[all …]