Searched refs:p50 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | barco-p50-gpio.c | 137 static int p50_wait_ec(struct p50_gpio *p50, int mask, int expected) in p50_wait_ec() argument 142 val = inb(p50->base + P50_PORT_CMD) & mask; in p50_wait_ec() 148 dev_err(p50->gc.parent, "Timed out waiting for EC (0x%x)\n", val); in p50_wait_ec() 153 static int p50_read_mbox_reg(struct p50_gpio *p50, int reg) in p50_read_mbox_reg() argument 157 ret = p50_wait_ec(p50, P50_STATUS_IBF, 0); in p50_read_mbox_reg() 162 inb(p50->base + P50_PORT_DATA); in p50_read_mbox_reg() 165 outb(P50_CMD_READ | reg, p50->base + P50_PORT_CMD); in p50_read_mbox_reg() 167 ret = p50_wait_ec(p50, P50_STATUS_OBF, P50_STATUS_OBF); in p50_read_mbox_reg() 171 return inb(p50->base + P50_PORT_DATA); in p50_read_mbox_reg() 174 static int p50_write_mbox_reg(struct p50_gpio *p50, int reg, int val) in p50_write_mbox_reg() argument [all …]
|
| H A D | Makefile | 100 obj-$(CONFIG_BARCO_P50_GPIO) += barco-p50-gpio.o
|
| H A D | Kconfig | 620 will be called barco-p50-gpio.
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_preSplit.c | 118 { U64 p50 = (U64)ref->nbEvents * (U64)newfp->nbEvents; in compareFingerprints() local 120 U64 threshold = p50 * (U64)(THRESHOLD_BASE + penalty) / THRESHOLD_PENALTY_RATE; in compareFingerprints()
|
| /linux/ |
| H A D | MAINTAINERS | 4417 F: drivers/platform/x86/barco-p50-gpio.c
|