Home
last modified time | relevance | path

Searched defs:regno (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dcs8900.c51 static u16 get_reg_init_bus(struct eth_device *dev, int regno) in get_reg_init_bus()
68 static u16 get_reg(struct eth_device *dev, int regno) in get_reg()
76 static void put_reg(struct eth_device *dev, int regno, u16 val) in put_reg()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcontrol_regs.h60 static inline unsigned long get_debugreg(int regno) in get_debugreg()
/rk3399_rockchip-uboot/cmd/
H A Dmii.c17 ushort regno; member
195 ushort regno, in special_field()
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A Dkgdb.c183 kgdb_putreg(struct pt_regs *regs, int regno, char *buf, int length) in kgdb_putreg()
/rk3399_rockchip-uboot/drivers/video/
H A Datmel_hlcdfb.c42 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg()
H A Datmel_lcdfb.c93 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg()
H A Dpxa_lcd.c361 lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue) in lcd_setcolreg()
H A Dda8xx-fb.c558 static int fb_setcolreg(unsigned regno, unsigned red, unsigned green, in fb_setcolreg()
/rk3399_rockchip-uboot/board/compulab/common/
H A Domap3_display.c454 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue) {} in lcd_setcolreg()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drk_mini_dump.c171 int i, regno; in md_get_region() local