Lines Matching refs:cf
118 apbh_search_cb(device_t parent, cfdata_t cf, const int *locs, void *aux)
122 aa->aa_name = cf->cf_name;
123 aa->aa_addr = cf->cf_loc[APBHCF_ADDR];
124 aa->aa_size = cf->cf_loc[APBHCF_SIZE];
125 aa->aa_irq = cf->cf_loc[APBHCF_IRQ];
127 if (config_probe(parent, cf, aux))
128 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);
137 apbh_search_crit_cb(device_t parent, cfdata_t cf, const int *locs, void *aux)
142 if ((strcmp(cf->cf_name, "imx23icoll") != 0)
143 && (strcmp(cf->cf_name, "apbdma") != 0))
146 aa->aa_name = cf->cf_name;
147 aa->aa_addr = cf->cf_loc[APBHCF_ADDR];
148 aa->aa_size = cf->cf_loc[APBHCF_SIZE];
149 aa->aa_irq = cf->cf_loc[APBHCF_IRQ];
151 if (config_probe(parent, cf, aux))
152 config_attach(parent, cf, aux, apbh_print, CFARGS_NONE);