led 1530 dev/ic/ar5210.c u_int32_t led;
led 1532 dev/ic/ar5210.c led = AR5K_REG_READ(AR5K_AR5210_PCICFG);
led 1540 dev/ic/ar5210.c led |=
led 1545 dev/ic/ar5210.c led |=
led 1549 dev/ic/ar5210.c led |=
led 1555 dev/ic/ar5210.c AR5K_REG_WRITE(AR5K_AR5210_PCICFG, led);
led 1625 dev/ic/ar5211.c u_int32_t led;
led 1636 dev/ic/ar5211.c led = AR5K_AR5211_PCICFG_LEDMODE_PROP |
led 1641 dev/ic/ar5211.c led = AR5K_AR5211_PCICFG_LEDMODE_PROP |
led 1647 dev/ic/ar5211.c led = AR5K_AR5211_PCICFG_LEDMODE_PROP |
led 1652 dev/ic/ar5211.c led = AR5K_AR5211_PCICFG_LEDMODE_PROM |
led 1657 dev/ic/ar5211.c AR5K_REG_ENABLE_BITS(AR5K_AR5211_PCICFG, led);
led 1907 dev/ic/ar5212.c u_int32_t led;
led 1918 dev/ic/ar5212.c led = AR5K_AR5212_PCICFG_LEDMODE_PROP |
led 1923 dev/ic/ar5212.c led = AR5K_AR5212_PCICFG_LEDMODE_PROP |
led 1929 dev/ic/ar5212.c led = AR5K_AR5212_PCICFG_LEDMODE_PROP |
led 1934 dev/ic/ar5212.c led = AR5K_AR5212_PCICFG_LEDMODE_PROM |
led 1939 dev/ic/ar5212.c AR5K_REG_ENABLE_BITS(AR5K_AR5212_PCICFG, led);
led 2853 dev/ic/ath.c HAL_LED_STATE led = HAL_LED_INIT;
led 2860 dev/ic/ath.c led = HAL_LED_SCAN;
led 2863 dev/ic/ath.c led = HAL_LED_AUTH;
led 2866 dev/ic/ath.c led = HAL_LED_ASSOC;
led 2870 dev/ic/ath.c led = HAL_LED_RUN;
led 2875 dev/ic/ath.c ath_hal_set_ledstate(sc->sc_ah, led);
led 121 dev/pci/if_lmc_common.c lmc_led_on(lmc_softc_t * const sc, u_int32_t led)
led 123 dev/pci/if_lmc_common.c sc->lmc_miireg16 &= ~led;
led 128 dev/pci/if_lmc_common.c lmc_led_off(lmc_softc_t * const sc, u_int32_t led)
led 130 dev/pci/if_lmc_common.c sc->lmc_miireg16 |= led;
led 288 dev/pci/if_lmcioctl.h void lmc_led_on(lmc_softc_t * const sc, u_int32_t led);
led 289 dev/pci/if_lmcioctl.h void lmc_led_off(lmc_softc_t * const sc, u_int32_t led);
led 3845 dev/pci/if_san_te1.c unsigned char led;
led 3852 dev/pci/if_san_te1.c led= READ_REG(REG_GLOBAL_CFG);
led 3855 dev/pci/if_san_te1.c led&=~(BIT_GLOBAL_PIO);
led 3857 dev/pci/if_san_te1.c led|=BIT_GLOBAL_PIO;
led 3859 dev/pci/if_san_te1.c if (led&BIT_GLOBAL_PIO) {
led 3860 dev/pci/if_san_te1.c led&=~(BIT_GLOBAL_PIO);
led 3862 dev/pci/if_san_te1.c led|=BIT_GLOBAL_PIO;
led 3866 dev/pci/if_san_te1.c WRITE_REG(REG_GLOBAL_CFG,led);
led 3471 dev/pci/if_san_xilinx.c unsigned int led;
led 3473 dev/pci/if_san_xilinx.c sdla_bus_read_4(card->hw, XILINX_CHIP_CFG_REG, &led);
led 3476 dev/pci/if_san_xilinx.c bit_clear((u_int8_t *)&led, XILINX_RED_LED);
led 3478 dev/pci/if_san_xilinx.c bit_set((u_int8_t *)&led, XILINX_RED_LED);
led 3480 dev/pci/if_san_xilinx.c if (bit_test((u_int8_t *)&led, XILINX_RED_LED))
led 3481 dev/pci/if_san_xilinx.c bit_clear((u_int8_t *)&led, XILINX_RED_LED);
led 3483 dev/pci/if_san_xilinx.c bit_set((u_int8_t *)&led, XILINX_RED_LED);
led 3486 dev/pci/if_san_xilinx.c sdla_bus_write_4(card->hw, XILINX_CHIP_CFG_REG, led);
led 2112 dev/pci/if_wpi.c struct wpi_cmd_led led;
led 2114 dev/pci/if_wpi.c led.which = which;
led 2115 dev/pci/if_wpi.c led.unit = htole32(100000); /* on/off in unit of 100ms */
led 2116 dev/pci/if_wpi.c led.off = off;
led 2117 dev/pci/if_wpi.c led.on = on;
led 2119 dev/pci/if_wpi.c (void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1);
led 512 dev/pckbc/pckbd.c pckbd_led_encode(led)
led 513 dev/pckbc/pckbd.c int led;
led 519 dev/pckbc/pckbd.c if (led & WSKBD_LED_SCROLL)
led 521 dev/pckbc/pckbd.c if (led & WSKBD_LED_NUM)
led 523 dev/pckbc/pckbd.c if (led & WSKBD_LED_CAPS)
led 529 dev/pckbc/pckbd.c pckbd_led_decode(led)
led 530 dev/pckbc/pckbd.c int led;
led 535 dev/pckbc/pckbd.c if (led & 0x01)
led 537 dev/pckbc/pckbd.c if (led & 0x02)
led 539 dev/pckbc/pckbd.c if (led & 0x04)
led 1826 dev/usb/if_uath.c struct uath_cmd_led led;
led 1828 dev/usb/if_uath.c led.which = htobe32(which);
led 1829 dev/usb/if_uath.c led.state = htobe32(on ? UATH_LED_ON : UATH_LED_OFF);
led 1834 dev/usb/if_uath.c return uath_cmd_write(sc, UATH_CMD_SET_LED, &led, sizeof led, 0);