Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Divshmem-test.c81 static inline void out_reg(IVState *s, enum Reg reg, unsigned v) in out_reg() function
160 out_reg(s, INTRMASK, 0xffffffff); in test_ivshmem_single()
162 out_reg(s, INTRSTATUS, 1); in test_ivshmem_single()
170 out_reg(s, IVPOSITION, 1); in test_ivshmem_single()
174 out_reg(s, DOORBELL, 8 << 16); in test_ivshmem_single()
350 out_reg(s2, DOORBELL, vm1 << 16); in test_ivshmem_server()
360 out_reg(s1, DOORBELL, vm2 << 16 | 1); in test_ivshmem_server()
/openbmc/u-boot/drivers/gpio/
H A Dtca642x.c98 uint8_t out_reg = tca642x_regs[gpio_bank].output_reg; in tca642x_set_val() local
100 return tca642x_reg_write(chip, out_reg, reg_bit, data); in tca642x_set_val()