Home
last modified time | relevance | path

Searched refs:NO_DELAY (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/bt8xx/
Ddst.c133 if (dst_gpio_outb(state, RDC_8820_INT, RDC_8820_INT, 0, NO_DELAY) < 0) { in rdc_reset_state()
138 if (dst_gpio_outb(state, RDC_8820_INT, RDC_8820_INT, RDC_8820_INT, NO_DELAY) < 0) { in rdc_reset_state()
151 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, 0, NO_DELAY) < 0) { in rdc_8820_reset()
166 if (dst_gpio_outb(state, ~0, RDC_8820_PIO_0_ENABLE, 0, NO_DELAY) < 0) { in dst_pio_enable()
177 if (dst_gpio_outb(state, ~0, RDC_8820_PIO_0_DISABLE, RDC_8820_PIO_0_DISABLE, NO_DELAY) < 0) { in dst_pio_disable()
1264 if (!dst_wait_dst_ready(state, NO_DELAY)) in dst_command()
1342 if (!dst_wait_dst_ready(state, NO_DELAY)) in dst_get_tuna()
Ddst_common.h33 #define NO_DELAY 0 macro