Searched refs:NO_DELAY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 21 #define NO_DELAY 0 macro
|
H A D | dst.c | 107 if (dst_gpio_outb(state, RDC_8820_INT, RDC_8820_INT, 0, NO_DELAY) < 0) { 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() 125 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, 0, NO_DELAY) < 0) { in rdc_8820_reset() 140 if (dst_gpio_outb(state, ~0, RDC_8820_PIO_0_ENABLE, 0, NO_DELAY) < 0) { in dst_pio_enable() 151 if (dst_gpio_outb(state, ~0, RDC_8820_PIO_0_DISABLE, RDC_8820_PIO_0_DISABLE, NO_DELAY) < 0) { in dst_pio_disable() 1227 if (!dst_wait_dst_ready(state, NO_DELAY)) in dst_command() 1305 if (!dst_wait_dst_ready(state, NO_DELAY)) in dst_get_tuna()
|