Home
last modified time | relevance | path

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

/freebsd/sys/dev/superio/
H A Dsuperio.c63 uint8_t ldn; member
71 uint8_t ldn; member
140 sc->current_ldn = ldn; in sio_ldn_select()
173 sio_ldn_select(sc, ldn); in sio_ldn_write()
695 dinfo->ldn = ldn; in superio_add_known_child()
763 dinfo->ldn = 0xff; in superio_add_child()
779 *result = dinfo->ldn; in superio_read_ivar()
861 uint8_t ldn; in superio_child_location() local
882 uint8_t ldn; in superio_print_child() local
1031 if (ldn < -1 || ldn > UINT8_MAX) in superio_find_dev()
[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)
H A Dsuperio_io.h34 uint8_t ldn; member
/freebsd/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
203 int ldn = ((struct pnp_set_config_arg *) arg)->ldn; in pnp_set_config() local
216 pnp_write(PNP_SET_LDN, ldn); in pnp_set_config()
352 pnp_write(PNP_SET_LDN, ldn); in pnp_check_quirks()
391 int ldn = 0; in pnp_create_devices() local
461 resinfo - startres - 1, ldn); in pnp_create_devices()
471 pnp_check_quirks(p->vendor_id, logical_id, ldn, NULL); in pnp_create_devices()
490 csnldn->ldn = ldn; in pnp_create_devices()
494 isa_set_pnp_ldn(dev, ldn); in pnp_create_devices()
495 ldn++; in pnp_create_devices()
[all …]
H A Dpnpparse.c61 struct isa_config *config, int ldn) in pnp_parse_desc() argument
169 isa_get_logicalid(dev), ldn, config); in pnp_parse_desc()
347 struct isa_config *config, int ldn) in pnp_parse_dependant() argument
350 return pnp_scan_resources(dev, resources, len, config, ldn, in pnp_parse_dependant()
458 config, ldn); in pnp_parse_resources()
494 config, ldn); in pnp_parse_resources()
519 if (pnp_parse_desc(dev, tag, p, l, config, ldn)) in pnp_parse_resources()
539 pnp_parse_desc(dev, tag, p, l, config, ldn)) { in pnp_parse_resources()
569 struct isa_config *config, int ldn, pnp_scan_cb *cb) in pnp_scan_resources() argument
584 if ((*cb)(dev, tag, p, l, config, ldn)) in pnp_scan_resources()
[all …]
/freebsd/sys/dev/ncthwm/
H A Dncthwm.c165 uint8_t ldn; in ncthwm_probe() local
167 ldn = superio_get_ldn(dev); in ncthwm_probe()
170 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not a Nuvoton device\n", ldn); in ncthwm_probe()
174 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not a HWM device\n", ldn); in ncthwm_probe()
180 NCTHWM_VERBOSE_PRINTF(dev, "ldn 0x%x not supported\n", ldn); in ncthwm_probe()
/freebsd/stand/common/
H A Disapnp.h248 u_char ldn; /* Logical Device Number */ member
294 int read_pnp_parms(struct pnp_cinfo *d, int ldn);
295 int write_pnp_parms(struct pnp_cinfo *d, int ldn);
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c1109 uint8_t ldn; in nct_probe() local
1111 ldn = superio_get_ldn(dev); in nct_probe()
1114 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not a Nuvoton device\n", ldn); in nct_probe()
1118 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not a GPIO device\n", ldn); in nct_probe()
1124 NCT_VERBOSE_PRINTF(dev, "ldn 0x%x not supported\n", ldn); in nct_probe()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c311 long double ldn = (long double)normal; in pfprint_fp() local
323 *((long double *)addr) / ldn)); in pfprint_fp()
/freebsd/sys/dev/mfi/
H A Dmfi.c2819 struct mfi_disk *ld, *ldn; in mfi_check_command_post() local
2844 TAILQ_FOREACH_SAFE(ld, &sc->mfi_ld_tqh, ld_link, ldn) { in mfi_check_command_post()