Home | History | Annotate | Download | only in hpc

Lines Matching refs:cf

58 hpcioman_match(device_t parent, cfdata_t cf, void *aux)
66 mask = PLATID_DEREF(cf->cf_loc[HPCIOIFCF_PLATFORM]);
81 hpcioman_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux)
87 hma.hma_hc = (*haa->haa_getchip)(haa->haa_sc, cf->cf_iochip);
90 if (cf->cf_level != HPCIOMANCF_LEVEL_DEFAULT) {
91 switch (cf->cf_hold) {
102 if (cf->cf_level == 0)
107 switch (cf->cf_hold) {
118 switch (cf->cf_edge) {
133 __FILE__, __LINE__, cf->cf_edge);
138 hma.hma_type = cf->cf_type;
139 hma.hma_id = cf->cf_id;
140 hma.hma_port = cf->cf_port;
141 if (cf->cf_active == 0) {
149 if (cf->cf_initvalue != HPCIOMANCF_INITVALUE_DEFAULT) {
150 if (cf->cf_initvalue == 0)
155 hma.hma_connect = cf->cf_connect;
157 config_attach(parent, cf, &hma, hpcioman_print, CFARGS_NONE);