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

/drivers/media/pci/bt8xx/
H A Ddst.c84 static int dst_gpio_outb(struct dst_state *state, u32 mask, u32 enbb, argument
92 enb.enb.enable = enbb;
94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh);
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb);
101 if (enbb == 0)
105 bits.outp.mask = enbb;
108 dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", err, enbb, outhigh);

Completed in 128 milliseconds