Searched defs:regindex (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ ! |
D | atyfb.h | 223 static inline u32 aty_ld_le32(int regindex, in aty_ld_le32() 242 static inline void aty_st_le32_sr(int regindex, u32 val, in aty_st_le32_sr() 252 static inline void aty_st_le32(int regindex, u32 val, in aty_st_le32() 271 static inline u8 aty_ld_8(int regindex, in aty_ld_8() 279 static inline void aty_st_8(int regindex, u8 val, in aty_st_8()
|
/linux-2.4.37.9/drivers/video/ ! |
D | aty128fb.c | 476 _aty_ld_le32(volatile unsigned int regindex, in _aty_ld_le32() 491 _aty_st_le32(volatile unsigned int regindex, u32 val, in _aty_st_le32() 503 _aty_ld_8(unsigned int regindex, const struct fb_info_aty128 *info) in _aty_ld_8() 509 _aty_st_8(unsigned int regindex, u8 val, const struct fb_info_aty128 *info) in _aty_st_8() 514 #define aty_ld_le32(regindex) _aty_ld_le32(regindex, info) argument 515 #define aty_st_le32(regindex, val) _aty_st_le32(regindex, val, info) argument 516 #define aty_ld_8(regindex) _aty_ld_8(regindex, info) argument 517 #define aty_st_8(regindex, val) _aty_st_8(regindex, val, info) argument
|
/linux-2.4.37.9/drivers/usb/ ! |
D | uss720.c | 70 static const unsigned char regindex[9] = { in get_1284_register() local
|