HomeSort by: relevance | last modified time | path
    Searched refs:smc (Results 1 - 25 of 304) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/amiga/dev/
if_es.c 29 * SMC 91C90 Single-Chip Ethernet Controller
202 es_dump_smcregs(const char *where, union smcregs *smc)
204 u_short cur_bank = smc->b0.bsr & BSR_MASK;
206 printf("SMC registers %p from %s bank %04x\n", smc, where,
207 smc->b0.bsr);
208 smc->b0.bsr = BSR_BANK0;
210 SWAP(smc->b0.tcr), SWAP(smc->b0.ephsr), SWAP(smc->b0.rcr)
232 union smcregs *smc = sc->sc_base; local in function:esstop
257 union smcregs *smc = sc->sc_base; local in function:esinit
307 union smcregs *smc; local in function:esintr
539 union smcregs *smc = sc->sc_base; local in function:esrint
743 union smcregs *smc = sc->sc_base; local in function:esstart
    [all...]
if_es.c 29 * SMC 91C90 Single-Chip Ethernet Controller
202 es_dump_smcregs(const char *where, union smcregs *smc)
204 u_short cur_bank = smc->b0.bsr & BSR_MASK;
206 printf("SMC registers %p from %s bank %04x\n", smc, where,
207 smc->b0.bsr);
208 smc->b0.bsr = BSR_BANK0;
210 SWAP(smc->b0.tcr), SWAP(smc->b0.ephsr), SWAP(smc->b0.rcr)
232 union smcregs *smc = sc->sc_base; local in function:esstop
257 union smcregs *smc = sc->sc_base; local in function:esinit
307 union smcregs *smc; local in function:esintr
539 union smcregs *smc = sc->sc_base; local in function:esrint
743 union smcregs *smc = sc->sc_base; local in function:esstart
    [all...]
  /src/sys/dev/ic/
apple_smc.c 76 apple_smc_attach(struct apple_smc_tag *smc)
79 mutex_init(&smc->smc_io_lock, MUTEX_DEFAULT, IPL_NONE);
81 apple_smc_sysctl_setup(smc);
85 (void)apple_smc_rescan(smc, NULL, NULL);
89 apple_smc_detach(struct apple_smc_tag *smc, int flags)
94 error = config_detach_children(smc->smc_dev, flags);
99 sysctl_teardown(&smc->smc_log);
101 mutex_destroy(&smc->smc_io_lock);
107 apple_smc_rescan(struct apple_smc_tag *smc, const char *ifattr,
112 config_search(smc->smc_dev, smc
119 struct apple_smc_tag *const smc = aux; local in function:apple_smc_search
    [all...]
apple_smc.c 76 apple_smc_attach(struct apple_smc_tag *smc)
79 mutex_init(&smc->smc_io_lock, MUTEX_DEFAULT, IPL_NONE);
81 apple_smc_sysctl_setup(smc);
85 (void)apple_smc_rescan(smc, NULL, NULL);
89 apple_smc_detach(struct apple_smc_tag *smc, int flags)
94 error = config_detach_children(smc->smc_dev, flags);
99 sysctl_teardown(&smc->smc_log);
101 mutex_destroy(&smc->smc_io_lock);
107 apple_smc_rescan(struct apple_smc_tag *smc, const char *ifattr,
112 config_search(smc->smc_dev, smc
119 struct apple_smc_tag *const smc = aux; local in function:apple_smc_search
    [all...]
apple_smc_temp.c 114 aprint_normal(": Apple SMC temperature sensors\n");
219 apple_smc_temp_count_sensors(struct apple_smc_tag *smc, uint32_t *nsensors)
226 return apple_smc_scan_temp_sensors(smc, nsensors,
232 apple_smc_temp_count_sensors_scanner(struct apple_smc_tag *smc, void *arg,
238 apple_smc_release_key(smc, key);
295 apple_smc_temp_find_sensors_init(struct apple_smc_tag *smc, void *arg,
321 apple_smc_temp_find_sensors_scanner(struct apple_smc_tag *smc, void *arg,
336 * Use the SMC key name as the temperature sensor's name.
371 apple_smc_scan_temp_sensors(struct apple_smc_tag *smc, void *arg,
380 error = apple_smc_bound_temp_sensors(smc, &tstart, &ustart)
    [all...]
apple_smc_temp.c 114 aprint_normal(": Apple SMC temperature sensors\n");
219 apple_smc_temp_count_sensors(struct apple_smc_tag *smc, uint32_t *nsensors)
226 return apple_smc_scan_temp_sensors(smc, nsensors,
232 apple_smc_temp_count_sensors_scanner(struct apple_smc_tag *smc, void *arg,
238 apple_smc_release_key(smc, key);
295 apple_smc_temp_find_sensors_init(struct apple_smc_tag *smc, void *arg,
321 apple_smc_temp_find_sensors_scanner(struct apple_smc_tag *smc, void *arg,
336 * Use the SMC key name as the temperature sensor's name.
371 apple_smc_scan_temp_sensors(struct apple_smc_tag *smc, void *arg,
380 error = apple_smc_bound_temp_sensors(smc, &tstart, &ustart)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sama5d3xcm.dtsi 62 atmel,smc-read-mode = "nrd";
63 atmel,smc-write-mode = "nwe";
64 atmel,smc-bus-width = <16>;
65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
69 atmel,smc-ncs-rd-pulse-ns = <84>;
70 atmel,smc-ncs-wr-pulse-ns = <84>;
71 atmel,smc-nrd-pulse-ns = <76>
    [all...]
sama5d3xcm.dtsi 62 atmel,smc-read-mode = "nrd";
63 atmel,smc-write-mode = "nwe";
64 atmel,smc-bus-width = <16>;
65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
69 atmel,smc-ncs-rd-pulse-ns = <84>;
70 atmel,smc-ncs-wr-pulse-ns = <84>;
71 atmel,smc-nrd-pulse-ns = <76>
    [all...]
  /src/sys/dev/acpi/
apple_smc_acpi.c 89 struct apple_smc_tag *smc = &sc->sc_smc;
95 smc->smc_dev = self;
103 aprint_error_dev(self, "couldn't parse SMC resources: %s\n",
121 &smc->smc_bsh) != 0) {
126 smc->smc_bst = aa->aa_iot;
127 smc->smc_size = io->ar_length;
129 apple_smc_attach(smc);
139 struct apple_smc_tag *smc = &sc->sc_smc;
142 if (smc->smc_size != 0) {
143 error = apple_smc_detach(smc, flags)
88 struct apple_smc_tag *smc = &sc->sc_smc; local in function:apple_smc_acpi_attach
138 struct apple_smc_tag *smc = &sc->sc_smc; local in function:apple_smc_acpi_detach
    [all...]
apple_smc_acpi.c 89 struct apple_smc_tag *smc = &sc->sc_smc;
95 smc->smc_dev = self;
103 aprint_error_dev(self, "couldn't parse SMC resources: %s\n",
121 &smc->smc_bsh) != 0) {
126 smc->smc_bst = aa->aa_iot;
127 smc->smc_size = io->ar_length;
129 apple_smc_attach(smc);
139 struct apple_smc_tag *smc = &sc->sc_smc;
142 if (smc->smc_size != 0) {
143 error = apple_smc_detach(smc, flags)
88 struct apple_smc_tag *smc = &sc->sc_smc; local in function:apple_smc_acpi_attach
138 struct apple_smc_tag *smc = &sc->sc_smc; local in function:apple_smc_acpi_detach
    [all...]
  /src/sys/arch/arm/arm/
psci_arm.S 41 smc #0
psci_arm.S 41 smc #0
  /src/sys/arch/mac68k/nubus/
if_sm_nubus.c 101 struct smc91cxx_softc *smc = device_private(self); local in function:sm_nubus_attach
117 smc->sc_dev = self;
118 smc->sc_bst = bst;
119 smc->sc_bsh = bsh;
152 smc->sc_flags |= SMC_FLAGS_ENABLED;
156 smc91cxx_attach(smc, myaddr);
158 add_nubus_intr(na->slot, (void (*)(void *))smc91cxx_intr, smc);
if_sm_nubus.c 101 struct smc91cxx_softc *smc = device_private(self); local in function:sm_nubus_attach
117 smc->sc_dev = self;
118 smc->sc_bst = bst;
119 smc->sc_bsh = bsh;
152 smc->sc_flags |= SMC_FLAGS_ENABLED;
156 smc91cxx_attach(smc, myaddr);
158 add_nubus_intr(na->slot, (void (*)(void *))smc91cxx_intr, smc);
  /src/sys/arch/arm/samsung/
exynos_smc.S 49 smc #0 /* Call firmware for all permissions */
exynos_smc.S 49 smc #0 /* Call firmware for all permissions */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra210-p2530.dtsi 69 method = "smc";
tegra210-p2530.dtsi 69 method = "smc";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
amd-overdrive-rev-b0.dts 23 method = "smc";
amd-overdrive-rev-b1.dts 23 method = "smc";
husky.dts 23 method = "smc";
amd-overdrive-rev-b0.dts 23 method = "smc";
amd-overdrive-rev-b1.dts 23 method = "smc";
husky.dts 23 method = "smc";
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-am64.dtsi 40 method = "smc";
45 method = "smc";

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>