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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-parport-light.c48 static inline void port_write(unsigned char p, unsigned char d) function
66 port_write(op->port, oldval | op->val);
68 port_write(op->port, oldval & ~op->val);
H A Di2c-parport.c73 static void (*port_write[])(struct parport *, unsigned char) = { variable
94 port_write[op->port](data, oldval | op->val);
96 port_write[op->port](data, oldval & ~op->val);

Completed in 47 milliseconds