Lines Matching +defs:tab +defs:width
385 pcmcia_product_lookup(struct pcmcia_attach_args *pa, const void *tab, size_t nent, size_t ent_size, pcmcia_product_match_fn matchfn)
397 for (pp = tab, n = nent; n; pp = (const struct pcmcia_product *)
667 pcmcia_io_map(struct pcmcia_function *pf, int width, struct pcmcia_io_handle *pcihp, int *windowp)
676 width, 0, pcihp->size, pcihp, windowp);
824 int width;
827 width = PCMCIA_WIDTH_AUTO;
829 width = PCMCIA_WIDTH_IO8;
830 error = pcmcia_io_map(pf, width, &cfe->iospace[n].handle,
843 int width;
849 width = PCMCIA_WIDTH_MEM8|PCMCIA_MEM_COMMON;
850 error = pcmcia_mem_map(pf, width, 0, length,