Lines Matching refs:active
363 u8 active, recover; in ht6560a_set_piomode() local
369 active = clamp_val(t.active, 2, 15); in ht6560a_set_piomode()
377 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560a_set_piomode()
397 u8 active, recover; in ht6560b_set_piomode() local
403 active = clamp_val(t.active, 2, 15); in ht6560b_set_piomode()
411 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560b_set_piomode()
461 u8 active, recover, setup; in opti82c611a_set_piomode() local
487 active = clamp_val(t.active, 2, 17) - 2; in opti82c611a_set_piomode()
498 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c611a_set_piomode()
509 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c611a_set_piomode()
536 u8 active, recover, setup; in opti82c46x_set_piomode() local
566 active = clamp_val(t.active, 2, 17) - 2; in opti82c46x_set_piomode()
577 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c46x_set_piomode()
588 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c46x_set_piomode()
655 int active, recovery; in qdi65x0_set_piomode() local
662 active = 8 - clamp_val(t.active, 1, 8); in qdi65x0_set_piomode()
665 active = 9 - clamp_val(t.active, 2, 9); in qdi65x0_set_piomode()
668 timing = (recovery << 4) | active | 0x08; in qdi65x0_set_piomode()
790 int active, recovery; in winbond_set_piomode() local
802 active = (clamp_val(t.active, 3, 17) - 1) & 0x0F; in winbond_set_piomode()
804 timing = (active << 4) | recovery; in winbond_set_piomode()