Home
last modified time | relevance | path

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

/u-boot/drivers/reset/
A Dsti-reset.c234 u32 ctrl_val = reset_desc->active_low ? !assert : !!assert; in sti_reset_program_hw() local
263 if (ctrl_val) in sti_reset_program_hw()
272 if (wait_for_bit_le32(reg, BIT(ch->ack_bit), ctrl_val, in sti_reset_program_hw()
/u-boot/arch/x86/include/asm/
A Dsfi.h97 u32 ctrl_val; /* value to write to PERF_CTL */ member
/u-boot/board/ti/am57xx/
A Dboard.c1037 uint32_t ctrl_val; in board_eth_init() local
1074 ctrl_val = readl((*ctrl)->control_core_control_io1) & (~0x33); in board_eth_init()
1075 ctrl_val |= 0x22; in board_eth_init()
1076 writel(ctrl_val, (*ctrl)->control_core_control_io1); in board_eth_init()

Completed in 8 milliseconds