Lines Matching defs:csn
50 int csn; /* Card number to configure */
202 int csn = ((struct pnp_set_config_arg *) arg)->csn;
211 pnp_write(PNP_WAKE, csn);
384 pnp_create_devices(device_t parent, pnp_id *p, int csn,
489 csnldn->csn = csn;
493 isa_set_pnp_csn(dev, csn);
635 * In the first pass, a csn is assigned to each board and pnp_id's
642 int csn;
670 for (csn = 1; csn < PNP_MAX_CARDS; csn++) {
688 pnp_write(PNP_SET_CSN, csn);
695 pnp_create_devices(parent, &id, csn, resources, len);