Lines Matching full: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;
656 * Clear the CSN for all cards.
670 for (csn = 1; csn < PNP_MAX_CARDS; csn++) {
683 * Program the CSN of the isolated card
688 pnp_write(PNP_SET_CSN, csn);
695 pnp_create_devices(parent, &id, csn, resources, len);
703 * CSN yet to Isolation state.