Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-parport-light.c42 static inline void port_write(unsigned char p, unsigned char d) in port_write() function
60 port_write(op->port, oldval | op->val); in line_set()
62 port_write(op->port, oldval & ~op->val); in line_set()
Di2c-parport.c74 static void (* const port_write[])(struct parport *, unsigned char) = { variable
95 port_write[op->port](data, oldval | op->val); in line_set()
97 port_write[op->port](data, oldval & ~op->val); in line_set()