HT_CONFIG_PORT    139 drivers/ide/ht6560b.c 		(void)inb(HT_CONFIG_PORT);
HT_CONFIG_PORT    140 drivers/ide/ht6560b.c 		(void)inb(HT_CONFIG_PORT);
HT_CONFIG_PORT    141 drivers/ide/ht6560b.c 		(void)inb(HT_CONFIG_PORT);
HT_CONFIG_PORT    142 drivers/ide/ht6560b.c 		(void)inb(HT_CONFIG_PORT);
HT_CONFIG_PORT    143 drivers/ide/ht6560b.c 		outb(select, HT_CONFIG_PORT);
HT_CONFIG_PORT    168 drivers/ide/ht6560b.c 	if ((orig_value = inb(HT_CONFIG_PORT)) == 0xff)
HT_CONFIG_PORT    172 drivers/ide/ht6560b.c 		outb(0x00, HT_CONFIG_PORT);
HT_CONFIG_PORT    173 drivers/ide/ht6560b.c 		if (!( (~inb(HT_CONFIG_PORT)) & 0x3f )) {
HT_CONFIG_PORT    174 drivers/ide/ht6560b.c 			outb(orig_value, HT_CONFIG_PORT);
HT_CONFIG_PORT    178 drivers/ide/ht6560b.c 	outb(0x00, HT_CONFIG_PORT);
HT_CONFIG_PORT    179 drivers/ide/ht6560b.c 	if ((~inb(HT_CONFIG_PORT))& 0x3f) {
HT_CONFIG_PORT    180 drivers/ide/ht6560b.c 		outb(orig_value, HT_CONFIG_PORT);
HT_CONFIG_PORT    186 drivers/ide/ht6560b.c 	outb(HT_CONFIG_DEFAULT, HT_CONFIG_PORT);
HT_CONFIG_PORT    361 drivers/ide/ht6560b.c 	if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) {
HT_CONFIG_PORT    375 drivers/ide/ht6560b.c 	release_region(HT_CONFIG_PORT, 1);