Searched refs:port_address (Results 1 – 2 of 2) sorted by relevance
228 unsigned short port_address; /* base address of card */ member384 config.port_address = PORT_OVERRIDE; in ultrastor_14f_detect()388 config.port_address = ultrastor_ports_14f[i]; in ultrastor_14f_detect()392 printk("US14F: detect: testing port address %03X\n", config.port_address); in ultrastor_14f_detect()395 in_byte = inb(U14F_PRODUCT_ID(config.port_address)); in ultrastor_14f_detect()401 printk("US14F: detect: no adapter at port %03X\n", config.port_address); in ultrastor_14f_detect()407 release_region(config.port_address, 0x0c); in ultrastor_14f_detect()411 in_byte = inb(U14F_PRODUCT_ID(config.port_address) + 1); in ultrastor_14f_detect()418 printk("US14F: detect: no adapter at port %03X\n", config.port_address); in ultrastor_14f_detect()424 release_region(config.port_address, 0x0c); in ultrastor_14f_detect()[all …]
374 u16 port_address; in isa_ctrl_write() local377 port_address = start_address + (u16) offset; in isa_ctrl_write()378 outb (data, port_address); in isa_ctrl_write()