Searched refs:ibbase (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpib/pc2/ |
| H A D | pc2_gpib.c | 315 if (!request_region(config->ibbase, pc2_iosize, "pc2")) { in pc2_attach() 319 nec_priv->iobase = config->ibbase; in pc2_attach() 387 switch (config->ibbase) { in pc2a_common_attach() 395 config->ibbase); in pc2a_common_attach() 412 if (check_region(config->ibbase + i * pc2a_reg_offset, 1)) in pc2a_common_attach() 423 if (!request_region(config->ibbase + in pc2a_common_attach() 427 release_region(config->ibbase + in pc2a_common_attach() 432 nec_priv->iobase = config->ibbase; in pc2a_common_attach()
|
| /linux/drivers/gpib/hp_82335/ |
| H A D | hp82335.c | 252 const unsigned long upper_iomem_base = config->ibbase + hp82335_rom_size; in hp82335_attach() 265 switch (config->ibbase) { in hp82335_attach() 283 dev_err(board->gpib_dev, "invalid base io address 0x%x\n", config->ibbase); in hp82335_attach()
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_types.h | 28 u32 ibbase; member
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 705 if (config->ibbase == 0) { in hp_82341_attach() 717 iobase = config->ibbase; in hp_82341_attach()
|
| /linux/drivers/gpib/ines/ |
| H A D | ines_gpib.c | 904 if (!request_region(config->ibbase, ines_isa_iosize, DRV_NAME)) { in ines_isa_attach() 906 config->ibbase); in ines_isa_attach() 909 nec_priv->iobase = config->ibbase; in ines_isa_attach()
|
| /linux/drivers/gpib/cb7210/ |
| H A D | cb7210.c | 1049 if (!request_region(config->ibbase, cb7210_iosize, DRV_NAME)) { in cb_isa_attach() 1051 config->ibbase); in cb_isa_attach() 1054 nec_priv->iobase = config->ibbase; in cb_isa_attach()
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 1053 if (config->ibbase == 0) { in ni_isa_attach_common() 1063 iobase = config->ibbase; in ni_isa_attach_common()
|
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 389 u32 base = config->ibbase; in usb_gpib_attach() 431 } else { /* last chance: usb_minor, given as ibbase */ in usb_gpib_attach()
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 1573 config->ibbase = base_addr; in iobase_ioctl()
|