HomeSort by relevance Sort by last modified time
    Searched refs:sc (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/uts/common/io/ipw/
ipw2100_hw.c 60 ipw2100_csr_get8(struct ipw2100_softc *sc, uint32_t off)
62 return (ddi_get8(sc->sc_ioh, (uint8_t *)(sc->sc_regs + off)));
66 ipw2100_csr_get16(struct ipw2100_softc *sc, uint32_t off)
68 return (ddi_get16(sc->sc_ioh,
69 (uint16_t *)((uintptr_t)sc->sc_regs + off)));
73 ipw2100_csr_get32(struct ipw2100_softc *sc, uint32_t off)
75 return (ddi_get32(sc->sc_ioh,
76 (uint32_t *)((uintptr_t)sc->sc_regs + off)));
80 ipw2100_csr_rep_get16(struct ipw2100_softc *sc,
    [all...]
ipw2100.c 112 static void ipw2100_hwconf_get(struct ipw2100_softc *sc);
113 static int ipw2100_chip_reset(struct ipw2100_softc *sc);
114 static void ipw2100_master_stop(struct ipw2100_softc *sc);
115 static void ipw2100_stop(struct ipw2100_softc *sc);
116 static int ipw2100_config(struct ipw2100_softc *sc);
117 static int ipw2100_cmd(struct ipw2100_softc *sc, uint32_t type,
119 static int ipw2100_dma_region_alloc(struct ipw2100_softc *sc,
122 static void ipw2100_tables_init(struct ipw2100_softc *sc);
123 static void ipw2100_ring_hwsetup(struct ipw2100_softc *sc);
124 static int ipw2100_ring_alloc(struct ipw2100_softc *sc);
254 struct ipw2100_softc *sc; local
521 struct ipw2100_softc *sc = local
692 struct ipw2100_softc *sc = local
1665 struct ipw2100_softc *sc = (struct ipw2100_softc *)ic; local
1879 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
1901 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
1914 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
1949 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
1986 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
2020 struct ipw2100_softc *sc = (struct ipw2100_softc *)ic; local
2275 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
2475 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
2502 struct ipw2100_softc *sc = (struct ipw2100_softc *)arg; local
2655 struct ipw2100_softc *sc = (struct ipw2100_softc *)(uintptr_t)arg; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/iwi/
ipw2200_hw.c 60 ipw2200_csr_get8(struct ipw2200_softc *sc, uint32_t off)
62 return (ddi_get8(sc->sc_ioh, (uint8_t *)(sc->sc_regs + off)));
66 ipw2200_csr_get16(struct ipw2200_softc *sc, uint32_t off)
68 return (ddi_get16(sc->sc_ioh,
69 (uint16_t *)((uintptr_t)sc->sc_regs + off)));
73 ipw2200_csr_get32(struct ipw2200_softc *sc, uint32_t off)
75 return (ddi_get32(sc->sc_ioh,
76 (uint32_t *)((uintptr_t)sc->sc_regs + off)));
80 ipw2200_csr_getbuf32(struct ipw2200_softc *sc, uint32_t off
    [all...]
ipw2200.c 137 static void ipw2200_hwconf_get(struct ipw2200_softc *sc);
138 static int ipw2200_chip_reset(struct ipw2200_softc *sc);
139 static void ipw2200_master_stop(struct ipw2200_softc *sc);
140 static void ipw2200_stop(struct ipw2200_softc *sc);
141 static int ipw2200_config(struct ipw2200_softc *sc);
142 static int ipw2200_cmd(struct ipw2200_softc *sc,
144 static void ipw2200_ring_hwsetup(struct ipw2200_softc *sc);
145 static int ipw2200_ring_alloc(struct ipw2200_softc *sc);
146 static void ipw2200_ring_free(struct ipw2200_softc *sc);
147 static void ipw2200_ring_reset(struct ipw2200_softc *sc);
331 struct ipw2200_softc *sc; local
655 struct ipw2200_softc *sc; local
737 struct ipw2200_softc *sc = local
1797 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; local
1856 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; local
2032 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2060 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2078 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2114 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2126 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2174 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; local
2367 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2563 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2590 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; local
2843 struct ipw2200_softc *sc = (struct ipw2200_softc *)(uintptr_t)arg; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/atu/
atu.c 75 atu_usb_request(struct atu_softc *sc, uint8_t type,
95 uret = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph,
108 uret = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph,
119 atu_get_mib(struct atu_softc *sc, uint8_t type, uint8_t size,
122 return atu_usb_request(sc, ATU_VENDOR_IF_IN, 0x033,
127 atu_get_cmd_status(struct atu_softc *sc, uint8_t cmd, uint8_t *status)
134 return atu_usb_request(sc, ATU_VENDOR_IF_IN, 0x22, cmd,
139 atu_get_dfu_state(struct atu_softc *sc)
143 if (atu_usb_request(sc, DFU_GETSTATE, 0, 0, 1, &state))
149 atu_get_opmode(struct atu_softc *sc, uint8_t *mode
470 struct atu_softc *sc = (struct atu_softc *)ic; local
599 struct atu_softc *sc = (struct atu_softc *)req->bulk_client_private; local
659 struct atu_softc *sc = (struct atu_softc *)req->bulk_client_private; local
772 struct atu_softc *sc = (struct atu_softc *)ic; local
893 struct atu_softc *sc = arg; local
919 struct atu_softc *sc = arg; local
1031 struct atu_softc *sc = arg; local
1122 struct atu_softc *sc; local
1149 struct atu_softc *sc; local
1169 struct atu_softc *sc; local
1320 struct atu_softc *sc; local
1427 struct atu_softc *sc = (struct atu_softc *)arg; local
1440 struct atu_softc *sc = (struct atu_softc *)arg; local
1483 struct atu_softc *sc = (struct atu_softc *)arg; local
1517 struct atu_softc *sc = (struct atu_softc *)arg; local
1548 struct atu_softc *sc = (struct atu_softc *)arg; local
1577 struct atu_softc *sc = (struct atu_softc *)arg; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/iwp/
iwp.c 468 iwp_sc_t *sc; local
484 sc = ddi_get_soft_state(iwp_soft_state_p,
486 ASSERT(sc != NULL);
488 if (sc->sc_flags & IWP_F_RUNNING) {
489 (void) iwp_init(sc);
492 atomic_and_32(&sc->sc_flags, ~IWP_F_SUSPEND);
509 sc = ddi_get_soft_state(iwp_soft_state_p, instance);
510 ASSERT(sc != NULL);
512 sc->sc_dip = dip;
517 err = ddi_regs_map_setup(dip, 0, &sc->sc_cfg_base, 0, 0
902 iwp_sc_t *sc; local
1787 iwp_sc_t *sc; local
2591 iwp_sc_t *sc; local
2762 iwp_sc_t *sc; local
2918 iwp_sc_t *sc; local
2965 iwp_sc_t *sc; local
3322 iwp_sc_t *sc; local
3360 iwp_sc_t *sc; local
3378 iwp_sc_t *sc; local
3411 iwp_sc_t *sc; local
3487 iwp_sc_t *sc; local
3521 iwp_sc_t *sc; local
3552 iwp_sc_t *sc; local
4216 iwp_sc_t *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_main.c 237 struct arn_softc *sc = ah->ah_sc; local
239 mutex_enter(&sc->sc_serial_rw);
240 ddi_put32(sc->sc_io_handle,
241 (uint32_t *)((uintptr_t)(sc->mem) + (reg_offset)), val);
242 mutex_exit(&sc->sc_serial_rw);
244 ddi_put32(sc->sc_io_handle,
245 (uint32_t *)((uintptr_t)(sc->mem) + (reg_offset)), val);
253 struct arn_softc *sc = ah->ah_sc; local
255 mutex_enter(&sc->sc_serial_rw);
256 val = ddi_get32(sc->sc_io_handle
912 struct arn_softc *sc = (struct arn_softc *)ic; local
1034 struct arn_softc *sc = (struct arn_softc *)arg; local
1210 struct arn_softc *sc = (struct arn_softc *)ic; local
1337 struct arn_softc *sc = (struct arn_softc *)ic; local
1362 struct arn_softc *sc = (struct arn_softc *)ic; local
1554 struct arn_softc *sc = arg; local
1592 struct arn_softc *sc = (struct arn_softc *)ic; local
1604 struct arn_softc *sc = (struct arn_softc *)ic; local
1761 struct arn_softc *sc = (struct arn_softc *)ic; local
1790 struct arn_softc *sc = (struct arn_softc *)ic; local
1887 struct arn_softc *sc = (struct arn_softc *)ic; local
2109 struct arn_softc *sc = arg; local
2178 struct arn_softc *sc = arg; local
2206 struct arn_softc *sc = arg; local
2223 struct arn_softc *sc = arg; local
2245 struct arn_softc *sc = arg; local
2278 struct arn_softc *sc = arg; local
2298 struct arn_softc *sc = arg; local
2338 struct arn_softc *sc = arg; local
2362 struct arn_softc *sc = arg; local
2391 struct arn_softc *sc = arg; local
2482 struct arn_softc *sc; local
2514 struct arn_softc *sc; local
3001 struct arn_softc *sc; local
3099 struct arn_softc *sc; local
    [all...]
arn_recv.c 27 arn_setdefantenna(struct arn_softc *sc, uint32_t antenna)
30 ath9k_hw_setantenna(sc->sc_ah, antenna);
31 sc->sc_defant = (uint8_t)antenna; /* LINT */
32 sc->sc_rxotherant = 0;
41 arn_extend_tsf(struct arn_softc *sc, uint32_t rstamp)
45 tsf = ath9k_hw_gettsf64(sc->sc_ah);
52 arn_opmode_init(struct arn_softc *sc)
54 struct ath_hal *ah = sc->sc_ah;
57 ieee80211com_t *ic = (ieee80211com_t *)sc;
60 rfilt = arn_calcrxfilter(sc);
198 struct arn_softc *sc = (struct arn_softc *)ic; local
446 struct arn_softc *sc = (struct arn_softc *)data; local
    [all...]
arn_beacon.c 37 arn_beaconq_config(struct arn_softc *sc)
39 struct ath_hal *ah = sc->sc_ah;
42 (void) ath9k_hw_get_txq_props(ah, sc->sc_beaconq, &qi);
43 if (sc->sc_ah->ah_opmode == ATH9K_M_HOSTAP) {
50 qi.tqi_aifs = sc->sc_beacon_qi.tqi_aifs;
51 qi.tqi_cwmin = 2*sc->sc_beacon_qi.tqi_cwmin;
52 qi.tqi_cwmax = sc->sc_beacon_qi.tqi_cwmax;
55 if (!ath9k_hw_set_txq_props(ah, sc->sc_beaconq, &qi)) {
60 (void) ath9k_hw_resettxqueue(ah, sc->sc_beaconq);
72 arn_beacon_setup(struct arn_softc *sc, struct ath_buf *bf
491 struct arn_softc *sc = (struct arn_softc *)arg; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/zyd/
zyd_hw.c 41 static zyd_res zyd_hw_configure(struct zyd_softc *sc);
67 * sc soft state
72 zyd_read32(struct zyd_softc *sc, uint16_t reg, uint32_t *val)
81 result = zyd_usb_ioread_req(&sc->usb, regs, sizeof (regs),
103 * sc soft state
108 zyd_write32(struct zyd_softc *sc, uint16_t reg, uint32_t val)
118 result = zyd_usb_cmd_send(&sc->usb, ZYD_CMD_IOWR, tmp, sizeof (tmp));
126 * sc soft state
131 zyd_read16(struct zyd_softc *sc, uint16_t reg, uint16_t *val)
139 result = zyd_usb_ioread_req(&sc->usb, &regbuf, sizeof (regbuf)
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/agpgart/
agp_kstat.c 56 agpgart_softstate_t *sc; local
63 sc = ksp->ks_private;
66 agp_set_char_kstat(knp++, arc_name[sc->asoft_devreg.agprd_arctype]);
67 (knp++)->value.ui32 = sc->asoft_info.agpki_mdevid;
68 (knp++)->value.ui32 = (sc->asoft_info.agpki_mver.agpv_major<<16) |
69 sc->asoft_info.agpki_mver.agpv_minor;
70 (knp++)->value.ui32 = sc->asoft_info.agpki_mstatus;
71 (knp++)->value.ui64 = (sc->asoft_info.agpki_presize << 10) & UI32_MASK;
72 (knp++)->value.ui32 = sc->asoft_info.agpki_tdevid;
73 (knp++)->value.ui32 = (sc->asoft_info.agpki_tver.agpv_major<<16)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ral/
rt2560.c 209 rt2560_set_basicrates(struct rt2560_softc *sc)
211 struct ieee80211com *ic = &sc->sc_ic;
216 RAL_WRITE(sc, RT2560_ARSP_PLCP_1, 0x3);
219 RAL_WRITE(sc, RT2560_ARSP_PLCP_1, 0x150);
222 RAL_WRITE(sc, RT2560_ARSP_PLCP_1, 0x15f);
227 rt2560_update_led(struct rt2560_softc *sc, int led1, int led2)
233 RAL_WRITE(sc, RT2560_LEDCSR, tmp);
237 rt2560_set_bssid(struct rt2560_softc *sc, uint8_t *bssid)
242 RAL_WRITE(sc, RT2560_CSR5, tmp);
245 RAL_WRITE(sc, RT2560_CSR6, tmp)
485 struct rt2560_softc *sc = (struct rt2560_softc *)ic; local
809 struct rt2560_softc *sc = arg; local
835 struct rt2560_softc *sc = arg; local
846 struct rt2560_softc *sc = arg; local
865 struct rt2560_softc *sc = (struct rt2560_softc *)ic; local
1276 struct rt2560_softc *sc = (struct rt2560_softc *)data; local
1426 struct rt2560_softc *sc = (struct rt2560_softc *)ic; local
1556 struct rt2560_softc *sc = (struct rt2560_softc *)ic; local
1709 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2007 struct rt2560_softc *sc = arg; local
2043 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2065 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2074 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2097 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2118 struct rt2560_softc *sc = arg; local
2143 struct rt2560_softc *sc = arg; local
2155 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2175 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2240 struct rt2560_softc *sc = (struct rt2560_softc *)arg; local
2307 struct rt2560_softc *sc; local
2332 struct rt2560_softc *sc; local
2630 struct rt2560_softc *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/iwh/
iwh.c 504 iwh_sc_t *sc; local
521 sc = ddi_get_soft_state(iwh_soft_state_p,
523 ASSERT(sc != NULL);
525 if (sc->sc_flags & IWH_F_RUNNING) {
526 (void) iwh_init(sc);
529 atomic_and_32(&sc->sc_flags, ~IWH_F_SUSPEND);
547 sc = ddi_get_soft_state(iwh_soft_state_p, instance);
548 ASSERT(sc != NULL);
550 sc->sc_dip = dip;
555 err = ddi_regs_map_setup(dip, 0, &sc->sc_cfg_base, 0, 0
984 iwh_sc_t *sc; local
1840 iwh_sc_t *sc; local
2696 iwh_sc_t *sc; local
2867 iwh_sc_t *sc; local
3025 iwh_sc_t *sc; local
3071 iwh_sc_t *sc; local
3492 iwh_sc_t *sc; local
3530 iwh_sc_t *sc; local
3548 iwh_sc_t *sc; local
3581 iwh_sc_t *sc; local
3667 iwh_sc_t *sc; local
3701 iwh_sc_t *sc; local
3732 iwh_sc_t *sc; local
4483 iwh_sc_t *sc; local
5027 iwh_sc_t *sc = (iwh_sc_t *)ic; local
5052 iwh_sc_t *sc = (iwh_sc_t *)ic; local
5077 iwh_sc_t *sc = (iwh_sc_t *)ic; local
5108 iwh_sc_t *sc = (iwh_sc_t *)ic; local
6351 iwh_sc_t *sc; local
6456 iwh_sc_t *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/urtw/
urtw.c 592 urtw_led_init(struct urtw_softc *sc)
597 if (error = urtw_read8_c(sc, URTW_PSR, &sc->sc_psr, 0))
599 error = urtw_eprom_read32(sc, URTW_EPROM_SWREV, &rev);
605 sc->sc_strategy = URTW_SW_LED_MODE1;
608 sc->sc_strategy = URTW_SW_LED_MODE3;
611 sc->sc_strategy = URTW_HW_LED;
616 sc->sc_strategy = URTW_SW_LED_MODE0;
620 sc->sc_gpio_ledpin = URTW_LED_PIN_GPIO0;
627 urtw_8225_write_s16(struct urtw_softc *sc, uint8_t addr, int index
2041 struct urtw_softc *sc = arg; local
2300 struct urtw_softc *sc = rf->rf_sc; local
2417 struct urtw_softc *sc = rf->rf_sc; local
2463 struct urtw_softc *sc = rf->rf_sc; local
2506 struct urtw_softc *sc = (struct urtw_softc *)req->bulk_client_private; local
2679 struct urtw_softc *sc = rf->rf_sc; local
2821 struct urtw_softc *sc = rf->rf_sc; local
2895 struct urtw_softc *sc = (struct urtw_softc *)req->bulk_client_private; local
2924 struct urtw_softc *sc = (struct urtw_softc *)req->bulk_client_private; local
3049 struct urtw_softc *sc = arg; local
3217 struct urtw_softc *sc = rf->rf_sc; local
3322 struct urtw_softc *sc = rf->rf_sc; local
3448 struct urtw_softc *sc = (struct urtw_softc *)ic; local
3592 struct urtw_softc *sc = (struct urtw_softc *)arg; local
3608 struct urtw_softc *sc = arg; local
3643 struct urtw_softc *sc = (struct urtw_softc *)ic; local
3914 struct urtw_softc *sc; local
3935 struct urtw_softc *sc; local
3958 struct urtw_softc *sc = (struct urtw_softc *)arg; local
3983 struct urtw_softc *sc = (struct urtw_softc *)arg; local
3995 struct urtw_softc *sc = (struct urtw_softc *)arg; local
4029 struct urtw_softc *sc = (struct urtw_softc *)arg; local
4041 struct urtw_softc *sc = (struct urtw_softc *)arg; local
4070 struct urtw_softc *sc = (struct urtw_softc *)arg; local
4096 struct urtw_softc *sc = (struct urtw_softc *)arg; local
4160 struct urtw_softc *sc = arg; local
4190 struct urtw_softc *sc; local
4460 struct urtw_softc *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
strcasestr.c 35 register char c, sc; local
42 if ((sc = *s++) == 0)
44 } while (sc != c);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
strpbrk.c 58 int c, sc; local
61 for (scanp = s2; (sc = *scanp++) != 0;)
62 if (sc == c)
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefsstat/
cachefsstat.c 55 stats_cookie_t *sc = NULL; local
92 if ((sc = stats_create_mountpath(argv[i], prog)) == NULL) {
98 if (stats_inerror(sc)) {
99 pr_err(stats_errorstr(sc));
100 rc = stats_errno(sc);
103 print_stats(sc, key = stats_getkey(sc), zflag);
104 if (stats_inerror(sc)) {
105 pr_err(stats_errorstr(sc));
106 rc = stats_errno(sc);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefswssize/
cachefswssize.c 60 stats_cookie_t *sc = NULL; local
78 if ((sc = stats_create_unbound(progname)) == NULL) {
104 if (stats_log_logfile_open(sc, path) != 0) {
105 pr_err(stats_errorstr(sc));
109 lh = stats_log_getheader(sc);
116 while (record = stats_log_logfile_read(sc, NULL)) {
117 ar = stats_log_record_toascii(sc, record);
123 if (stats_inerror(sc))
124 pr_err(stats_errorstr(sc));
128 stats_dbm_open(sc);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
strtok.c 59 register int c, sc; local
73 for (spanp = delim; (sc = *spanp++) != 0;) {
74 if (c == sc)
95 if ((sc = *spanp++) == c) {
103 } while (sc != 0);
  /onnv/onnv-gate/usr/src/uts/common/io/wpi/
wpi.c 278 static void wpi_destroy_locks(wpi_sc_t *sc);
280 static void wpi_thread(wpi_sc_t *sc);
281 static int wpi_fast_recover(wpi_sc_t *sc);
402 wpi_sc_t *sc; local
415 sc = ddi_get_soft_state(wpi_soft_state_p,
417 ASSERT(sc != NULL);
419 mutex_enter(&sc->sc_glock);
420 sc->sc_flags &= ~WPI_F_SUSPEND;
421 mutex_exit(&sc->sc_glock);
423 if (sc->sc_flags & WPI_F_RUNNING
697 wpi_sc_t *sc; local
1235 wpi_sc_t *sc = (wpi_sc_t *)ic; local
1405 wpi_sc_t *sc = (wpi_sc_t *)ic; local
1819 wpi_sc_t *sc = (wpi_sc_t *)arg; local
1942 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2034 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2070 wpi_sc_t *sc = (wpi_sc_t *)ic; local
2296 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2330 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2342 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2368 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2433 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2466 wpi_sc_t *sc = (wpi_sc_t *)arg; local
2484 wpi_sc_t *sc = (wpi_sc_t *)arg; local
3453 wpi_sc_t *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwn/
rt2860.c 300 rt2860_eeprom_read(struct rt2860_softc *sc, uint8_t addr)
307 RT2860_EEPROM_CTL(sc, 0);
309 RT2860_EEPROM_CTL(sc, RT2860_S);
310 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_C);
311 RT2860_EEPROM_CTL(sc, RT2860_S);
314 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D);
315 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C);
318 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D);
319 RT2860_EEPROM_CTL(sc, RT2860_S | RT2860_D | RT2860_C);
320 RT2860_EEPROM_CTL(sc, RT2860_S)
1077 struct rt2860_softc *sc = (struct rt2860_softc *)ic; local
1277 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
1299 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
1309 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
1460 struct rt2860_softc *sc = (struct rt2860_softc *)ic; local
1518 struct rt2860_softc *sc = (struct rt2860_softc *)ic; local
1801 struct rt2860_softc *sc = (struct rt2860_softc *)data; local
1822 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2242 struct rt2860_softc *sc = (struct rt2860_softc *)ic; local
2492 struct rt2860_softc *sc; local
2573 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2599 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2613 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2640 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2653 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2679 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2737 struct rt2860_softc *sc = (struct rt2860_softc *)arg; local
2801 struct rt2860_softc *sc; local
3089 struct rt2860_softc *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rum/
rum.c 301 rum_read_multi(struct rum_softc *sc, uint16_t reg, void *buf, int len)
318 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp,
334 rum_read(struct rum_softc *sc, uint16_t reg)
338 rum_read_multi(sc, reg, &val, sizeof (val));
344 rum_write_multi(struct rum_softc *sc, uint16_t reg, void *buf, size_t len)
368 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp,
382 rum_write(struct rum_softc *sc, uint16_t reg, uint32_t val)
386 rum_write_multi(sc, reg, &tmp, sizeof (tmp));
392 rum_load_microcode(struct rum_softc *sc)
408 rum_write(sc, reg, UGETDW(ucode))
472 struct rum_softc *sc = (struct rum_softc *)req->bulk_client_private; local
503 struct rum_softc *sc = (struct rum_softc *)req->bulk_client_private; local
723 struct rum_softc *sc = (struct rum_softc *)ic; local
887 struct rum_softc *sc = (struct rum_softc *)arg; local
1218 struct rum_softc *sc = (struct rum_softc *)ic; local
1381 struct rum_softc *sc = arg; local
1391 struct rum_softc *sc = (struct rum_softc *)ic; local
1750 struct rum_softc *sc; local
1782 struct rum_softc *sc; local
1903 struct rum_softc *sc = (struct rum_softc *)arg; local
1957 struct rum_softc *sc = arg; local
1993 struct rum_softc *sc = (struct rum_softc *)arg; local
2015 struct rum_softc *sc = (struct rum_softc *)arg; local
2024 struct rum_softc *sc = (struct rum_softc *)arg; local
2047 struct rum_softc *sc = (struct rum_softc *)arg; local
2068 struct rum_softc *sc = (struct rum_softc *)arg; local
2093 struct rum_softc *sc = (struct rum_softc *)arg; local
2105 struct rum_softc *sc = (struct rum_softc *)arg; local
2125 struct rum_softc *sc = (struct rum_softc *)arg; local
2193 struct rum_softc *sc; local
2418 struct rum_softc *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ural/
ural.c 305 ural_read(struct ural_softc *sc, uint16_t reg)
322 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp,
342 ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
359 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, &mp,
377 ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val)
392 err = usb_pipe_ctrl_xfer_wait(sc->sc_udev->dev_default_ph, &req, NULL,
407 struct ural_softc *sc = (struct ural_softc *)req->bulk_client_private; local
408 struct ieee80211com *ic = &sc->sc_ic;
415 sc->tx_queued);
418 sc->sc_tx_err++
438 struct ural_softc *sc = (struct ural_softc *)req->bulk_client_private; local
662 struct ural_softc *sc = (struct ural_softc *)ic; local
822 struct ural_softc *sc = (struct ural_softc *)arg; local
1143 struct ural_softc *sc = (struct ural_softc *)ic; local
1369 struct ural_softc *sc = arg; local
1379 struct ural_softc *sc = (struct ural_softc *)ic; local
1743 struct ural_softc *sc; local
1775 struct ural_softc *sc; local
1882 struct ural_softc *sc = (struct ural_softc *)arg; local
1936 struct ural_softc *sc = arg; local
1972 struct ural_softc *sc = (struct ural_softc *)arg; local
1994 struct ural_softc *sc = (struct ural_softc *)arg; local
2003 struct ural_softc *sc = (struct ural_softc *)arg; local
2026 struct ural_softc *sc = (struct ural_softc *)arg; local
2047 struct ural_softc *sc = (struct ural_softc *)arg; local
2072 struct ural_softc *sc = (struct ural_softc *)arg; local
2084 struct ural_softc *sc = (struct ural_softc *)arg; local
2104 struct ural_softc *sc = (struct ural_softc *)arg; local
2169 struct ural_softc *sc; local
2373 struct ural_softc *sc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_kstat.c 46 drm_device_t *sc; local
53 sc = ksp->ks_private;
57 (knp++)->value.ui32 = sc->counts[tmp];
64 drm_init_kstats(drm_device_t *sc)
72 instance = ddi_get_instance(sc->dip);
80 ksp->ks_private = sc;
87 sc->asoft_ksp = ksp;
93 drm_fini_kstats(drm_device_t *sc)
95 if (sc->asoft_ksp)
96 kstat_delete(sc->asoft_ksp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/iwk/
iwk2.c 273 static int iwk_eep_load(iwk_sc_t *sc);
274 static void iwk_get_mac_from_eep(iwk_sc_t *sc);
275 static int iwk_eep_sem_down(iwk_sc_t *sc);
276 static void iwk_eep_sem_up(iwk_sc_t *sc);
292 static int32_t iwk_curr_tempera(iwk_sc_t *sc);
293 static int iwk_tx_power_calibration(iwk_sc_t *sc);
294 static inline int iwk_is_24G_band(iwk_sc_t *sc);
295 static inline int iwk_is_fat_channel(iwk_sc_t *sc);
297 static struct iwk_eep_channel *iwk_get_eep_channel(iwk_sc_t *sc,
300 static int32_t iwk_band_number(iwk_sc_t *sc, uint16_t channel)
471 iwk_sc_t *sc; local
851 iwk_sc_t *sc; local
943 iwk_sc_t *sc; local
1546 iwk_sc_t *sc = (iwk_sc_t *)ic; local
1794 iwk_sc_t *sc = arg; local
1822 iwk_sc_t *sc = (iwk_sc_t *)ic; local
2342 iwk_sc_t *sc = (iwk_sc_t *)arg; local
2472 iwk_sc_t *sc = (iwk_sc_t *)arg; local
2598 iwk_sc_t *sc = (iwk_sc_t *)arg; local
2634 iwk_sc_t *sc = (iwk_sc_t *)ic; local
2935 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3099 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3111 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3136 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3201 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3231 iwk_sc_t *sc = (iwk_sc_t *)arg; local
3250 iwk_sc_t *sc = (iwk_sc_t *)arg; local
5835 iwk_sc_t *sc = (iwk_sc_t *)ic; local
6089 iwk_sc_t *sc = (iwk_sc_t *)ic; local
6172 iwk_sc_t *sc = (iwk_sc_t *)ic; local
6330 iwk_sc_t *sc = (iwk_sc_t *)ic; local
6428 iwk_sc_t *sc = (iwk_sc_t *)ic; local
    [all...]

Completed in 4529 milliseconds

1 2 3 4 5 6 7 8 9