Home
last modified time | relevance | path

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

/openbmc/skeleton/op-hostctl/
H A Dcontrol_host_obj.c62 fsi_putcfam(int fd, uint64_t addr64, uint32_t val_host) in fsi_putcfam() function
151 rc = fsi_putcfam(cfam_fd, FSI_A_SI1S, 0x20000000); in on_boot()
152 rc |= fsi_putcfam(cfam_fd, TRUE_MASK, 0x40000000); in on_boot()
153 rc |= fsi_putcfam(cfam_fd, INTERRUPT_STATUS_REG, 0xFFFFFFFF); in on_boot()
159 rc |= fsi_putcfam(cfam_fd, SBE_VITAL, PRIMARY_SIDE); in on_boot()
161 rc |= fsi_putcfam(cfam_fd, SBE_VITAL, GOLDEN_SIDE); in on_boot()
169 rc = fsi_putcfam(cfam_fd, SBE_VITAL, START_SBE); in on_boot()