Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-parport.c178 static void (* const port_write[])(struct parport *, unsigned char) = { variable
199 port_write[op->port](data, oldval | op->val); in line_set()
201 port_write[op->port](data, oldval & ~op->val); in line_set()