Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.c1255 int poll_next; in ata_pio_task() local
1275 poll_next = ata_hsm_move(ap, qc, status, 1); in ata_pio_task()
1280 if (poll_next) in ata_pio_task()
1287 int poll_next; in ata_hsm_move() local
1292 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_hsm_move()
1386 poll_next = 1; in ata_hsm_move()
1400 poll_next = 0; in ata_hsm_move()
1411 poll_next = 0; in ata_hsm_move()
1414 poll_next = 0; in ata_hsm_move()
1417 return poll_next; in ata_hsm_move()