Searched defs:regindex (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/drivers/video/fbdev/aty/ | 
| D | aty128fb.c | 545 static inline u32 _aty_ld_le32(volatile unsigned int regindex,   in _aty_ld_le32() 551 static inline void _aty_st_le32(volatile unsigned int regindex, u32 val,   in _aty_st_le32() 557 static inline u8 _aty_ld_8(unsigned int regindex,  in _aty_ld_8() 563 static inline void _aty_st_8(unsigned int regindex, u8 val,  in _aty_st_8() 569 #define aty_ld_le32(regindex)		_aty_ld_le32(regindex, par)  argument 570 #define aty_st_le32(regindex, val)	_aty_st_le32(regindex, val, par)  argument 571 #define aty_ld_8(regindex)		_aty_ld_8(regindex, par)  argument 572 #define aty_st_8(regindex, val)		_aty_st_8(regindex, val, par)  argument
  | 
| D | atyfb.h | 227 static inline u32 aty_ld_le32(int regindex, const struct atyfb_par *par)  in aty_ld_le32() 240 static inline void aty_st_le32(int regindex, u32 val, const struct atyfb_par *par)  in aty_st_le32() 253 static inline void aty_st_le16(int regindex, u16 val,  in aty_st_le16() 266 static inline u8 aty_ld_8(int regindex, const struct atyfb_par *par)  in aty_ld_8() 278 static inline void aty_st_8(int regindex, u8 val, const struct atyfb_par *par)  in aty_st_8()
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_82598.c | 888 	u32 regindex;  in ixgbe_set_vfta_82598()  local
  | 
| D | ixgbe_common.c | 2983 	s32 regindex;  in ixgbe_find_vlvf_slot()  local 3030 	s32 regindex;  in ixgbe_set_vfta_generic()  local
  | 
| D | ixgbe_sriov.c | 768 	s32 regindex;  in ixgbe_find_vlvf_entry()  local
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | imsttfb.c | 407 static inline u32 read_reg_le32(volatile u32 __iomem *base, int regindex)  in read_reg_le32() 416 static inline void write_reg_le32(volatile u32 __iomem *base, int regindex, u32 val)  in write_reg_le32()
  | 
| D | neofb.c | 150 static inline void write_le32(int regindex, u32 val, const struct neofb_par *par)  in write_le32()
  | 
| /linux-4.1.27/drivers/usb/misc/ | 
| D | uss720.c | 215 	static const unsigned char regindex[9] = {  in get_1284_register()  local
  | 
| /linux-4.1.27/drivers/pinctrl/spear/ | 
| D | pinctrl-spear1340.c | 1977 	unsigned int regoffset, regindex, bitoffset;  in gpio_request_endisable()  local
  | 
| /linux-4.1.27/drivers/hwmon/ | 
| D | nct6775.c | 1623 	int regindex = nr >> 3;  in store_beep()  local 1672 	int nr, bit, regindex;  in store_temp_beep()  local
  |