Searched refs:MITE_IODWBSR (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/comedi/drivers/ |
| H A D | ni_labpc_pci.c | 44 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size Register */ macro 59 writel(main_phys_addr | WENAB, mite_base + MITE_IODWBSR); in labpc_pci_mite_init()
|
| H A D | 8255_pci.c | 174 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size Register */ macro 189 writel(main_phys_addr | WENAB, mite_base + MITE_IODWBSR); in pci_8255_mite_init()
|
| H A D | ni_670x.c | 133 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size Register */ macro 148 writel(main_phys_addr | WENAB, mite_base + MITE_IODWBSR); in ni_670x_mite_init()
|
| H A D | mite.h | 88 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size */ macro
|
| H A D | ni_65xx.c | 606 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size Register */ macro 621 writel(main_phys_addr | WENAB, mite_base + MITE_IODWBSR); in ni_65xx_mite_init()
|
| H A D | ni_pcimio.c | 1234 old_iodwbsr_bits = readl(mite->mmio + MITE_IODWBSR); in m_series_init_eeprom_buffer() 1237 writel(0x0, mite->mmio + MITE_IODWBSR); in m_series_init_eeprom_buffer() 1247 writel(old_iodwbsr_bits, mite->mmio + MITE_IODWBSR); in m_series_init_eeprom_buffer()
|
| H A D | mite.c | 804 writel(0, mite->mmio + MITE_IODWBSR); in mite_setup() 812 writel(daq_phys_addr | WENAB, mite->mmio + MITE_IODWBSR); in mite_setup()
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | mite.c | 98 writel(mite->daq_phys_addr | WENAB, mite->mite_io_addr + MITE_IODWBSR); in mite_setup()
|
| H A D | mite.h | 222 MITE_IODWBSR = 0xc0, // IO Device Window Base Size Register enumerator
|