Lines Matching refs:active
352 u8 active, recover; in ht6560a_set_piomode() local
358 active = clamp_val(t.active, 2, 15); in ht6560a_set_piomode()
366 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560a_set_piomode()
386 u8 active, recover; in ht6560b_set_piomode() local
392 active = clamp_val(t.active, 2, 15); in ht6560b_set_piomode()
400 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560b_set_piomode()
450 u8 active, recover, setup; in opti82c611a_set_piomode() local
476 active = clamp_val(t.active, 2, 17) - 2; in opti82c611a_set_piomode()
487 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c611a_set_piomode()
498 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c611a_set_piomode()
525 u8 active, recover, setup; in opti82c46x_set_piomode() local
555 active = clamp_val(t.active, 2, 17) - 2; in opti82c46x_set_piomode()
566 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c46x_set_piomode()
577 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c46x_set_piomode()
644 int active, recovery; in qdi65x0_set_piomode() local
651 active = 8 - clamp_val(t.active, 1, 8); in qdi65x0_set_piomode()
654 active = 9 - clamp_val(t.active, 2, 9); in qdi65x0_set_piomode()
657 timing = (recovery << 4) | active | 0x08; in qdi65x0_set_piomode()
782 int active, recovery; in winbond_set_piomode() local
794 active = (clamp_val(t.active, 3, 17) - 1) & 0x0F; in winbond_set_piomode()
796 timing = (active << 4) | recovery; in winbond_set_piomode()