Searched refs:p50_wait_ec (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | barco-p50-gpio.c | 122 static int p50_wait_ec(struct p50_gpio *p50, int mask, int expected) in p50_wait_ec() function 142 ret = p50_wait_ec(p50, P50_STATUS_IBF, 0); in p50_read_mbox_reg() 152 ret = p50_wait_ec(p50, P50_STATUS_OBF, P50_STATUS_OBF); in p50_read_mbox_reg() 163 ret = p50_wait_ec(p50, P50_STATUS_IBF, 0); in p50_write_mbox_reg() 170 ret = p50_wait_ec(p50, P50_STATUS_IBF, 0); in p50_write_mbox_reg()
|