Searched refs:_base (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdio-impl.h29 struct { unsigned char *_base; int _size; } _bf; \
35 struct { unsigned char *_base; int _size; } _ub; \
39 struct { unsigned char *_base; int _size; } _lb; \
61 # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
66 # define HASUB(fp) (fp_ub._base != NULL)
77 unsigned char *_base; \
90 # define _base __base macro
H A Dfseeko.c62 if (fp_->_p == fp_->_bf._base
67 && fp_ub._base == NULL)
74 if (fp_->_ptr == fp_->_base
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D8250_accent.c15 #define PORT(_base,_irq) \
17 .iobase = _base, \
H A D8250_exar_st16c554.c18 #define PORT(_base,_irq) \
20 .iobase = _base, \
H A D8250_boca.c15 #define PORT(_base,_irq) \
17 .iobase = _base, \
H A D8250_fourport.c15 #define PORT(_base,_irq) \
17 .iobase = _base, \
H A D8250_mca.c22 #define PORT(_base,_irq) \
24 .iobase = _base, \
H A D8250_au1x00.c29 #define PORT(_base, _irq) \
31 .iobase = _base, \
32 .membase = (void __iomem *)_base,\
33 .mapbase = CPHYSADDR(_base), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dlegacy_serial.c26 #define PORT(_base,_irq,_flags) \
28 .iobase = _base, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/sn/
H A Daddrs.h276 #define HUB_REG_PTR(_base, _off) \
277 (HUBREG_CAST ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
279 #define HUB_REG_PTR_L(_base, _off) \
280 HUB_L(HUB_REG_PTR((_base), (_off)))
282 #define HUB_REG_PTR_S(_base, _off, _data) \
283 HUB_S(HUB_REG_PTR((_base), (_off)), (_data))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/sn/
H A Daddrs.h276 #define HUB_REG_PTR(_base, _off) \
277 (HUBREG_CAST ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
279 #define HUB_REG_PTR_L(_base, _off) \
280 HUB_L(HUB_REG_PTR((_base), (_off)))
282 #define HUB_REG_PTR_S(_base, _off, _data) \
283 HUB_S(HUB_REG_PTR((_base), (_off)), (_data))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sni/
H A Da20r.c20 #define PORT(_base,_irq) \
22 .iobase = _base, \
H A Drm200.c21 #define PORT(_base,_irq) \
23 .iobase = _base, \
H A Dpcimt.c70 #define PORT(_base,_irq) \
72 .iobase = _base, \
H A Dpcit.c22 #define PORT(_base,_irq) \
24 .iobase = _base, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/sn/sn0/
H A Daddrs.h139 #define BRIDGE_REG_PTR(_base, _off) ((volatile bridgereg_t *) \
140 ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/sn/sn0/
H A Daddrs.h139 #define BRIDGE_REG_PTR(_base, _off) ((volatile bridgereg_t *) \
140 ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_reg.c132 u32 map_offs=(reg - io_handle-> ww##_base )+asd_mem_offs_##ww ();\
141 u32 map_offs=(reg - io_handle-> ww##_base )+asd_mem_offs_##ww ();\
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dvmscan.c85 #define prefetch_prev_lru_page(_page, _base, _field) \
87 if ((_page)->lru.prev != _base) { \
95 #define prefetch_prev_lru_page(_page, _base, _field) do { } while (0)
99 #define prefetchw_prev_lru_page(_page, _base, _field) \
101 if ((_page)->lru.prev != _base) { \
109 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0)

Completed in 183 milliseconds