Searched refs:ldn (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/isa/
H A Dpnpvar.h51 struct isa_config *config, int ldn);
55 void pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn);
57 struct isa_config *config, int ldn);
59 struct isa_config *config, int ldn, pnp_scan_cb *cb);
61 void pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn,
H A Dpnp.c52 int ldn; /* Logical device on card */ member in struct:pnp_set_config_arg
235 int ldn = ((struct pnp_set_config_arg *) arg)->ldn; local
248 pnp_write(PNP_SET_LDN, ldn);
374 pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn, argument
384 pnp_write(PNP_SET_LDN, ldn);
423 int ldn = 0; local
493 resinfo - startres - 1, ldn);
503 pnp_check_quirks(p->vendor_id, logical_id, ldn, NULL);
522 csnldn->ldn
[all...]
H A Dpnpparse.c62 struct isa_config *config, int ldn)
170 isa_get_logicalid(dev), ldn, config); local
348 struct isa_config *config, int ldn)
351 return pnp_scan_resources(dev, resources, len, config, ldn,
406 pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn) argument
459 config, ldn);
495 config, ldn);
520 if (pnp_parse_desc(dev, tag, p, l, config, ldn))
540 pnp_parse_desc(dev, tag, p, l, config, ldn)) {
570 struct isa_config *config, int ldn, pnp_scan_c
61 pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len, struct isa_config *config, int ldn) argument
347 pnp_parse_dependant(device_t dev, u_char *resources, int len, struct isa_config *config, int ldn) argument
569 pnp_scan_resources(device_t dev, u_char *resources, int len, struct isa_config *config, int ldn, pnp_scan_cb *cb) argument
[all...]
/freebsd-11-stable/stand/common/
H A Disapnp.h256 u_char ldn; /* Logical Device Number */ member in struct:pnp_cinfo
302 int read_pnp_parms(struct pnp_cinfo *d, int ldn);
303 int write_pnp_parms(struct pnp_cinfo *d, int ldn);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm44 #define ldn ldx define
51 #define ldn ld define
62 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
/freebsd-11-stable/sys/dev/nctgpio/
H A Dnctgpio.c214 select_ldn(struct nct_softc *sc, uint8_t ldn) argument
216 write_cfg_reg_1(sc, NCT_CR_LDN, ldn);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c304 long double ldn = (long double)normal; local
317 *((long double *)addr) / ldn));
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c2820 struct mfi_disk *ld, *ldn; local
2845 TAILQ_FOREACH_SAFE(ld, &sc->mfi_ld_tqh, ld_link, ldn) {

Completed in 97 milliseconds