Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-parport-light.c50 static inline void port_write(unsigned char p, unsigned char d) in port_write() function
68 port_write(op->port, oldval | op->val); in line_set()
70 port_write(op->port, oldval & ~op->val); in line_set()
Di2c-parport.c82 static void (* const port_write[])(struct parport *, unsigned char) = { variable
103 port_write[op->port](data, oldval | op->val); in line_set()
105 port_write[op->port](data, oldval & ~op->val); in line_set()