Searched refs:offset (Results 1 - 25 of 12002) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhipz_fns.h50 #define hipz_galpa_store_eq(gal, offset, value) \
51 hipz_galpa_store(gal, EQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_eq(gal, offset) \
54 hipz_galpa_load(gal, EQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qped(gal, offset, value) \
57 hipz_galpa_store(gal, QPEDMM_OFFSET(offset), value)
59 #define hipz_galpa_load_qped(gal, offset) \
60 hipz_galpa_load(gal, QPEDMM_OFFSET(offset))
62 #define hipz_galpa_store_mrmw(gal, offset, value) \
63 hipz_galpa_store(gal, MRMWMM_OFFSET(offset), valu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhipz_fns.h50 #define hipz_galpa_store_eq(gal, offset, value) \
51 hipz_galpa_store(gal, EQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_eq(gal, offset) \
54 hipz_galpa_load(gal, EQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qped(gal, offset, value) \
57 hipz_galpa_store(gal, QPEDMM_OFFSET(offset), value)
59 #define hipz_galpa_load_qped(gal, offset) \
60 hipz_galpa_load(gal, QPEDMM_OFFSET(offset))
62 #define hipz_galpa_store_mrmw(gal, offset, value) \
63 hipz_galpa_store(gal, MRMWMM_OFFSET(offset), valu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/mach-pb1x00/
H A Dmc146818rtc.h20 static inline unsigned char CMOS_READ(unsigned long offset) argument
22 offset <<= 2;
23 return (u8)(au_readl(offset + PB1500_RTC_ADDR) & 0xff);
26 static inline void CMOS_WRITE(unsigned char data, unsigned long offset) argument
28 offset <<= 2;
29 au_writel(data, offset + PB1500_RTC_ADDR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/mach-pb1x00/
H A Dmc146818rtc.h20 static inline unsigned char CMOS_READ(unsigned long offset) argument
22 offset <<= 2;
23 return (u8)(au_readl(offset + PB1500_RTC_ADDR) & 0xff);
26 static inline void CMOS_WRITE(unsigned char data, unsigned long offset) argument
28 offset <<= 2;
29 au_writel(data, offset + PB1500_RTC_ADDR);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/
H A DLogSequenceNumber.java17 and the other specifies the offset in the log file.
21 private int offset; field in class:LogSequenceNumber
24 Construct a LogSequenceNumber with the specified file and offset.
29 @param offset
30 The log file offset.
32 public LogSequenceNumber(final int file, final int offset) { argument
34 this.offset = offset;
55 Return the file offset component of the LogSequenceNumber.
58 The file offset componen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DLogSequenceNumber.java17 and the other specifies the offset in the log file.
21 private int offset; field in class:LogSequenceNumber
24 Construct a LogSequenceNumber with the specified file and offset.
29 @param offset
30 The log file offset.
32 public LogSequenceNumber(final int file, final int offset) { argument
34 this.offset = offset;
55 Return the file offset component of the LogSequenceNumber.
58 The file offset componen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DLogSequenceNumber.java17 and the other specifies the offset in the log file.
21 private int offset; field in class:LogSequenceNumber
24 Construct a LogSequenceNumber with the specified file and offset.
29 @param offset
30 The log file offset.
32 public LogSequenceNumber(final int file, final int offset) { argument
34 this.offset = offset;
55 Return the file offset component of the LogSequenceNumber.
58 The file offset componen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mti-malta/
H A Dmalta-console.c26 #define PORT(offset) (0x3f8 + (offset))
29 static inline unsigned int serial_in(int offset) argument
31 return inb(PORT(offset));
34 static inline void serial_out(int offset, int value) argument
36 outb(value, PORT(offset));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-console.c26 #define PORT(offset) (0x3f8 + (offset))
29 static inline unsigned int serial_in(int offset) argument
31 return inb(PORT(offset));
34 static inline void serial_out(int offset, int value) argument
36 outb(value, PORT(offset));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/jz4740/
H A Dserial.h18 void jz4740_serial_out(struct uart_port *p, int offset, int value);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/jz4740/
H A Dserial.h18 void jz4740_serial_out(struct uart_port *p, int offset, int value);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_io.h62 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) argument
63 { return __raw_readw(addr + offset); }
65 static inline u32 musb_readl(const void __iomem *addr, unsigned offset) argument
66 { return __raw_readl(addr + offset); }
69 static inline void musb_writew(void __iomem *addr, unsigned offset, u16 data) argument
70 { __raw_writew(data, addr + offset); }
72 static inline void musb_writel(void __iomem *addr, unsigned offset, u32 data) argument
73 { __raw_writel(data, addr + offset); }
81 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) argument
86 tmp = __raw_readw(addr + (offset
95 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
110 musb_readb(const void __iomem *addr, unsigned offset) argument
113 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
120 musb_readb(const void __iomem *addr, unsigned offset) argument
123 musb_readw(const void __iomem *addr, unsigned offset) argument
126 musb_readl(const void __iomem *addr, unsigned offset) argument
129 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
132 musb_writew(void __iomem *addr, unsigned offset, u16 data) argument
135 musb_writel(void __iomem *addr, unsigned offset, u32 data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_io.h62 static inline u16 musb_readw(const void __iomem *addr, unsigned offset) argument
63 { return __raw_readw(addr + offset); }
65 static inline u32 musb_readl(const void __iomem *addr, unsigned offset) argument
66 { return __raw_readl(addr + offset); }
69 static inline void musb_writew(void __iomem *addr, unsigned offset, u16 data) argument
70 { __raw_writew(data, addr + offset); }
72 static inline void musb_writel(void __iomem *addr, unsigned offset, u32 data) argument
73 { __raw_writel(data, addr + offset); }
81 static inline u8 musb_readb(const void __iomem *addr, unsigned offset) argument
86 tmp = __raw_readw(addr + (offset
95 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
110 musb_readb(const void __iomem *addr, unsigned offset) argument
113 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
120 musb_readb(const void __iomem *addr, unsigned offset) argument
123 musb_readw(const void __iomem *addr, unsigned offset) argument
126 musb_readl(const void __iomem *addr, unsigned offset) argument
129 musb_writeb(void __iomem *addr, unsigned offset, u8 data) argument
132 musb_writew(void __iomem *addr, unsigned offset, u16 data) argument
135 musb_writel(void __iomem *addr, unsigned offset, u32 data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dmidcomms.h17 int dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dftell.c29 off_t offset = ftello (fp); local
30 if (LONG_MIN <= offset && offset <= LONG_MAX)
31 return /* (long) */ offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dmidcomms.h17 int dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mipssim/
H A Dsim_console.c24 static inline unsigned int serial_in(int offset) argument
26 return inb(0x3f8 + offset);
29 static inline void serial_out(int offset, int value) argument
31 outb(value, 0x3f8 + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_console.c24 static inline unsigned int serial_in(int offset) argument
26 return inb(0x3f8 + offset);
29 static inline void serial_out(int offset, int value) argument
31 outb(value, 0x3f8 + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcelp_math.h54 * Shift value left or right depending on sign of offset parameter.
56 * @param offset shift offset
58 * @return value << offset, if offset>=0; value >> -offset - otherwise
60 static inline int bidir_sal(int value, int offset) argument
62 if(offset < 0) return value >> -offset;
63 else return value << offset;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcelp_math.h54 * Shift value left or right depending on sign of offset parameter.
56 * @param offset shift offset
58 * @return value << offset, if offset>=0; value >> -offset - otherwise
60 static inline int bidir_sal(int value, int offset) argument
62 if(offset < 0) return value >> -offset;
63 else return value << offset;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dftell.c29 off_t offset = ftello (fp); local
30 if (LONG_MIN <= offset && offset <= LONG_MAX)
31 return /* (long) */ offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcelp_math.h54 * Shift value left or right depending on sign of offset parameter.
56 * @param offset shift offset
58 * @return value << offset, if offset>=0; value >> -offset - otherwise
60 static inline int bidir_sal(int value, int offset) argument
62 if(offset < 0) return value >> -offset;
63 else return value << offset;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dftell.c29 off_t offset = ftello (fp); local
30 if (LONG_MIN <= offset && offset <= LONG_MAX)
31 return /* (long) */ offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dgpio.c18 static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) argument
20 return GPLR & GPIO_GPIO(offset);
23 static void sa1100_gpio_set(struct gpio_chip *chip, unsigned offset, int value) argument
26 GPSR = GPIO_GPIO(offset);
28 GPCR = GPIO_GPIO(offset);
31 static int sa1100_direction_input(struct gpio_chip *chip, unsigned offset) argument
36 GPDR &= ~GPIO_GPIO(offset);
41 static int sa1100_direction_output(struct gpio_chip *chip, unsigned offset, int value) argument
46 sa1100_gpio_set(chip, offset, value);
47 GPDR |= GPIO_GPIO(offset);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgpio.c18 static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) argument
20 return GPLR & GPIO_GPIO(offset);
23 static void sa1100_gpio_set(struct gpio_chip *chip, unsigned offset, int value) argument
26 GPSR = GPIO_GPIO(offset);
28 GPCR = GPIO_GPIO(offset);
31 static int sa1100_direction_input(struct gpio_chip *chip, unsigned offset) argument
36 GPDR &= ~GPIO_GPIO(offset);
41 static int sa1100_direction_output(struct gpio_chip *chip, unsigned offset, int value) argument
46 sa1100_gpio_set(chip, offset, value);
47 GPDR |= GPIO_GPIO(offset);
[all...]

Completed in 209 milliseconds

1234567891011>>