Searched refs:port_write (Results 1 – 2 of 2) sorted by relevance
50 static inline void port_write(unsigned char p, unsigned char d) in port_write() function68 port_write(op->port, oldval | op->val); in line_set()70 port_write(op->port, oldval & ~op->val); in line_set()
82 static void (* const port_write[])(struct parport *, unsigned char) = { variable103 port_write[op->port](data, oldval | op->val); in line_set()105 port_write[op->port](data, oldval & ~op->val); in line_set()