Searched refs:post1 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 59 u32 post1, post2; in warp_post_info() local 71 post1 = in_be32(fpga + 0x40); in warp_post_info() 76 if (post1 || post2) in warp_post_info() 77 printk(KERN_INFO "Warp POST %08x %08x\n", post1, post2); in warp_post_info()
|
| /linux/drivers/watchdog/ |
| H A D | pika_wdt.c | 229 u32 post1; in pikawdt_init() local 267 post1 = in_be32(fpga + 0x40); in pikawdt_init() 268 if (post1 & 0x80000000) in pikawdt_init()
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_hw_ip.c | 270 pwr_island_delay_set_50xx(struct ivpu_device *vdev, u32 post, u32 post1, u32 post2, u32 status) in pwr_island_delay_set_50xx() argument 276 val = REG_SET_FLD_NUM(VPU_50XX_HOST_SS_AON_PWR_ISLAND_EN_POST_DLY, POST1_DLY, post1, val); in pwr_island_delay_set_50xx() 681 u32 post, post1, post2, status; in pwr_island_delay_set() local 690 post1 = 0; in pwr_island_delay_set() 697 post1 = 0; in pwr_island_delay_set() 708 pwr_island_delay_set_50xx(vdev, post, post1, post2, status); in pwr_island_delay_set()
|