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

1 2 3 4

  /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)
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);
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-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...]
  /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-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...]
  /src/sys/dev/i2c/
i2cmuxvar.h 50 struct i2c_controller controller; member in struct:iicmux_bus
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
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-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-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...]
  /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-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-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...]
  /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...]
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
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...]

Completed in 49 milliseconds

1 2 3 4