HomeSort by: relevance | last modified time | path
    Searched defs:controller (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/arch/mvme68k/mvme68k/
autoconf.c 114 static device_t controller; local
120 if (controller == NULL && parent) {
134 controller = dev;
162 controller = dev;
191 if (device_parent(parent) != controller)
  /src/sys/arch/mac68k/mac68k/
autoconf.c 118 int major, unit, controller; local
144 * controller(=channel=buses) uses only IDE drive.
145 * Here, controller always is 0.
147 controller = B_CONTROLLER(bootdev);
148 unit = unit + (controller<<1);
  /src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904cpu.c 121 struct tx3904cpu *controller; local
123 controller = HW_ZALLOC (me, struct tx3904cpu);
124 set_hw_data (me, controller);
129 controller->pending_level = 0;
130 controller->pending_reset = 0;
131 controller->pending_nmi = 0;
132 controller->event = NULL;
143 struct tx3904cpu *controller = hw_data (me); local
151 if (controller->pending_reset)
153 controller->pending_reset = 0
207 struct tx3904cpu *controller = hw_data (me); local
    [all...]
dv-tx3904irc.c 31 tx3904irc - tx3904 interrupt controller
37 Implements the tx3904 interrupt controller described in the tx3904
73 it as passing through the controller.
174 /* The interrupt controller register internal state. Note that we
199 struct tx3904irc *controller)
225 controller->base_address = attach_address;
232 struct tx3904irc *controller; local
234 controller = HW_ZALLOC (me, struct tx3904irc);
235 set_hw_data (me, controller);
242 attach_tx3904irc_regs (me, controller);
264 struct tx3904irc *controller = hw_data (me); local
334 struct tx3904irc *controller = hw_data (me); local
374 struct tx3904irc *controller = hw_data (me); local
    [all...]
dv-tx3904tmr.c 205 struct tx3904tmr *controller)
232 controller->clock_ticks = (unsigned_4) hw_find_integer_property(me, "clock");
235 controller->ext_ticks = (unsigned_4) hw_find_integer_property(me, "ext");
237 controller->base_address = attach_address;
244 struct tx3904tmr *controller; local
246 controller = HW_ZALLOC (me, struct tx3904tmr);
247 set_hw_data (me, controller);
254 controller->clock_ticks = 1;
255 controller->ext_ticks = 100;
258 attach_tx3904tmr_regs (me, controller);
285 struct tx3904tmr *controller = hw_data (me); local
327 struct tx3904tmr *controller = hw_data (me); local
369 struct tx3904tmr *controller = hw_data (me); local
496 struct tx3904tmr *controller = hw_data (me); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904cpu.c 121 struct tx3904cpu *controller; local
123 controller = HW_ZALLOC (me, struct tx3904cpu);
124 set_hw_data (me, controller);
129 controller->pending_level = 0;
130 controller->pending_reset = 0;
131 controller->pending_nmi = 0;
132 controller->event = NULL;
143 struct tx3904cpu *controller = hw_data (me); local
151 if (controller->pending_reset)
153 controller->pending_reset = 0
207 struct tx3904cpu *controller = hw_data (me); local
    [all...]
dv-tx3904irc.c 31 tx3904irc - tx3904 interrupt controller
37 Implements the tx3904 interrupt controller described in the tx3904
73 it as passing through the controller.
174 /* The interrupt controller register internal state. Note that we
199 struct tx3904irc *controller)
225 controller->base_address = attach_address;
232 struct tx3904irc *controller; local
234 controller = HW_ZALLOC (me, struct tx3904irc);
235 set_hw_data (me, controller);
242 attach_tx3904irc_regs (me, controller);
264 struct tx3904irc *controller = hw_data (me); local
334 struct tx3904irc *controller = hw_data (me); local
374 struct tx3904irc *controller = hw_data (me); local
    [all...]
  /src/sys/dev/i2c/
i2cmuxvar.h 50 struct i2c_controller controller; member in struct:iicmux_bus
  /src/external/bsd/wpa/dist/src/common/
dpp_i.h 23 struct dpp_controller *controller; member in struct:dpp_global
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-nvram.c 127 attach_nvram_regs (struct hw *me, struct nvram *controller)
155 controller->mode = NVRAM_SAVE_ALL;
156 controller->base_address = attach_address;
157 controller->size = attach_size;
158 controller->fd = -1;
164 controller->file_name = hw_find_string_property (me, "file");
172 controller->mode = NVRAM_MAP_FILE;
174 controller->mode = NVRAM_SAVE_MODIFIED;
176 controller->mode = NVRAM_SAVE_ALL;
184 switch (controller->mode
243 struct nvram *controller; local
266 struct nvram *controller = hw_data (me); local
289 struct nvram *controller = hw_data (me); local
    [all...]
dv-m68hc11spi.c 42 The SPI I/O controller is directly connected to the CPU
60 I/O controller. It should be connected to the RESET output of the cpu.
116 struct m68hc11spi *controller)
127 struct m68hc11spi *controller; local
129 controller = HW_ZALLOC (me, struct m68hc11spi);
130 set_hw_data (me, controller);
142 attach_m68hc11spi_regs (me, controller);
145 controller->spi_event = NULL;
146 controller->rx_clear_scsr = 0;
160 struct m68hc11spi *controller; local
241 struct m68hc11spi* controller; local
336 struct m68hc11spi *controller; local
391 struct m68hc11spi *controller; local
439 struct m68hc11spi *controller; local
    [all...]
dv-m68hc11eepr.c 139 m6811eepr_memory_rw (struct m68hc11eepr *controller, int mode)
141 const char *name = controller->file_name;
145 size = controller->size;
151 memset (controller->eeprom, 0xFF, size);
153 controller->eeprom[size - 1] = M6811_NOSEC | M6811_NOCOP
162 if (read (fd, controller->eeprom, size) != size)
170 if (write (fd, controller->eeprom, size) != size)
186 struct m68hc11eepr *controller)
217 controller->file_name = "m6811.eeprom";
219 controller->file_name = hw_find_string_property (me, "file")
242 struct m68hc11eepr *controller; local
309 struct m68hc11eepr *controller; local
347 struct m68hc11eepr *controller; local
406 struct m68hc11eepr *controller; local
463 struct m68hc11eepr *controller; local
    [all...]
dv-m68hc11sio.c 40 Implements the m68hc11 serial I/O controller described in the m68hc11
41 user guide. The serial I/O controller is directly connected to the CPU
59 I/O controller. It should be connected to the RESET output of the cpu.
80 /* Serial Controller information. */
121 struct m68hc11sio *controller)
132 controller->backend = sio_tcp;
134 controller->backend = sio_stdio;
145 struct m68hc11sio *controller; local
147 controller = HW_ZALLOC (me, struct m68hc11sio);
148 set_hw_data (me, controller);
186 struct m68hc11sio *controller; local
252 struct m68hc11sio *controller; local
327 struct m68hc11sio *controller; local
434 struct m68hc11sio *controller; local
509 struct m68hc11sio *controller; local
557 struct m68hc11sio *controller; local
    [all...]
dv-m68hc11tim.c 83 /* Timer Controller information. */
117 struct m68hc11tim *controller)
128 struct m68hc11tim *controller; local
130 controller = HW_ZALLOC (me, struct m68hc11tim);
131 set_hw_data (me, controller);
143 controller->clock_prescaler = 1;
144 controller->tcnt_adjust = 0;
147 attach_m68hc11tim_regs (me, controller);
161 struct m68hc11tim *controller; local
167 controller = hw_data (me)
249 struct m68hc11tim *controller; local
547 struct m68hc11tim *controller; local
652 struct m68hc11tim *controller; local
703 struct m68hc11tim *controller; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-nvram.c 127 attach_nvram_regs (struct hw *me, struct nvram *controller)
155 controller->mode = NVRAM_SAVE_ALL;
156 controller->base_address = attach_address;
157 controller->size = attach_size;
158 controller->fd = -1;
164 controller->file_name = hw_find_string_property (me, "file");
172 controller->mode = NVRAM_MAP_FILE;
174 controller->mode = NVRAM_SAVE_MODIFIED;
176 controller->mode = NVRAM_SAVE_ALL;
184 switch (controller->mode
243 struct nvram *controller; local
266 struct nvram *controller = hw_data (me); local
289 struct nvram *controller = hw_data (me); local
    [all...]
dv-m68hc11spi.c 42 The SPI I/O controller is directly connected to the CPU
60 I/O controller. It should be connected to the RESET output of the cpu.
116 struct m68hc11spi *controller)
127 struct m68hc11spi *controller; local
129 controller = HW_ZALLOC (me, struct m68hc11spi);
130 set_hw_data (me, controller);
142 attach_m68hc11spi_regs (me, controller);
145 controller->spi_event = NULL;
146 controller->rx_clear_scsr = 0;
160 struct m68hc11spi *controller; local
241 struct m68hc11spi* controller; local
336 struct m68hc11spi *controller; local
391 struct m68hc11spi *controller; local
439 struct m68hc11spi *controller; local
    [all...]
dv-m68hc11eepr.c 139 m6811eepr_memory_rw (struct m68hc11eepr *controller, int mode)
141 const char *name = controller->file_name;
145 size = controller->size;
151 memset (controller->eeprom, 0xFF, size);
153 controller->eeprom[size - 1] = M6811_NOSEC | M6811_NOCOP
162 if (read (fd, controller->eeprom, size) != size)
170 if (write (fd, controller->eeprom, size) != size)
186 struct m68hc11eepr *controller)
217 controller->file_name = "m6811.eeprom";
219 controller->file_name = hw_find_string_property (me, "file")
242 struct m68hc11eepr *controller; local
309 struct m68hc11eepr *controller; local
347 struct m68hc11eepr *controller; local
406 struct m68hc11eepr *controller; local
463 struct m68hc11eepr *controller; local
    [all...]
dv-m68hc11sio.c 40 Implements the m68hc11 serial I/O controller described in the m68hc11
41 user guide. The serial I/O controller is directly connected to the CPU
59 I/O controller. It should be connected to the RESET output of the cpu.
80 /* Serial Controller information. */
121 struct m68hc11sio *controller)
132 controller->backend = sio_tcp;
134 controller->backend = sio_stdio;
145 struct m68hc11sio *controller; local
147 controller = HW_ZALLOC (me, struct m68hc11sio);
148 set_hw_data (me, controller);
186 struct m68hc11sio *controller; local
252 struct m68hc11sio *controller; local
327 struct m68hc11sio *controller; local
434 struct m68hc11sio *controller; local
509 struct m68hc11sio *controller; local
557 struct m68hc11sio *controller; local
    [all...]
dv-m68hc11tim.c 83 /* Timer Controller information. */
117 struct m68hc11tim *controller)
128 struct m68hc11tim *controller; local
130 controller = HW_ZALLOC (me, struct m68hc11tim);
131 set_hw_data (me, controller);
143 controller->clock_prescaler = 1;
144 controller->tcnt_adjust = 0;
147 attach_m68hc11tim_regs (me, controller);
161 struct m68hc11tim *controller; local
167 controller = hw_data (me)
249 struct m68hc11tim *controller; local
547 struct m68hc11tim *controller; local
652 struct m68hc11tim *controller; local
703 struct m68hc11tim *controller; local
    [all...]
  /src/sbin/nvmectl/
firmware.c 193 char *controller = NULL, prompt[64]; local
233 /* Check that a controller (and not a namespace) was specified. */
251 controller = argv[optind];
252 open_dev(controller, &fd, 1, 1);
257 "controller does not support firmware activate/download");
264 "slot %d specified but controller only supports %d slots",
273 slot, controller);
280 "firmware image (%s) to controller %s.\n"
281 "This may damage your controller and/or "
283 image, controller);
    [all...]
  /src/sys/external/bsd/drm2/linux/
linux_i2c.c 126 * controller.
246 struct i2c_controller controller = {
254 i2c_tag_t i2c = &controller;
243 struct i2c_controller controller = { local
  /src/external/gpl3/gdb.old/dist/sim/lm32/
dv-lm32cpu.c 123 struct lm32cpu *controller; local
125 controller = HW_ZALLOC (me, struct lm32cpu);
126 set_hw_data (me, controller);
131 controller->event = NULL;
143 struct lm32cpu *controller = hw_data (me); local
174 if (controller->event != NULL)
175 hw_event_queue_deschedule (me, controller->event);
176 controller->event = NULL;
184 controller->event =
196 struct lm32cpu *controller = hw_data (me) local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
dv-mn103cpu.c 72 Maskable interrupt level port port. The interrupt controller
105 /* The interrupt controller register address blocks */
165 struct mn103cpu *controller)
180 controller->block.base = attach_address;
184 controller->block.bound = attach_address + (attach_size - 1);
185 if ((controller->block.base & 3) != 0)
197 struct mn103cpu *controller; local
199 controller = HW_ZALLOC (me, struct mn103cpu);
200 set_hw_data (me, controller);
207 attach_mn103cpu_regs (me, controller);
222 struct mn103cpu *controller = hw_data (me); local
288 struct mn103cpu *controller = hw_data (me); local
363 struct mn103cpu *controller = hw_data (me); local
402 struct mn103cpu *controller = hw_data (me); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/lm32/
dv-lm32cpu.c 123 struct lm32cpu *controller; local
125 controller = HW_ZALLOC (me, struct lm32cpu);
126 set_hw_data (me, controller);
131 controller->event = NULL;
143 struct lm32cpu *controller = hw_data (me); local
174 if (controller->event != NULL)
175 hw_event_queue_deschedule (me, controller->event);
176 controller->event = NULL;
184 controller->event =
196 struct lm32cpu *controller = hw_data (me) local
    [all...]
  /src/external/gpl3/gdb/dist/sim/mn10300/
dv-mn103cpu.c 72 Maskable interrupt level port port. The interrupt controller
105 /* The interrupt controller register address blocks */
165 struct mn103cpu *controller)
180 controller->block.base = attach_address;
184 controller->block.bound = attach_address + (attach_size - 1);
185 if ((controller->block.base & 3) != 0)
197 struct mn103cpu *controller; local
199 controller = HW_ZALLOC (me, struct mn103cpu);
200 set_hw_data (me, controller);
207 attach_mn103cpu_regs (me, controller);
222 struct mn103cpu *controller = hw_data (me); local
288 struct mn103cpu *controller = hw_data (me); local
363 struct mn103cpu *controller = hw_data (me); local
402 struct mn103cpu *controller = hw_data (me); local
    [all...]

Completed in 75 milliseconds

1 2