Home
last modified time | relevance | path

Searched refs:post2 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/platforms/44x/
H A Dwarp.c59 u32 post1, post2; in warp_post_info() local
72 post2 = in_be32(fpga + 0x44); 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/accel/ivpu/
H A Divpu_hw_ip.c270 pwr_island_delay_set_50xx(struct ivpu_device *vdev, u32 post, u32 post1, u32 post2, u32 status) in pwr_island_delay_set_50xx() argument
277 val = REG_SET_FLD_NUM(VPU_50XX_HOST_SS_AON_PWR_ISLAND_EN_POST_DLY, POST2_DLY, post2, val); in pwr_island_delay_set_50xx()
681 u32 post, post1, post2, status; in pwr_island_delay_set() local
691 post2 = 0; in pwr_island_delay_set()
698 post2 = high ? 198 : 17; in pwr_island_delay_set()
708 pwr_island_delay_set_50xx(vdev, post, post1, post2, status); in pwr_island_delay_set()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c3617 #define WC_TX_DRIVER(post2, idriver, ipre, ifir) \ argument
3618 ((post2 << MDIO_WC_REG_TX0_TX_DRIVER_POST2_COEFF_OFFSET) | \