Searched refs:tag (Results 1 - 25 of 2928) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Datags.h2 extern void save_atags(struct tag *tags);
4 static inline void save_atags(struct tag *tags) { }
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
H A Dcompat.c16 * to convert to the new struct tag way.
84 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
86 tag = tag_next(tag);
87 tag->hdr.tag = ATAG_MEM;
88 tag->hdr.size = tag_size(tag_mem32);
89 tag
97 struct tag *tag = taglist; local
[all...]
H A Datags.c33 void __init save_atags(const struct tag *tags)
45 struct tag *tag = (struct tag *)atags_copy; local
49 if (tag->hdr.tag != ATAG_CORE) {
54 for (; tag->hdr.size; tag = tag_next(tag))
58 size = (char *)tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_pci.c59 pci_int_shift_0(pcitag_t tag) argument
69 pci_int_map_0(pcitag_t tag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bigsur/src/
H A Dbigsur_pci.c59 pci_int_shift_0(pcitag_t tag) argument
69 pci_int_map_0(pcitag_t tag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/littlesur/src/
H A Dlittlesur_pci.c59 pci_int_shift_0(pcitag_t tag) argument
69 pci_int_map_0(pcitag_t tag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/sentosa/src/
H A Dsentosa_pci.c59 pci_int_shift_0(pcitag_t tag) argument
69 pci_int_map_0(pcitag_t tag) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Datags.h2 extern void save_atags(struct tag *tags);
4 static inline void save_atags(struct tag *tags) { }
H A Dcompat.h11 extern void convert_to_tag_list(struct tag *tags);
H A Dcompat.c16 * to convert to the new struct tag way.
84 static struct tag * __init memtag(struct tag *tag, unsigned long start, unsigned long size) argument
86 tag = tag_next(tag);
87 tag->hdr.tag = ATAG_MEM;
88 tag->hdr.size = tag_size(tag_mem32);
89 tag
97 struct tag *tag = taglist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pci/
H A Dldtinit.c104 pci_find_ldt_cap (pcitag_t tag, int secondary) argument
111 cpr = pci_conf_read(tag, PCI_CAPLISTPTR_REG);
117 pci_tagprintf(tag, "read cap offset %04x\n", offset);
119 cr = pci_conf_read(tag, offset);
137 ldt_get_link(pcitag_t tag, int offset, int index) argument
139 return pci_conf_read(tag, offset + LDT_LINK_OFF(index));
143 ldt_set_link(pcitag_t tag, int offset, int index, pcireg_t lr) argument
145 pci_conf_write(tag, offset + LDT_LINK_OFF(index), lr);
150 ldt_show_cap(pcitag_t tag, int offset, int secondary) argument
152 printf(" Cmd %08x", pci_conf_read(tag, offse
170 ldt_show_cap(pcitag_t tag, int offset, int secondary) argument
191 ldt_wait_ready(pcitag_t tag, int offset, int index) argument
211 ldt_end_chain(pcitag_t tag, int offset, int index) argument
225 ldt_freq_cap(pcitag_t tag, int offset, int index) argument
275 ldt_set_freq(pcitag_t tag, int offset, int index, uint8_t freq) argument
303 pcitag_t prev_tag, tag; local
443 pcitag_t tag; local
526 ldt_link_reset(pcitag_t tag, int delay) argument
559 ldt_chain_init(pcitag_t tag, int port, int bus, pci_flags_t flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/bcm91125c/src/
H A Dbcm91125c_pci.c79 pci_int_shift_0(pcitag_t tag) argument
83 pci_break_tag(tag, NULL, &bus, &device, NULL);
103 pci_int_map_0(pcitag_t tag) argument
108 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
116 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
120 pci_break_tag(tag, NULL, &bus, &device, NULL);
128 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/cswarm/src/
H A Dcswarm_pci.c80 pci_int_shift_0(pcitag_t tag) argument
84 pci_break_tag(tag, NULL, &bus, &device, NULL);
104 pci_int_map_0(pcitag_t tag) argument
109 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
117 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
121 pci_break_tag(tag, NULL, &bus, &device, NULL);
129 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/lausanne/src/
H A Dlausanne_pci.c72 pci_int_shift_0(pcitag_t tag) argument
76 pci_break_tag(tag, NULL, &bus, &device, NULL);
96 pci_int_map_0(pcitag_t tag) argument
101 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
109 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
113 pci_break_tag(tag, NULL, &bus, &device, NULL);
121 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/pt1120/src/
H A Dpt1120_pci.c81 pci_int_shift_0(pcitag_t tag) argument
85 pci_break_tag(tag, &bus, &device, NULL);
105 pci_int_map_0(pcitag_t tag) argument
110 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
118 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
122 pci_break_tag(tag, &bus, &device, NULL);
130 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/pt1125/src/
H A Dpt1125_pci.c81 pci_int_shift_0(pcitag_t tag) argument
85 pci_break_tag(tag, NULL, &bus, &device, NULL);
105 pci_int_map_0(pcitag_t tag) argument
110 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
118 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
122 pci_break_tag(tag, NULL, &bus, &device, NULL);
130 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/ptswarm/src/
H A Dptswarm_pci.c80 pci_int_shift_0(pcitag_t tag) argument
84 pci_break_tag(tag, NULL, &bus, &device, NULL);
104 pci_int_map_0(pcitag_t tag) argument
109 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
117 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
121 pci_break_tag(tag, NULL, &bus, &device, NULL);
129 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/swarm/src/
H A Dswarm_pci.c79 pci_int_shift_0(pcitag_t tag) argument
83 pci_break_tag(tag, NULL, &bus, &device, NULL);
103 pci_int_map_0(pcitag_t tag) argument
108 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
116 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
120 pci_break_tag(tag, NULL, &bus, &device, NULL);
128 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/mips/board/c3/src/
H A Dc3_pci.c66 pci_int_shift_0(pcitag_t tag) argument
80 pci_int_map_0(pcitag_t tag) argument
86 data = pci_conf_read(tag, PCI_BPARAM_INTERRUPT_REG);
94 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
98 pci_break_tag(tag, NULL, &bus, &device, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libid3tag/
H A Dtag.c2 * libid3tag - ID3 tag manipulation library
19 * $Id: tag.c,v 1.20 2004/02/17 02:04:10 rob Exp $
36 # include "tag.h"
49 * NAME: tag->new()
50 * DESCRIPTION: allocate and return a new, empty tag
54 struct id3_tag *tag; local
56 tag = malloc(sizeof(*tag));
57 if (tag) {
58 tag
77 id3_tag_delete(struct id3_tag *tag) argument
95 id3_tag_addref(struct id3_tag *tag) argument
106 id3_tag_delref(struct id3_tag *tag) argument
117 id3_tag_version(struct id3_tag const *tag) argument
128 id3_tag_options(struct id3_tag *tag, int mask, int values) argument
142 id3_tag_setlength(struct id3_tag *tag, id3_length_t length) argument
153 id3_tag_clearframes(struct id3_tag *tag) argument
171 id3_tag_attachframe(struct id3_tag *tag, struct id3_frame *frame) argument
193 id3_tag_detachframe(struct id3_tag *tag, struct id3_frame *frame) argument
220 id3_tag_findframe(struct id3_tag const *tag, char const *id, unsigned int index) argument
333 v1_attachstr(struct id3_tag *tag, char const *id, char *text, unsigned long number) argument
384 struct id3_tag *tag; local
436 struct id3_tag *tag; local
672 v1_renderstr(struct id3_tag const *tag, char const *frameid, id3_byte_t **buffer, id3_length_t length) argument
696 v1_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
768 id3_tag_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
H A Dtag.c2 * libid3tag - ID3 tag manipulation library
19 * $Id: tag.c,v 1.20 2004/02/17 02:04:10 rob Exp $
36 # include "tag.h"
49 * NAME: tag->new()
50 * DESCRIPTION: allocate and return a new, empty tag
54 struct id3_tag *tag; local
56 tag = malloc(sizeof(*tag));
57 if (tag) {
58 tag
77 id3_tag_delete(struct id3_tag *tag) argument
95 id3_tag_addref(struct id3_tag *tag) argument
106 id3_tag_delref(struct id3_tag *tag) argument
117 id3_tag_version(struct id3_tag const *tag) argument
128 id3_tag_options(struct id3_tag *tag, int mask, int values) argument
142 id3_tag_setlength(struct id3_tag *tag, id3_length_t length) argument
153 id3_tag_clearframes(struct id3_tag *tag) argument
171 id3_tag_attachframe(struct id3_tag *tag, struct id3_frame *frame) argument
193 id3_tag_detachframe(struct id3_tag *tag, struct id3_frame *frame) argument
220 id3_tag_findframe(struct id3_tag const *tag, char const *id, unsigned int index) argument
333 v1_attachstr(struct id3_tag *tag, char const *id, char *text, unsigned long number) argument
384 struct id3_tag *tag; local
436 struct id3_tag *tag; local
672 v1_renderstr(struct id3_tag const *tag, char const *frameid, id3_byte_t **buffer, id3_length_t length) argument
696 v1_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
768 id3_tag_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
H A Dtag.c2 * libid3tag - ID3 tag manipulation library
19 * $Id: tag.c,v 1.20 2004/02/17 02:04:10 rob Exp $
36 # include "tag.h"
49 * NAME: tag->new()
50 * DESCRIPTION: allocate and return a new, empty tag
54 struct id3_tag *tag; local
56 tag = malloc(sizeof(*tag));
57 if (tag) {
58 tag
77 id3_tag_delete(struct id3_tag *tag) argument
95 id3_tag_addref(struct id3_tag *tag) argument
106 id3_tag_delref(struct id3_tag *tag) argument
117 id3_tag_version(struct id3_tag const *tag) argument
128 id3_tag_options(struct id3_tag *tag, int mask, int values) argument
142 id3_tag_setlength(struct id3_tag *tag, id3_length_t length) argument
153 id3_tag_clearframes(struct id3_tag *tag) argument
171 id3_tag_attachframe(struct id3_tag *tag, struct id3_frame *frame) argument
193 id3_tag_detachframe(struct id3_tag *tag, struct id3_frame *frame) argument
220 id3_tag_findframe(struct id3_tag const *tag, char const *id, unsigned int index) argument
333 v1_attachstr(struct id3_tag *tag, char const *id, char *text, unsigned long number) argument
384 struct id3_tag *tag; local
436 struct id3_tag *tag; local
672 v1_renderstr(struct id3_tag const *tag, char const *frameid, id3_byte_t **buffer, id3_length_t length) argument
696 v1_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
768 id3_tag_render(struct id3_tag const *tag, id3_byte_t *buffer) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-clps711x/
H A Dp720t.c59 fixup_p720t(struct machine_desc *desc, struct tag *tag, argument
65 if (tag->hdr.tag != ATAG_CORE) {
66 tag->hdr.tag = ATAG_CORE;
67 tag->hdr.size = tag_size(tag_core);
68 tag->u.core.flags = 0;
69 tag->u.core.pagesize = PAGE_SIZE;
70 tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-clps711x/
H A Dp720t.c59 fixup_p720t(struct machine_desc *desc, struct tag *tag, argument
65 if (tag->hdr.tag != ATAG_CORE) {
66 tag->hdr.tag = ATAG_CORE;
67 tag->hdr.size = tag_size(tag_core);
68 tag->u.core.flags = 0;
69 tag->u.core.pagesize = PAGE_SIZE;
70 tag
[all...]

Completed in 126 milliseconds

1234567891011>>