Searched refs:dst_gpio_outb (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/pci/bt8xx/ |
H A D | dst.c | 55 static int dst_gpio_outb(struct dst_state *state, u32 mask, u32 enbb, in dst_gpio_outb() function 81 dprintk(2, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)\n", in dst_gpio_outb() 107 if (dst_gpio_outb(state, RDC_8820_INT, RDC_8820_INT, 0, NO_DELAY) < 0) { in rdc_reset_state() 108 pr_err("dst_gpio_outb ERROR !\n"); in rdc_reset_state() 112 if (dst_gpio_outb(state, RDC_8820_INT, RDC_8820_INT, RDC_8820_INT, NO_DELAY) < 0) { in rdc_reset_state() 113 pr_err("dst_gpio_outb ERROR !\n"); in rdc_reset_state() 125 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, 0, NO_DELAY) < 0) { in rdc_8820_reset() 126 pr_err("dst_gpio_outb ERROR !\n"); in rdc_8820_reset() 130 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, RDC_8820_RESET, DELAY) < 0) { in rdc_8820_reset() 131 pr_err("dst_gpio_outb ERRO in rdc_8820_reset() [all...] |