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

/freebsd-current/sys/dev/superio/
H A Dsuperio_io.h34 uint8_t ldn; member in struct:superiocmd
H A Dsuperio.c63 uint8_t ldn; member in struct:sio_device
71 uint8_t ldn; member in struct:superio_devinfo
134 sio_ldn_select(struct siosc *sc, uint8_t ldn) argument
137 if (ldn == sc->current_ldn)
139 sio_write(sc->io_res, sc->ldn_reg, ldn);
140 sc->current_ldn = ldn;
144 sio_ldn_read(struct siosc *sc, uint8_t ldn, uint8_t reg) argument
148 sio_ldn_select(sc, ldn);
149 KASSERT(sc->current_ldn == ldn, ("sio_ldn_select failed"));
155 sio_ldn_readw(struct siosc *sc, uint8_t ldn, uint8_ argument
166 sio_ldn_write(struct siosc *sc, uint8_t ldn, uint8_t reg, uint8_t val) argument
685 superio_add_known_child(device_t dev, superio_dev_type_t type, uint8_t ldn) argument
864 uint8_t ldn; local
885 uint8_t ldn; local
935 superio_ldn_read(device_t dev, uint8_t ldn, uint8_t reg) argument
956 superio_ldn_write(device_t dev, uint8_t ldn, uint8_t reg, uint8_t val) argument
1029 superio_find_dev(device_t superio, superio_dev_type_t type, int ldn) argument
[all...]
H A Dsuperio.h52 uint8_t superio_ldn_read(device_t dev, uint8_t ldn, uint8_t reg);
54 void superio_ldn_write(device_t dev, uint8_t ldn, uint8_t reg, uint8_t val);
60 int ldn);
74 SUPERIO_ACCESSOR(ldn, LDN, uint8_t)
/freebsd-current/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.c51 int ldn; /* Logical device on card */ member in struct:pnp_set_config_arg
203 int ldn = ((struct pnp_set_config_arg *) arg)->ldn; local
216 pnp_write(PNP_SET_LDN, ldn);
342 pnp_check_quirks(uint32_t vendor_id, uint32_t logical_id, int ldn, argument
352 pnp_write(PNP_SET_LDN, ldn);
391 int ldn = 0; local
461 resinfo - startres - 1, ldn);
471 pnp_check_quirks(p->vendor_id, logical_id, ldn, NULL);
490 csnldn->ldn
[all...]
H A Dpnpparse.c61 struct isa_config *config, int ldn)
169 isa_get_logicalid(dev), ldn, config); local
347 struct isa_config *config, int ldn)
350 return pnp_scan_resources(dev, resources, len, config, ldn,
405 pnp_parse_resources(device_t dev, u_char *resources, int len, int ldn) argument
458 config, ldn);
494 config, ldn);
519 if (pnp_parse_desc(dev, tag, p, l, config, ldn))
539 pnp_parse_desc(dev, tag, p, l, config, ldn)) {
569 struct isa_config *config, int ldn, pnp_scan_c
60 pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len, struct isa_config *config, int ldn) argument
346 pnp_parse_dependant(device_t dev, u_char *resources, int len, struct isa_config *config, int ldn) argument
568 pnp_scan_resources(device_t dev, u_char *resources, int len, struct isa_config *config, int ldn, pnp_scan_cb *cb) argument
[all...]
/freebsd-current/stand/common/
H A Disapnp.h248 u_char ldn; /* Logical Device Number */ member in struct:pnp_cinfo
294 int read_pnp_parms(struct pnp_cinfo *d, int ldn);
295 int write_pnp_parms(struct pnp_cinfo *d, int ldn);
/freebsd-current/sys/dev/ncthwm/
H A Dncthwm.c165 uint8_t ldn; local
167 ldn = superio_get_ldn(dev);
170 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not a Nuvoton device\n", ldn);
174 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not a HWM device\n", ldn);
180 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not supported\n", ldn);
/freebsd-current/sys/dev/nctgpio/
H A Dnctgpio.c1109 uint8_t ldn; local
1111 ldn = superio_get_ldn(dev);
1114 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not a Nuvoton device\n", ldn);
1118 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not a GPIO device\n", ldn);
1124 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not supported\n", ldn);
1187 "GPIO%d: %d pins, enable with mask 0x%x via ldn 0x%x reg 0x%x\n",
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c311 long double ldn = (long double)normal; local
323 *((long double *)addr) / ldn));
/freebsd-current/sys/dev/mfi/
H A Dmfi.c2819 struct mfi_disk *ld, *ldn; local
2844 TAILQ_FOREACH_SAFE(ld, &sc->mfi_ld_tqh, ld_link, ldn) {

Completed in 220 milliseconds