Searched refs:offset (Results 26 - 50 of 5133) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/
H A Dmiscthings.c12 unsigned long aux_start, offset; local
27 offset = ((aux_start + 15) & ~15) - aux_start;
28 if (offset != 0) {
32 *(unsigned long *)(sp + offset) = e;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-tx39xx/
H A Dioremap.h23 static inline void __iomem *plat_ioremap(phys_t offset, unsigned long size, argument
27 if (offset >= TXX9_DIRECTMAP_BASE &&
28 offset < TXX9_DIRECTMAP_BASE + 0xff0000)
29 return (void __iomem *)offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-tx49xx/
H A Dioremap.h23 static inline void __iomem *plat_ioremap(phys_t offset, unsigned long size, argument
31 if (offset >= TXX9_DIRECTMAP_BASE &&
32 offset < TXX9_DIRECTMAP_BASE + 0x400000)
33 return (void __iomem *)(unsigned long)(int)offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_ro.c58 static int _fdt_nodename_eq(const void *fdt, int offset, argument
61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);
100 int fdt_subnode_offset_namelen(const void *fdt, int offset, argument
107 for (depth = 0, offset = fdt_next_node(fdt, offset, &depth);
108 (offset >= 0) && (depth > 0);
109 offset = fdt_next_node(fdt, offset, &depth)) {
113 && _fdt_nodename_eq(fdt, offset, name, namelen))
114 return offset;
133 int offset = 0; local
188 int offset, nextoffset; local
271 int offset, depth, namelen; local
324 int offset, depth; local
382 int offset; local
444 int offset, err; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcelp_math.h65 * Shift value left or right depending on sign of offset parameter.
67 * @param offset shift offset
69 * @return value << offset, if offset>=0; value >> -offset - otherwise
71 static inline int bidir_sal(int value, int offset) argument
73 if(offset < 0) return value >> -offset;
74 else return value << offset;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dtables_lpphy.h9 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT)
10 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT)
11 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT)
17 u32 b43_lptab_read(struct b43_wldev *dev, u32 offset);
18 void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value);
23 void b43_lptab_read_bulk(struct b43_wldev *dev, u32 offset,
25 void b43_lptab_write_bulk(struct b43_wldev *dev, u32 offset,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dserial.c20 void jz4740_serial_out(struct uart_port *p, int offset, int value) argument
22 switch (offset) {
32 writeb(value, p->membase + (offset << p->regshift));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c41 unsigned int offset; local
46 offset = LSCSA_QW_OFFSET(event_mask);
47 regs_spill[offset].slot[0] = spu_readch(SPU_RdEventMask);
52 unsigned int offset; local
57 offset = LSCSA_QW_OFFSET(tag_mask);
58 regs_spill[offset].slot[0] = spu_readch(MFC_RdTagMask);
84 unsigned int offset; local
90 offset = LSCSA_QW_OFFSET(fpcr);
91 regs_spill[offset].v = spu_mffpscr();
96 unsigned int offset; local
108 unsigned int offset; local
[all...]
H A Dspu_restore.c83 unsigned int offset; local
92 offset = LSCSA_QW_OFFSET(decr_status);
93 decr_running = regs_spill[offset].slot[0] & SPU_DECR_STATUS_RUNNING;
95 offset = LSCSA_QW_OFFSET(decr);
96 decr = regs_spill[offset].slot[0];
103 unsigned int offset; local
110 offset = LSCSA_QW_OFFSET(ppu_mb);
111 data = regs_spill[offset].slot[0];
117 unsigned int offset; local
124 offset
131 unsigned int offset; local
145 unsigned int offset; local
158 unsigned int offset; local
171 unsigned int offset; local
186 unsigned int offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/uv/
H A Duv_hub.h23 * M - The low M bits of a physical address represent the offset
50 * M - number of node offset bits (35 .. 40)
59 * M - number of node offset bits (35 .. 40)
171 /* pnode, offset --> socket virtual */
172 static inline void *uv_pnode_offset_to_vaddr(int pnode, unsigned long offset) argument
174 return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset);
183 unsigned long offset)
186 UV_GLOBAL_MMR32_PNODE_BITS(pnode) | offset);
189 static inline void uv_write_global_mmr32(int pnode, unsigned long offset, argument
192 *uv_global_mmr32_address(pnode, offset)
182 uv_global_mmr32_address(int pnode, unsigned long offset) argument
195 uv_read_global_mmr32(int pnode, unsigned long offset) argument
205 uv_global_mmr64_address(int pnode, unsigned long offset) argument
212 uv_write_global_mmr64(int pnode, unsigned long offset, unsigned long val) argument
218 uv_read_global_mmr64(int pnode, unsigned long offset) argument
228 uv_local_mmr_address(unsigned long offset) argument
233 uv_read_local_mmr(unsigned long offset) argument
238 uv_write_local_mmr(unsigned long offset, unsigned long val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dbcm_umi_bch.c39 {.offset = 0, .length = 2}
41 {.offset = 0, .length = 5},
42 {.offset = 6, .length = 7}
55 {.offset = 1, .length = 2},
57 {.offset = 1, .length = 5},
58 {.offset = 16, .length = 6},
59 {.offset = 32, .length = 6},
60 {.offset = 48, .length = 6}
62 {.offset = 1, .length = 8},
63 {.offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlrcdec.c36 int64_t ts_offset; // offset metadata item
41 int64_t offset = 0; local
42 while(p[offset] == ' ' || p[offset] == '\t') {
43 offset++;
45 if(p[offset] == '[' && p[offset + 1] >= 'a' && p[offset + 1] <= 'z') {
46 return offset;
54 int64_t offset local
79 int64_t offset = 0; local
121 int64_t offset = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dgpio.c26 int mcf_gpio_direction_input(struct gpio_chip *chip, unsigned offset) argument
34 dir &= ~mcfgpio_bit(chip->base + offset);
41 int mcf_gpio_get_value(struct gpio_chip *chip, unsigned offset) argument
45 return mcfgpio_read(mcf_chip->ppdr) & mcfgpio_bit(chip->base + offset);
48 int mcf_gpio_direction_output(struct gpio_chip *chip, unsigned offset, argument
59 data |= mcfgpio_bit(chip->base + offset);
61 data &= ~mcfgpio_bit(chip->base + offset);
66 data |= mcfgpio_bit(chip->base + offset);
73 void mcf_gpio_set_value(struct gpio_chip *chip, unsigned offset, int value) argument
83 data |= mcfgpio_bit(chip->base + offset);
90 mcf_gpio_set_value_fast(struct gpio_chip *chip, unsigned offset, int value) argument
100 mcf_gpio_request(struct gpio_chip *chip, unsigned offset) argument
108 mcf_gpio_free(struct gpio_chip *chip, unsigned offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-common.c1051 bpf_u_int32 offset = 0; local
1056 * "offset" is the offset *past* the field we're swapping;
1065 offset += 8; /* skip past id */
1066 if (hdr->caplen < offset)
1070 offset += 4; /* skip past various 1-byte fields */
1072 offset += 2; /* skip past bus_id */
1073 if (hdr->caplen < offset)
1077 offset += 2; /* skip past various 1-byte fields */
1079 offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndsflash.h42 int (*read)(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
43 int (*write)(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
44 int (*erase)(hndsflash_t *sfl, uint offset);
45 int (*commit)(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
46 int (*poll)(hndsflash_t *sfl, uint offset);
50 int hndsflash_read(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
51 int hndsflash_write(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
52 int hndsflash_erase(hndsflash_t *sfl, uint offset);
53 int hndsflash_commit(hndsflash_t *sfl, uint offset, uint len, const uchar *buf);
54 int hndsflash_poll(hndsflash_t *sfl, uint offset);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_truncate.c27 off_t offset; local
36 offset = (off_t)pgsize * pgno;
41 "fileops: truncate %s to %lu", fhp->name, (u_long)offset);
46 ret = DB_GLOBAL(j_ftruncate)(fhp->fd, offset);
49 RETRY_CHK((ftruncate(fhp->fd, offset)), ret);
56 __db_syserr(env, ret, "ftruncate: %lu", (u_long)offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dgeneric_64.c27 unsigned long offset, pgprot_t prot,
33 offset &= ~0x1UL;
42 entry = mk_pte_io(offset, prot, space, PAGE_SIZE);
46 !(offset & 0x3ffffe) &&
48 entry = mk_pte_io(offset, prot, space,
51 offset += 0x400000;
54 !(offset & 0x7fffe) &&
56 entry = mk_pte_io(offset, prot, space,
59 offset += 0x80000;
61 !(offset
24 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
84 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
106 io_remap_pud_range(struct mm_struct *mm, pud_t * pud, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
136 unsigned long offset = GET_PFN(pfn) << PAGE_SHIFT; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpci-direct.h9 extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset);
10 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
11 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
12 extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val);
13 extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
14 extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngerror.c52 int offset; local
53 for (offset = 1; offset<15; offset++)
54 if (error_message[offset] == ' ')
59 for (i = 0; i < offset - 1; i++)
65 error_message += offset;
113 int offset = 0; local
123 for (offset = 1; offset < 1
130 (*(png_ptr->warning_fn))(png_ptr, warning_message + offset); local
256 int offset; local
320 int offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dtsunami_flash.c17 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) argument
20 val.x[0] = tsunami_tig_readb(offset);
24 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) argument
26 tsunami_tig_writeb(value.x[0], offset);
30 struct map_info *map, void *addr, unsigned long offset, ssize_t len)
34 while(len && (offset < MAX_TIG_FLASH_SIZE)) {
35 *dest = tsunami_tig_readb(offset);
36 offset++;
43 struct map_info *map, unsigned long offset,
48 while(len && (offset < MAX_TIG_FLASH_SIZ
29 tsunami_flash_copy_from( struct map_info *map, void *addr, unsigned long offset, ssize_t len) argument
42 tsunami_flash_copy_to( struct map_info *map, unsigned long offset, const void *addr, ssize_t len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dgpio_txx9.c22 static int txx9_gpio_get(struct gpio_chip *chip, unsigned int offset) argument
24 return __raw_readl(&txx9_pioptr->din) & (1 << offset);
27 static void txx9_gpio_set_raw(unsigned int offset, int value) argument
32 val |= 1 << offset;
34 val &= ~(1 << offset);
38 static void txx9_gpio_set(struct gpio_chip *chip, unsigned int offset, argument
43 txx9_gpio_set_raw(offset, value);
48 static int txx9_gpio_dir_in(struct gpio_chip *chip, unsigned int offset) argument
52 __raw_writel(__raw_readl(&txx9_pioptr->dir) & ~(1 << offset),
59 static int txx9_gpio_dir_out(struct gpio_chip *chip, unsigned int offset, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-titan-ht.c35 int offset, u32 *val)
42 address = (busno << 16) | (devfn << 8) | (offset & 0xfc) | 0x80000000;
67 int offset, int size, u32 *val)
71 titan_ht_config_read_dword(bus, devfn, offset, &dword);
73 dword >>= ((offset & 3) << 3);
80 unsigned int devfn, int offset, u32 val)
87 address = (busno << 16) | (devfn << 8) | (offset & 0xfc) | 0x80000000;
106 int offset, int size, u32 val)
110 titan_ht_config_read_dword(bus, devfn, offset, &val2);
112 val1 = val << ((offset
34 titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn, int offset, u32 *val) argument
66 titan_ht_config_read(struct pci_bus *bus, unsigned int devfn, int offset, int size, u32 *val) argument
79 titan_ht_config_write_dword(struct pci_bus *bus, unsigned int devfn, int offset, u32 val) argument
105 titan_ht_config_write(struct pci_bus *bus, unsigned int devfn, int offset, int size, u32 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Damsdu.c28 /* offset : offset of subframe in the A-MSDU */
37 zbuf_t *zfGetAmsduSubFrame(zdev_t *dev, zbuf_t *buf, u16_t *offset) argument
46 if (amsduLen < (*offset + 14))
49 /* Locate A-MSDU subframe by offset and verify subframe length */
50 subframeLen = (zmw_buf_readb(dev, buf, *offset + 12) << 8) +
51 zmw_buf_readb(dev, buf, *offset + 13);
57 if ((*offset+14+subframeLen) <= amsduLen) {
67 zfRxBufferCopy(dev, newBuf, buf, 24, *offset+14,
72 zfRxBufferCopy(dev, newBuf, buf, 0, *offset,
106 u16_t offset = ZM_SIZE_OF_WLAN_DATA_HEADER+ZM_SIZE_OF_QOS_CTRL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMultipleEntry.java29 /* package */ MultipleEntry(final byte[] data, final int offset, final int size) { argument
30 super(data, offset, size);
31 setUserBuffer((data != null) ? (data.length - offset) : 0, true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmac_psc.h106 * These registers seem to be mirrored every thirty-two bytes up until offset
218 static inline void psc_write_byte(int offset, __u8 data) argument
220 *((volatile __u8 *)(psc + offset)) = data;
223 static inline void psc_write_word(int offset, __u16 data) argument
225 *((volatile __u16 *)(psc + offset)) = data;
228 static inline void psc_write_long(int offset, __u32 data) argument
230 *((volatile __u32 *)(psc + offset)) = data;
233 static inline u8 psc_read_byte(int offset) argument
235 return *((volatile __u8 *)(psc + offset));
238 static inline u16 psc_read_word(int offset) argument
243 psc_read_long(int offset) argument
[all...]

Completed in 319 milliseconds

1234567891011>>