Searched refs:me (Results 126 - 150 of 1577) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mn10300/
H A Ddv-mn103int.c299 attach_mn103int_regs (struct hw *me, argument
303 if (hw_find_property (me, "reg") == NULL)
304 hw_abort (me, "Missing \"reg\" property");
311 if (!hw_find_reg_array_property (me, "reg", i, &reg))
312 hw_abort (me, "\"reg\" property must contain three addr/size entries");
313 hw_unit_address_to_attach_address (hw_parent (me),
317 me); local
319 hw_unit_size_to_attach_size (hw_parent (me),
321 &attach_size, me); local
323 hw_attach_address (hw_parent (me),
326 me); local
331 mn103int_finish(struct hw *me) argument
374 find_highest_interrupt_group(struct hw *me, struct mn103int *controller) argument
404 push_interrupt_level(struct hw *me, struct mn103int *controller) argument
417 mn103int_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
508 decode_group(struct hw *me, struct mn103int *controller, unsigned_word base, unsigned_word *offset) argument
519 read_icr(struct hw *me, struct mn103int *controller, unsigned_word base) argument
569 write_icr(struct hw *me, struct mn103int *controller, unsigned_word base, unsigned8 val) argument
634 read_iagr(struct hw *me, struct mn103int *controller, unsigned_word offset) argument
689 read_extmd(struct hw *me, struct mn103int *controller, unsigned_word offset) argument
708 write_extmd(struct hw *me, struct mn103int *controller, unsigned_word offset, unsigned8 val) argument
730 decode_addr(struct hw *me, struct mn103int *controller, unsigned_word address, unsigned_word *offset) argument
750 mn103int_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
783 mn103int_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
816 mn103int_ioctl(struct hw *me, hw_ioctl_request request, va_list ap) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/mn10300/
H A Ddv-mn103int.c299 attach_mn103int_regs (struct hw *me, argument
303 if (hw_find_property (me, "reg") == NULL)
304 hw_abort (me, "Missing \"reg\" property");
311 if (!hw_find_reg_array_property (me, "reg", i, &reg))
312 hw_abort (me, "\"reg\" property must contain three addr/size entries");
313 hw_unit_address_to_attach_address (hw_parent (me),
317 me); local
319 hw_unit_size_to_attach_size (hw_parent (me),
321 &attach_size, me); local
323 hw_attach_address (hw_parent (me),
326 me); local
331 mn103int_finish(struct hw *me) argument
374 find_highest_interrupt_group(struct hw *me, struct mn103int *controller) argument
404 push_interrupt_level(struct hw *me, struct mn103int *controller) argument
417 mn103int_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
508 decode_group(struct hw *me, struct mn103int *controller, unsigned_word base, unsigned_word *offset) argument
519 read_icr(struct hw *me, struct mn103int *controller, unsigned_word base) argument
569 write_icr(struct hw *me, struct mn103int *controller, unsigned_word base, unsigned8 val) argument
634 read_iagr(struct hw *me, struct mn103int *controller, unsigned_word offset) argument
689 read_extmd(struct hw *me, struct mn103int *controller, unsigned_word offset) argument
708 write_extmd(struct hw *me, struct mn103int *controller, unsigned_word offset, unsigned8 val) argument
730 decode_addr(struct hw *me, struct mn103int *controller, unsigned_word address, unsigned_word *offset) argument
750 mn103int_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
783 mn103int_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
816 mn103int_ioctl(struct hw *me, hw_ioctl_request request, va_list ap) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dmodule.c62 check_rela(Elf_Rela *rela, struct module *me) argument
66 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
81 info->got_offset = me->arch.got_size;
82 me->arch.got_size += sizeof(void*);
93 info->plt_offset = me->arch.plt_size;
94 me->arch.plt_size += PLT_ENTRY_SIZE;
113 char *secstrings, struct module *me)
130 printk(KERN_ERR "module %s: no symbol table\n", me->name);
135 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
136 me
112 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) argument
176 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
185 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, struct module *me) argument
375 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
400 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dmodule.c62 check_rela(Elf_Rela *rela, struct module *me) argument
66 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
81 info->got_offset = me->arch.got_size;
82 me->arch.got_size += sizeof(void*);
93 info->plt_offset = me->arch.plt_size;
94 me->arch.plt_size += PLT_ENTRY_SIZE;
113 char *secstrings, struct module *me)
130 printk(KERN_ERR "module %s: no symbol table\n", me->name);
135 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
136 me
112 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) argument
176 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
185 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, struct module *me) argument
375 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
400 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dhw_htab.c206 htab_decode_hash_table(device *me, argument
213 device *parent = device_parent(me);
243 htab_map_page(device *me, argument
266 if (device_dma_read_buffer(device_parent(me),
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte);
282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
304 if (device_dma_write_buffer(device_parent(me),
310 || device_dma_write_buffer(device_parent(me),
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte);
337 claim_memory(device *me, argument
355 htab_map_region(device *me, device_instance *memory, unsigned_word pte_ra, unsigned64 pte_va, unsigned nr_bytes, unsigned wimg, unsigned pp, unsigned32 htaborg, unsigned32 htabmask) argument
385 device *me; member in struct:_htab_binary_sizes
432 device *me = sizes->me; local
496 htab_map_binary(device *me, device_instance *memory, unsigned_word ra, unsigned wimg, unsigned pp, const char *file_name, unsigned32 htaborg, unsigned32 htabmask) argument
597 htab_init_data_callback(device *me) argument
[all...]
H A Dhw_ide.c236 device *me; member in struct:_ide_controller
245 set_interrupt(device *me, argument
250 device_interrupt_event(me, controller->nr, 1, NULL, 0);
257 clear_interrupt(device *me, argument
262 device_interrupt_event(me, controller->nr, 0, NULL, 0);
272 device *me = controller->me; local
284 set_interrupt(me, controller);
287 device_error(me, "controller %d - unexpected event", controller->nr);
294 schedule_ready_event(device *me, argument
307 do_fifo_read(device *me, ide_controller *controller, void *dest, int nr_bytes) argument
350 do_fifo_write(device *me, ide_controller *controller, const void *source, int nr_bytes) argument
393 setup_fifo(device *me, ide_controller *controller, int is_simple, int is_with_disk, io_direction direction) argument
476 do_command(device *me, ide_controller *controller, int command) argument
493 get_status(device *me, ide_controller *controller) argument
532 decode_address(device *me, address_decoder *decoder, int space, unsigned_word address, int *controller, int *reg, io_direction direction) argument
566 build_address_decoder(device *me, address_decoder *decoder) argument
579 &space, &address, me); local
580 device_size_to_attach_size(device_parent(me), &unit.size, &size, me); local
656 hw_ide_init_address(device *me) argument
684 hw_ide_attach_address(device *me, attach_type type, int space, unsigned_word addr, unsigned nr_bytes, access_type access, device *client) argument
724 hw_ide_io_read_buffer(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
778 hw_ide_io_write_buffer(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
[all...]
H A Dhw_glue.c173 hw_glue_init_address(device *me) argument
175 hw_glue_device *glue = (hw_glue_device*)device_data(me);
178 generic_device_init_address(me);
189 while (device_find_reg_array_property(me, "reg", reg_nr, &unit)
190 && !device_size_to_attach_size(device_parent(me), &unit.size,
191 &glue->sizeof_output, me))
195 device_error(me, "at least one reg property size must be nonzero");
197 device_error(me, "reg property size must be %d aligned", sizeof(unsigned_word));
199 device_address_to_attach_address(device_parent(me),
201 me); local
247 hw_glue_io_read_buffer_callback(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
269 hw_glue_io_write_buffer_callback(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
291 hw_glue_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dhw_htab.c206 htab_decode_hash_table(device *me, argument
213 device *parent = device_parent(me);
243 htab_map_page(device *me, argument
266 if (device_dma_read_buffer(device_parent(me),
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte);
282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
304 if (device_dma_write_buffer(device_parent(me),
310 || device_dma_write_buffer(device_parent(me),
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte);
337 claim_memory(device *me, argument
355 htab_map_region(device *me, device_instance *memory, unsigned_word pte_ra, unsigned64 pte_va, unsigned nr_bytes, unsigned wimg, unsigned pp, unsigned32 htaborg, unsigned32 htabmask) argument
385 device *me; member in struct:_htab_binary_sizes
432 device *me = sizes->me; local
496 htab_map_binary(device *me, device_instance *memory, unsigned_word ra, unsigned wimg, unsigned pp, const char *file_name, unsigned32 htaborg, unsigned32 htabmask) argument
597 htab_init_data_callback(device *me) argument
[all...]
H A Dhw_ide.c236 device *me; member in struct:_ide_controller
245 set_interrupt(device *me, argument
250 device_interrupt_event(me, controller->nr, 1, NULL, 0);
257 clear_interrupt(device *me, argument
262 device_interrupt_event(me, controller->nr, 0, NULL, 0);
272 device *me = controller->me; local
284 set_interrupt(me, controller);
287 device_error(me, "controller %d - unexpected event", controller->nr);
294 schedule_ready_event(device *me, argument
307 do_fifo_read(device *me, ide_controller *controller, void *dest, int nr_bytes) argument
350 do_fifo_write(device *me, ide_controller *controller, const void *source, int nr_bytes) argument
393 setup_fifo(device *me, ide_controller *controller, int is_simple, int is_with_disk, io_direction direction) argument
476 do_command(device *me, ide_controller *controller, int command) argument
493 get_status(device *me, ide_controller *controller) argument
532 decode_address(device *me, address_decoder *decoder, int space, unsigned_word address, int *controller, int *reg, io_direction direction) argument
566 build_address_decoder(device *me, address_decoder *decoder) argument
579 &space, &address, me); local
580 device_size_to_attach_size(device_parent(me), &unit.size, &size, me); local
656 hw_ide_init_address(device *me) argument
684 hw_ide_attach_address(device *me, attach_type type, int space, unsigned_word addr, unsigned nr_bytes, access_type access, device *client) argument
724 hw_ide_io_read_buffer(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
778 hw_ide_io_write_buffer(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
[all...]
H A Dhw_glue.c173 hw_glue_init_address(device *me) argument
175 hw_glue_device *glue = (hw_glue_device*)device_data(me);
178 generic_device_init_address(me);
189 while (device_find_reg_array_property(me, "reg", reg_nr, &unit)
190 && !device_size_to_attach_size(device_parent(me), &unit.size,
191 &glue->sizeof_output, me))
195 device_error(me, "at least one reg property size must be nonzero");
197 device_error(me, "reg property size must be %d aligned", sizeof(unsigned_word));
199 device_address_to_attach_address(device_parent(me),
201 me); local
247 hw_glue_io_read_buffer_callback(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
269 hw_glue_io_write_buffer_callback(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
291 hw_glue_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dhw_htab.c206 htab_decode_hash_table(device *me, argument
213 device *parent = device_parent(me);
243 htab_map_page(device *me, argument
266 if (device_dma_read_buffer(device_parent(me),
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte);
282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
304 if (device_dma_write_buffer(device_parent(me),
310 || device_dma_write_buffer(device_parent(me),
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte);
337 claim_memory(device *me, argument
355 htab_map_region(device *me, device_instance *memory, unsigned_word pte_ra, unsigned64 pte_va, unsigned nr_bytes, unsigned wimg, unsigned pp, unsigned32 htaborg, unsigned32 htabmask) argument
385 device *me; member in struct:_htab_binary_sizes
432 device *me = sizes->me; local
496 htab_map_binary(device *me, device_instance *memory, unsigned_word ra, unsigned wimg, unsigned pp, const char *file_name, unsigned32 htaborg, unsigned32 htabmask) argument
597 htab_init_data_callback(device *me) argument
[all...]
H A Dhw_ide.c236 device *me; member in struct:_ide_controller
245 set_interrupt(device *me, argument
250 device_interrupt_event(me, controller->nr, 1, NULL, 0);
257 clear_interrupt(device *me, argument
262 device_interrupt_event(me, controller->nr, 0, NULL, 0);
272 device *me = controller->me; local
284 set_interrupt(me, controller);
287 device_error(me, "controller %d - unexpected event", controller->nr);
294 schedule_ready_event(device *me, argument
307 do_fifo_read(device *me, ide_controller *controller, void *dest, int nr_bytes) argument
350 do_fifo_write(device *me, ide_controller *controller, const void *source, int nr_bytes) argument
393 setup_fifo(device *me, ide_controller *controller, int is_simple, int is_with_disk, io_direction direction) argument
476 do_command(device *me, ide_controller *controller, int command) argument
493 get_status(device *me, ide_controller *controller) argument
532 decode_address(device *me, address_decoder *decoder, int space, unsigned_word address, int *controller, int *reg, io_direction direction) argument
566 build_address_decoder(device *me, address_decoder *decoder) argument
579 &space, &address, me); local
580 device_size_to_attach_size(device_parent(me), &unit.size, &size, me); local
656 hw_ide_init_address(device *me) argument
684 hw_ide_attach_address(device *me, attach_type type, int space, unsigned_word addr, unsigned nr_bytes, access_type access, device *client) argument
724 hw_ide_io_read_buffer(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
778 hw_ide_io_write_buffer(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
[all...]
H A Dhw_glue.c173 hw_glue_init_address(device *me) argument
175 hw_glue_device *glue = (hw_glue_device*)device_data(me);
178 generic_device_init_address(me);
189 while (device_find_reg_array_property(me, "reg", reg_nr, &unit)
190 && !device_size_to_attach_size(device_parent(me), &unit.size,
191 &glue->sizeof_output, me))
195 device_error(me, "at least one reg property size must be nonzero");
197 device_error(me, "reg property size must be %d aligned", sizeof(unsigned_word));
199 device_address_to_attach_address(device_parent(me),
201 me); local
247 hw_glue_io_read_buffer_callback(device *me, void *dest, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
269 hw_glue_io_write_buffer_callback(device *me, const void *source, int space, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia) argument
291 hw_glue_interrupt_event(device *me, int my_port, device *source, int source_port, int level, cpu *processor, unsigned_word cia) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m68hc11/
H A Ddv-m68hc11eepr.c182 attach_m68hc11eepr_regs (struct hw *me, argument
190 if (hw_find_property (me, "reg") == NULL)
191 hw_abort (me, "Missing \"reg\" property");
193 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
194 hw_abort (me, "\"reg\" property must contain one addr/size entry");
196 hw_unit_address_to_attach_address (hw_parent (me),
200 me); local
201 hw_unit_size_to_attach_size (hw_parent (me),
203 &attach_size, me); local
208 hw_attach_address (hw_parent (me), M6811_IO_LEVE
209 io_map, M6811_PPROG, 1, me); local
211 io_map, M6811_CONFIG, 1, me); local
232 m68hc11eepr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
278 me); local
288 me); local
302 m68hc11eepr_finish(struct hw *me) argument
336 m68hc11eepr_info(struct hw *me) argument
381 m68hc11eepr_ioctl(struct hw *me, hw_ioctl_request request, va_list ap) argument
392 m68hc11eepr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
447 m68hc11eepr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m68hc11/
H A Ddv-m68hc11eepr.c182 attach_m68hc11eepr_regs (struct hw *me, argument
190 if (hw_find_property (me, "reg") == NULL)
191 hw_abort (me, "Missing \"reg\" property");
193 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
194 hw_abort (me, "\"reg\" property must contain one addr/size entry");
196 hw_unit_address_to_attach_address (hw_parent (me),
200 me); local
201 hw_unit_size_to_attach_size (hw_parent (me),
203 &attach_size, me); local
208 hw_attach_address (hw_parent (me), M6811_IO_LEVE
209 io_map, M6811_PPROG, 1, me); local
211 io_map, M6811_CONFIG, 1, me); local
232 m68hc11eepr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
278 me); local
288 me); local
302 m68hc11eepr_finish(struct hw *me) argument
336 m68hc11eepr_info(struct hw *me) argument
381 m68hc11eepr_ioctl(struct hw *me, hw_ioctl_request request, va_list ap) argument
392 m68hc11eepr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
447 m68hc11eepr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m68hc11/
H A Ddv-m68hc11eepr.c182 attach_m68hc11eepr_regs (struct hw *me, argument
190 if (hw_find_property (me, "reg") == NULL)
191 hw_abort (me, "Missing \"reg\" property");
193 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
194 hw_abort (me, "\"reg\" property must contain one addr/size entry");
196 hw_unit_address_to_attach_address (hw_parent (me),
200 me); local
201 hw_unit_size_to_attach_size (hw_parent (me),
203 &attach_size, me); local
208 hw_attach_address (hw_parent (me), M6811_IO_LEVE
209 io_map, M6811_PPROG, 1, me); local
211 io_map, M6811_CONFIG, 1, me); local
232 m68hc11eepr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
278 me); local
288 me); local
302 m68hc11eepr_finish(struct hw *me) argument
336 m68hc11eepr_info(struct hw *me) argument
381 m68hc11eepr_ioctl(struct hw *me, hw_ioctl_request request, va_list ap) argument
392 m68hc11eepr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
447 m68hc11eepr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/mips/
H A Ddv-tx3904tmr.c105 static void deliver_tx3904tmr_tick (struct hw *me, void *data);
202 attach_tx3904tmr_regs (struct hw *me, argument
210 if (hw_find_property (me, "reg") == NULL)
211 hw_abort (me, "Missing \"reg\" property");
213 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
214 hw_abort (me, "\"reg\" property must contain one addr/size entry");
216 hw_unit_address_to_attach_address (hw_parent (me),
220 me); local
221 hw_unit_size_to_attach_size (hw_parent (me),
223 &attach_size, me); local
227 me); local
240 tx3904tmr_finish(struct hw *me) argument
277 tx3904tmr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
319 tx3904tmr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
361 tx3904tmr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
491 deliver_tx3904tmr_tick(struct hw *me, void *data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mips/
H A Ddv-tx3904tmr.c105 static void deliver_tx3904tmr_tick (struct hw *me, void *data);
202 attach_tx3904tmr_regs (struct hw *me, argument
210 if (hw_find_property (me, "reg") == NULL)
211 hw_abort (me, "Missing \"reg\" property");
213 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
214 hw_abort (me, "\"reg\" property must contain one addr/size entry");
216 hw_unit_address_to_attach_address (hw_parent (me),
220 me); local
221 hw_unit_size_to_attach_size (hw_parent (me),
223 &attach_size, me); local
227 me); local
240 tx3904tmr_finish(struct hw *me) argument
277 tx3904tmr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
319 tx3904tmr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
361 tx3904tmr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
491 deliver_tx3904tmr_tick(struct hw *me, void *data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/mips/
H A Ddv-tx3904tmr.c105 static void deliver_tx3904tmr_tick (struct hw *me, void *data);
202 attach_tx3904tmr_regs (struct hw *me, argument
210 if (hw_find_property (me, "reg") == NULL)
211 hw_abort (me, "Missing \"reg\" property");
213 if (!hw_find_reg_array_property (me, "reg", 0, &reg))
214 hw_abort (me, "\"reg\" property must contain one addr/size entry");
216 hw_unit_address_to_attach_address (hw_parent (me),
220 me); local
221 hw_unit_size_to_attach_size (hw_parent (me),
223 &attach_size, me); local
227 me); local
240 tx3904tmr_finish(struct hw *me) argument
277 tx3904tmr_port_event(struct hw *me, int my_port, struct hw *source, int source_port, int level) argument
319 tx3904tmr_io_read_buffer(struct hw *me, void *dest, int space, unsigned_word base, unsigned nr_bytes) argument
361 tx3904tmr_io_write_buffer(struct hw *me, const void *source, int space, unsigned_word base, unsigned nr_bytes) argument
491 deliver_tx3904tmr_tick(struct hw *me, void *data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dextract-ikconfig30 me=${0##*/}
34 echo "Usage: $me <kernel-image>" >&2
52 echo "$me: Cannot find kernel config." >&2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dextract-ikconfig30 me=${0##*/}
34 echo "Usage: $me <kernel-image>" >&2
52 echo "$me: Cannot find kernel config." >&2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-hw.c403 hw_vabort (struct hw *me,
410 if (me != NULL && hw_path (me) != NULL && hw_path (me) [0] != '\0')
411 name = hw_path (me);
412 else if (me != NULL && hw_name (me) != NULL && hw_name (me)[0] != '\0')
413 name = hw_name (me);
414 else if (me !
401 hw_vabort(struct hw *me, const char *fmt, va_list ap) argument
429 hw_abort(struct hw *me, const char *fmt, ...) argument
441 sim_hw_abort(struct sim_state *sd, struct hw *me, const char *fmt, ...) argument
459 hw_halt(struct hw *me, int reason, int status) argument
469 hw_system_cpu(struct hw *me) argument
475 hw_trace(struct hw *me, const char *fmt, ...) argument
494 do_hw_poll_read(struct hw *me, do_hw_poll_read_method *read, int sim_io_fd, void *buf, unsigned sizeof_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-hw.c403 hw_vabort (struct hw *me,
410 if (me != NULL && hw_path (me) != NULL && hw_path (me) [0] != '\0')
411 name = hw_path (me);
412 else if (me != NULL && hw_name (me) != NULL && hw_name (me)[0] != '\0')
413 name = hw_name (me);
414 else if (me !
401 hw_vabort(struct hw *me, const char *fmt, va_list ap) argument
429 hw_abort(struct hw *me, const char *fmt, ...) argument
441 sim_hw_abort(struct sim_state *sd, struct hw *me, const char *fmt, ...) argument
459 hw_halt(struct hw *me, int reason, int status) argument
469 hw_system_cpu(struct hw *me) argument
475 hw_trace(struct hw *me, const char *fmt, ...) argument
494 do_hw_poll_read(struct hw *me, do_hw_poll_read_method *read, int sim_io_fd, void *buf, unsigned sizeof_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-hw.c403 hw_vabort (struct hw *me,
410 if (me != NULL && hw_path (me) != NULL && hw_path (me) [0] != '\0')
411 name = hw_path (me);
412 else if (me != NULL && hw_name (me) != NULL && hw_name (me)[0] != '\0')
413 name = hw_name (me);
414 else if (me !
401 hw_vabort(struct hw *me, const char *fmt, va_list ap) argument
429 hw_abort(struct hw *me, const char *fmt, ...) argument
441 sim_hw_abort(struct sim_state *sd, struct hw *me, const char *fmt, ...) argument
459 hw_halt(struct hw *me, int reason, int status) argument
469 hw_system_cpu(struct hw *me) argument
475 hw_trace(struct hw *me, const char *fmt, ...) argument
494 do_hw_poll_read(struct hw *me, do_hw_poll_read_method *read, int sim_io_fd, void *buf, unsigned sizeof_buf) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/aoe/
H A Dstatus.sh6 me=`basename $0`
14 echo "$me Error: sysfs is not mounted" 1>&2

Completed in 213 milliseconds

1234567891011>>