Searched refs:pwr_sub (Results 1 – 1 of 1) sorted by relevance
131 … db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, int pwr_sub) in db9_saturn_write_sub() argument137 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub()141 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub()