Searched refs:port_address (Results 1 – 2 of 2) sorted by relevance
225 unsigned short port_address; /* base address of card */ member378 config.port_address = PORT_OVERRIDE; in ultrastor_14f_detect()382 config.port_address = ultrastor_ports_14f[i]; in ultrastor_14f_detect()386 printk("US14F: detect: testing port address %03X\n", config.port_address); in ultrastor_14f_detect()389 in_byte = inb(U14F_PRODUCT_ID(config.port_address)); in ultrastor_14f_detect()395 printk("US14F: detect: no adapter at port %03X\n", config.port_address); in ultrastor_14f_detect()401 release_region(config.port_address, 0x0c); in ultrastor_14f_detect()405 in_byte = inb(U14F_PRODUCT_ID(config.port_address) + 1); in ultrastor_14f_detect()412 printk("US14F: detect: no adapter at port %03X\n", config.port_address); in ultrastor_14f_detect()418 release_region(config.port_address, 0x0c); in ultrastor_14f_detect()[all …]
375 u16 port_address; in isa_ctrl_write() local378 port_address = start_address + (u16) offset; in isa_ctrl_write()379 outb (data, port_address); in isa_ctrl_write()