Searched refs:u32 (Results 151 - 175 of 1989) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb.h14 u32 vxres;
15 u32 vyres;
16 u32 xoffset;
17 u32 yoffset;
18 u32 bpp;
19 u32 h_tot_disp;
20 u32 h_sync_strt_wid;
21 u32 v_tot_disp;
22 u32 v_sync_strt_wid;
23 u32 off_pitc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dgt96100eth.h77 u32 val = GT96100ETH_READ(gp, offset); val |= (u32)(bits); \
81 u32 val = GT96100ETH_READ(gp, offset); val &= (u32)(~(bits)); \
214 u32 cmdstat;
215 u32 next;
216 u32 buff_ptr;
227 u32 cmdstat;
228 u32 next;
229 u32 buff_pt
[all...]
H A Dmyri_sbus.h150 u32 addr;
151 u32 len;
156 u32 csum; /* HW computed checksum. */
157 u32 ctx;
158 u32 num_sg; /* Total scatter entries. */
163 u32 num_sg; /* Total scatter entries. */
165 u32 chan;
166 u32 len; /* Total length of packet. */
167 u32 csum_off; /* Where data to csum is. */
168 u32 csum_fiel
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/iSeries/
H A DHvReleaseData.h52 u32 xDesc; // Descriptor "HvRD" ebcdic x00-x03
56 u32 xMsNucDataOffset; // Offset of Linux Mapping Data x10-x13
57 u32 xRsvd1; // Reserved x14-x17
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dtypes.h41 typedef unsigned int u32; typedef
48 typedef u32 dma_addr_t;
49 typedef u32 dma64_addr_t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/iSeries/
H A DHvReleaseData.h52 u32 xDesc; // Descriptor "HvRD" ebcdic x00-x03
56 u32 xMsNucDataOffset; // Offset of Linux Mapping Data x10-x13
57 u32 xRsvd1; // Reserved x14-x17
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dtypes.h41 typedef unsigned int u32; typedef
48 typedef u32 dma_addr_t;
49 typedef u32 dma64_addr_t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dmcrfs.c11 mcrfs(u32 *ccr, u32 crfD, u32 crfS)
13 u32 value, clear;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/include/
H A Dac.h61 u32 is_online;
77 u32 notify_type,
78 u32 device,
98 u32 event,
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dethtool-util.h8 typedef __uint32_t u32; /* ditto */ typedef
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dethtool-util.h8 typedef __uint32_t u32; /* ditto */ typedef
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dethtool-util.h8 typedef __uint32_t u32; /* ditto */ typedef
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dethtool-util.h8 typedef __uint32_t u32; /* ditto */ typedef
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsysv_fs.h28 static inline u32 PDP_swab(u32 x)
50 typedef u32 sysv_zone_t;
68 u32 s_fsize __packed2__; /* total number of zones of this fs */
71 u32 s_free[XENIX_NICFREE]; /* first free block list chunk */
80 u32 s_time __packed2__; /* time of last super block update */
81 u32 s_tfree __packed2__; /* total number of free zones */
106 u32 s_fsize; /* total number of zones of this fs */
110 u32 s_free[SYSV_NICFREE]; /* first free block list chunk */
120 u32 s_tim
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsysv_fs.h28 static inline u32 PDP_swab(u32 x)
50 typedef u32 sysv_zone_t;
68 u32 s_fsize __packed2__; /* total number of zones of this fs */
71 u32 s_free[XENIX_NICFREE]; /* first free block list chunk */
80 u32 s_time __packed2__; /* time of last super block update */
81 u32 s_tfree __packed2__; /* total number of free zones */
106 u32 s_fsize; /* total number of zones of this fs */
110 u32 s_free[SYSV_NICFREE]; /* first free block list chunk */
120 u32 s_tim
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/tpam/
H A Dtpam_memory.c26 void copy_to_pam_dword(tpam_card *card, const void *addr, u32 val) {
33 writel(val, card->bar0 + (((u32)addr) & TPAM_PAGE_SIZE));
45 void copy_to_pam(tpam_card *card, void *to, const void *from, u32 n) {
46 u32 page, offset, count;
52 page = ((u32)to) | TPAM_PAGE_SIZE;
53 offset = ((u32)to) & TPAM_PAGE_SIZE;
78 u32 copy_from_pam_dword(tpam_card *card, const void *addr) {
81 writel(((u32)addr) | TPAM_PAGE_SIZE,
85 return readl(card->bar0 + (((u32)addr) & TPAM_PAGE_SIZE));
96 void copy_from_pam(tpam_card *card, void *to, const void *from, u32
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dacpitable.h25 u32 length; /* length of table,
31 u32 oem_revision; /* OEM revision number */
33 u32 asl_compiler_revision; /* ASL compiler revision number */
51 u32 lapic_address;
53 u32 pcat_compat:1;
54 u32 reserved:31;
86 u32 rsdt_address;
87 u32 length;
95 u32 entry[0];
119 u32 enable
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/ddb5xxx/
H A Dddb5xxx.h181 volatile u32 *p = (volatile u32 *)0xbfc00000;
186 static inline void ddb_out32(u32 offset, u32 val)
188 *(volatile u32 *)(DDB_BASE+offset) = val;
192 static inline u32 ddb_in32(u32 offset)
194 u32 val = *(volatile u32 *)(DDB_BASE+offset);
199 static inline void ddb_out16(u32 offse
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/ddb5xxx/
H A Dddb5xxx.h181 volatile u32 *p = (volatile u32 *)0xbfc00000;
186 static inline void ddb_out32(u32 offset, u32 val)
188 *(volatile u32 *)(DDB_BASE+offset) = val;
192 static inline u32 ddb_in32(u32 offset)
194 u32 val = *(volatile u32 *)(DDB_BASE+offset);
199 static inline void ddb_out16(u32 offse
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/ddb5xxx/
H A Dddb5xxx.h181 volatile u32 *p = (volatile u32 *)0xbfc00000;
186 static inline void ddb_out32(u32 offset, u32 val)
188 *(volatile u32 *)(DDB_BASE+offset) = val;
192 static inline u32 ddb_in32(u32 offset)
194 u32 val = *(volatile u32 *)(DDB_BASE+offset);
199 static inline void ddb_out16(u32 offse
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/ddb5xxx/
H A Dddb5xxx.h181 volatile u32 *p = (volatile u32 *)0xbfc00000;
186 static inline void ddb_out32(u32 offset, u32 val)
188 *(volatile u32 *)(DDB_BASE+offset) = val;
192 static inline u32 ddb_in32(u32 offset)
194 u32 val = *(volatile u32 *)(DDB_BASE+offset);
199 static inline void ddb_out16(u32 offse
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ddb5xxx/ddb5477/
H A Dpci_ops.c39 u32 pdar;
40 u32 pmr;
41 u32 config_base;
42 u32 config_size;
43 u32 pdar_backup;
44 u32 pmr_backup;
67 static inline u32 ddb_access_config_base(struct pci_config_swap *swap,
68 u32 bus,/* 0 means top level bus */
69 u32 slot_num)
71 u32 pci_add
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dacpitable.h47 u32 length; /* length of table,
53 u32 oem_revision; /* OEM revision number */
55 u32 asl_compiler_revision; /* ASL compiler revision number */
101 u32 lapic_address;
103 u32 pcat_compat:1;
104 u32 reserved:31;
144 u32 rsdt_address;
149 u32 entry[ACPI_TABLE_COUNT];
168 u32 enabled:1;
169 u32 reserve
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dsetup.h88 u32 size;
89 u32 tag;
96 u32 flags; /* bit 0 = read-only */
97 u32 pagesize;
98 u32 rootdev;
105 u32 size;
106 u32 start; /* physical start address */
128 u32 flags; /* bit 0 = load, bit 1 = prompt */
129 u32 size; /* decompressed ramdisk size in _kilo_ bytes */
130 u32 star
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dsetup.h88 u32 size;
89 u32 tag;
96 u32 flags; /* bit 0 = read-only */
97 u32 pagesize;
98 u32 rootdev;
105 u32 size;
106 u32 start; /* physical start address */
128 u32 flags; /* bit 0 = load, bit 1 = prompt */
129 u32 size; /* decompressed ramdisk size in _kilo_ bytes */
130 u32 star
[all...]

Completed in 293 milliseconds

1234567891011>>