/src/sys/dev/pcmcia/ |
aic_pcmcia.c | 98 aic_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 100 if (cfe->iftype != PCMCIA_IFTYPE_IO || 101 cfe->num_memspace != 0 || 102 cfe->num_iospace != 1) 105 cfe->iomask = 0; /* XXX: wrong from cfe?, quirk? */ 115 struct pcmcia_config_entry *cfe; local in function:aic_pcmcia_attach 128 cfe = pf->cfe; 129 sc->sc_iot = cfe->iospace[0].handle.iot [all...] |
fdc_pcmcia.c | 145 struct pcmcia_config_entry *cfe; local in function:fdc_pcmcia_attach 159 cfe = pf->cfe; 160 fdc->sc_iot = cfe->iospace[0].handle.iot; 161 fdc->sc_iot = cfe->iospace[0].handle.ioh;
|
if_awi_pcmcia.c | 164 awi_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 166 if (cfe->iftype != PCMCIA_IFTYPE_IO || 167 cfe->num_iospace < 1 || 168 cfe->iospace[0].length < AM79C930_IO_SIZE) 170 if (cfe->num_memspace < 1) { 171 cfe->memspace[0].length = AM79C930_MEM_SIZE; 172 cfe->memspace[0].cardaddr = 0; 173 cfe->memspace[0].hostaddr = 0; 174 } else if (cfe->memspace[0].length < AM79C930_MEM_SIZE) 185 struct pcmcia_config_entry *cfe; local in function:awi_pcmcia_attach [all...] |
if_cs_pcmcia.c | 86 cs_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 88 if (cfe->iftype != PCMCIA_IFTYPE_IO || 89 cfe->num_memspace != 0 || 90 cfe->num_iospace != 1 || 91 cfe->iospace[0].length < CS8900_IOSIZE) 102 struct pcmcia_config_entry *cfe; local in function:cs_pcmcia_attach 115 cfe = pf->cfe; 116 sc->sc_iot = cfe->iospace[0].handle.iot; 117 sc->sc_ioh = cfe->iospace[0].handle.ioh [all...] |
spc_pcmcia.c | 92 spc_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 95 if (cfe->iftype != PCMCIA_IFTYPE_IO || 96 cfe->num_memspace != 0 || 97 cfe->num_iospace != 1) 108 struct pcmcia_config_entry *cfe; local in function:spc_pcmcia_attach 121 cfe = pf->cfe; 122 spc->sc_iot = cfe->iospace[0].handle.iot; 123 spc->sc_ioh = cfe->iospace[0].handle.ioh;
|
aic_pcmcia.c | 98 aic_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 100 if (cfe->iftype != PCMCIA_IFTYPE_IO || 101 cfe->num_memspace != 0 || 102 cfe->num_iospace != 1) 105 cfe->iomask = 0; /* XXX: wrong from cfe?, quirk? */ 115 struct pcmcia_config_entry *cfe; local in function:aic_pcmcia_attach 128 cfe = pf->cfe; 129 sc->sc_iot = cfe->iospace[0].handle.iot [all...] |
fdc_pcmcia.c | 145 struct pcmcia_config_entry *cfe; local in function:fdc_pcmcia_attach 159 cfe = pf->cfe; 160 fdc->sc_iot = cfe->iospace[0].handle.iot; 161 fdc->sc_iot = cfe->iospace[0].handle.ioh;
|
if_awi_pcmcia.c | 164 awi_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 166 if (cfe->iftype != PCMCIA_IFTYPE_IO || 167 cfe->num_iospace < 1 || 168 cfe->iospace[0].length < AM79C930_IO_SIZE) 170 if (cfe->num_memspace < 1) { 171 cfe->memspace[0].length = AM79C930_MEM_SIZE; 172 cfe->memspace[0].cardaddr = 0; 173 cfe->memspace[0].hostaddr = 0; 174 } else if (cfe->memspace[0].length < AM79C930_MEM_SIZE) 185 struct pcmcia_config_entry *cfe; local in function:awi_pcmcia_attach [all...] |
if_cs_pcmcia.c | 86 cs_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 88 if (cfe->iftype != PCMCIA_IFTYPE_IO || 89 cfe->num_memspace != 0 || 90 cfe->num_iospace != 1 || 91 cfe->iospace[0].length < CS8900_IOSIZE) 102 struct pcmcia_config_entry *cfe; local in function:cs_pcmcia_attach 115 cfe = pf->cfe; 116 sc->sc_iot = cfe->iospace[0].handle.iot; 117 sc->sc_ioh = cfe->iospace[0].handle.ioh [all...] |
spc_pcmcia.c | 92 spc_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 95 if (cfe->iftype != PCMCIA_IFTYPE_IO || 96 cfe->num_memspace != 0 || 97 cfe->num_iospace != 1) 108 struct pcmcia_config_entry *cfe; local in function:spc_pcmcia_attach 121 cfe = pf->cfe; 122 spc->sc_iot = cfe->iospace[0].handle.iot; 123 spc->sc_ioh = cfe->iospace[0].handle.ioh;
|
com_pcmcia.c | 125 struct pcmcia_config_entry *cfe; local in function:com_pcmcia_match 133 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) { 134 switch (cfe->iospace[0].start) { 162 com_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 164 if (cfe->iftype != PCMCIA_IFTYPE_IO || 165 cfe->num_iospace != 1) 168 cfe->num_memspace = 0; 178 struct pcmcia_config_entry *cfe; local in function:com_pcmcia_attach 190 cfe = pa->pf->cfe; [all...] |
if_an_pcmcia.c | 111 an_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 113 if (cfe->iftype != PCMCIA_IFTYPE_IO || 114 cfe->num_iospace < 1) 125 struct pcmcia_config_entry *cfe; local in function:an_pcmcia_attach 138 cfe = pa->pf->cfe; 139 sc->sc_iot = cfe->iospace[0].handle.iot; 140 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
if_sm_pcmcia.c | 124 sm_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 126 if (cfe->iftype != PCMCIA_IFTYPE_IO || 127 cfe->num_memspace != 0 || 128 cfe->num_iospace != 1 || 129 cfe->iospace[0].length < SMC_IOSIZE) 140 struct pcmcia_config_entry *cfe; local in function:sm_pcmcia_attach 153 cfe = pa->pf->cfe; 154 sc->sc_bst = cfe->iospace[0].handle.iot; 155 sc->sc_bsh = cfe->iospace[0].handle.ioh [all...] |
nca_pcmcia.c | 100 nca_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 103 if (cfe->iftype != PCMCIA_IFTYPE_IO || 104 cfe->num_memspace != 0 || 105 cfe->num_iospace != 1) 116 struct pcmcia_config_entry *cfe; local in function:nca_pcmcia_attach 130 cfe = pf->cfe; 131 sc->sc_regt = cfe->iospace[0].handle.iot; 132 sc->sc_regh = cfe->iospace[0].handle.ioh;
|
com_pcmcia.c | 125 struct pcmcia_config_entry *cfe; local in function:com_pcmcia_match 133 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) { 134 switch (cfe->iospace[0].start) { 162 com_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 164 if (cfe->iftype != PCMCIA_IFTYPE_IO || 165 cfe->num_iospace != 1) 168 cfe->num_memspace = 0; 178 struct pcmcia_config_entry *cfe; local in function:com_pcmcia_attach 190 cfe = pa->pf->cfe; [all...] |
if_an_pcmcia.c | 111 an_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 113 if (cfe->iftype != PCMCIA_IFTYPE_IO || 114 cfe->num_iospace < 1) 125 struct pcmcia_config_entry *cfe; local in function:an_pcmcia_attach 138 cfe = pa->pf->cfe; 139 sc->sc_iot = cfe->iospace[0].handle.iot; 140 sc->sc_ioh = cfe->iospace[0].handle.ioh;
|
if_sm_pcmcia.c | 124 sm_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 126 if (cfe->iftype != PCMCIA_IFTYPE_IO || 127 cfe->num_memspace != 0 || 128 cfe->num_iospace != 1 || 129 cfe->iospace[0].length < SMC_IOSIZE) 140 struct pcmcia_config_entry *cfe; local in function:sm_pcmcia_attach 153 cfe = pa->pf->cfe; 154 sc->sc_bst = cfe->iospace[0].handle.iot; 155 sc->sc_bsh = cfe->iospace[0].handle.ioh [all...] |
nca_pcmcia.c | 100 nca_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 103 if (cfe->iftype != PCMCIA_IFTYPE_IO || 104 cfe->num_memspace != 0 || 105 cfe->num_iospace != 1) 116 struct pcmcia_config_entry *cfe; local in function:nca_pcmcia_attach 130 cfe = pf->cfe; 131 sc->sc_regt = cfe->iospace[0].handle.iot; 132 sc->sc_regh = cfe->iospace[0].handle.ioh;
|
if_ep_pcmcia.c | 219 struct pcmcia_config_entry *cfe; local in function:ep_pcmcia_attach 229 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) { 230 if (cfe->num_memspace != 0) 232 if (cfe->num_iospace != 1) 256 cfe->iospace[0].length, 257 cfe->iospace[0].length, 264 if (pcmcia_io_alloc(pa->pf, cfe->iospace[0].start, 265 cfe->iospace[0].length, cfe->iospace[0].length, 270 if (!cfe) { [all...] |
if_mbe_pcmcia.c | 151 mbe_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 154 if (cfe->iftype != PCMCIA_IFTYPE_IO || cfe->num_iospace < 1) 165 struct pcmcia_config_entry *cfe; local in function:mbe_pcmcia_attach 179 cfe = pa->pf->cfe; 180 sc->sc_bst = cfe->iospace[0].handle.iot; 181 sc->sc_bsh = cfe->iospace[0].handle.ioh;
|
pcmcia_cis_quirks.c | 55 .last_config_index = 0x07, /* last cfe number */ 61 .number = 0x07, /* cfe number */ 73 .last_config_index = 0x27, /* last cfe number */ 79 .number = 0x27, /* cfe number */ 91 .last_config_index = 0x07, /* last cfe number */ 97 .number = 0x07, /* cfe number */ 108 .last_config_index = 0x27, /* last cfe number */ 114 .number = 0x27, /* cfe number */ 126 .last_config_index = 0x1, /* last cfe number */ 132 .number = 0x1, /* cfe number * 266 struct pcmcia_config_entry *cfe; local in function:pcmcia_check_cis_quirks [all...] |
pcmcom.c | 128 pcmcom_validate_config(struct pcmcia_config_entry *cfe) 130 if (cfe->iftype != PCMCIA_IFTYPE_IO || 131 cfe->num_iospace < 1 || cfe->num_iospace > NSLAVES) 141 struct pcmcia_config_entry *cfe; local in function:pcmcom_attach 156 cfe = pa->pf->cfe; 157 sc->sc_nslaves = cfe->num_iospace; 169 pca.pca_iot = cfe->iospace[slave].handle.iot; 170 pca.pca_ioh = cfe->iospace[slave].handle.ioh [all...] |
if_ep_pcmcia.c | 219 struct pcmcia_config_entry *cfe; local in function:ep_pcmcia_attach 229 SIMPLEQ_FOREACH(cfe, &pa->pf->cfe_head, cfe_list) { 230 if (cfe->num_memspace != 0) 232 if (cfe->num_iospace != 1) 256 cfe->iospace[0].length, 257 cfe->iospace[0].length, 264 if (pcmcia_io_alloc(pa->pf, cfe->iospace[0].start, 265 cfe->iospace[0].length, cfe->iospace[0].length, 270 if (!cfe) { [all...] |
if_mbe_pcmcia.c | 151 mbe_pcmcia_validate_config(struct pcmcia_config_entry *cfe) 154 if (cfe->iftype != PCMCIA_IFTYPE_IO || cfe->num_iospace < 1) 165 struct pcmcia_config_entry *cfe; local in function:mbe_pcmcia_attach 179 cfe = pa->pf->cfe; 180 sc->sc_bst = cfe->iospace[0].handle.iot; 181 sc->sc_bsh = cfe->iospace[0].handle.ioh;
|
pcmcia_cis_quirks.c | 55 .last_config_index = 0x07, /* last cfe number */ 61 .number = 0x07, /* cfe number */ 73 .last_config_index = 0x27, /* last cfe number */ 79 .number = 0x27, /* cfe number */ 91 .last_config_index = 0x07, /* last cfe number */ 97 .number = 0x07, /* cfe number */ 108 .last_config_index = 0x27, /* last cfe number */ 114 .number = 0x27, /* cfe number */ 126 .last_config_index = 0x1, /* last cfe number */ 132 .number = 0x1, /* cfe number * 266 struct pcmcia_config_entry *cfe; local in function:pcmcia_check_cis_quirks [all...] |