Searched refs:ctrl_addr (Results 1 – 3 of 3) sorted by relevance
59 u16 *ctrl_addr = &pdata->regs->control; in mxc_w1_touch_bit() local65 writew(mask, ctrl_addr); in mxc_w1_touch_bit()68 if (!(readw(ctrl_addr) & mask)) in mxc_w1_touch_bit()74 return (readw(ctrl_addr) & MXC_W1_CONTROL_RDST) ? 1 : 0; in mxc_w1_touch_bit()
898 unsigned long ctrl_addr) in ft_fsl_pci_setup() argument902 phys_addr_t p_ctrl_addr = (phys_addr_t)ctrl_addr; in ft_fsl_pci_setup()905 hose = find_hose_by_cfg_addr((void *)(ctrl_addr)); in ft_fsl_pci_setup()908 p_ctrl_addr = (phys_addr_t)ctrl_addr - CONFIG_SYS_CCSRBAR; in ft_fsl_pci_setup()
30 void ft_fsl_pci_setup(void *blob, const char *compat, unsigned long ctrl_addr);