Home | History | Annotate | Download | only in imx

Lines Matching refs:cf

97 axi_critical_search(device_t parent, struct cfdata *cf,
104 if ((strcmp(cf->cf_name, "tzic") != 0) &&
105 (strcmp(cf->cf_name, "imxuart") != 0) &&
106 (strcmp(cf->cf_name, "imxccm") != 0) &&
107 (strcmp(cf->cf_name, "imxgpio") != 0))
110 aa->aa_name = cf->cf_name;
111 aa->aa_addr = cf->cf_loc[AXICF_ADDR];
112 aa->aa_size = cf->cf_loc[AXICF_SIZE];
113 aa->aa_irq = cf->cf_loc[AXICF_IRQ];
114 aa->aa_irqbase = cf->cf_loc[AXICF_IRQBASE];
116 if (config_probe(parent, cf, aux))
117 config_attach(parent, cf, aux, axi_print, CFARGS_NONE);
125 axi_search(device_t parent, struct cfdata *cf, const int *ldesc __unused,
132 aa->aa_addr = cf->cf_loc[AXICF_ADDR];
133 aa->aa_size = cf->cf_loc[AXICF_SIZE];
134 aa->aa_irq = cf->cf_loc[AXICF_IRQ];
135 aa->aa_irqbase = cf->cf_loc[AXICF_IRQBASE];
137 if (config_probe(parent, cf, aux))
138 config_attach(parent, cf, aux, axi_print, CFARGS_NONE);