Searched refs:chip_info (Results 1 – 4 of 4) sorted by relevance
30 static int rockchip_get_chip_info(unsigned int chip_info[]) in rockchip_get_chip_info() argument32 if (chip_info == NULL) in rockchip_get_chip_info()36 chip_info[0] = 0x33303041; in rockchip_get_chip_info()38 chip_info[0] = 0x33313042; in rockchip_get_chip_info()40 chip_info[0] = 0x33313044; in rockchip_get_chip_info()42 chip_info[0] = 0x33323042; in rockchip_get_chip_info()44 chip_info[0] = 0x33323041; in rockchip_get_chip_info()46 chip_info[0] = 0x33333038; in rockchip_get_chip_info()48 chip_info[0] = 0x33323043; in rockchip_get_chip_info()49 chip_info[3] = 0x56313030; in rockchip_get_chip_info()[all …]
35 obj-y += chip_info.o
4 int rockchip_rockusb_get_chip_info(unsigned int chip_info[]);
352 u32 chip_info[4]; in rkusb_do_get_chip_info() local354 memset((void *)chip_info, 0, sizeof(chip_info)); in rkusb_do_get_chip_info()355 rockchip_rockusb_get_chip_info(chip_info); in rkusb_do_get_chip_info()358 memcpy((void *)&buf[0], (void *)chip_info, len); in rkusb_do_get_chip_info()