Home
last modified time | relevance | path

Searched refs:MITE_IODWBSR (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dni_labpc_pci.c44 #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 D8255_pci.c174 #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 Dni_670x.c133 #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 Dmite.h88 #define MITE_IODWBSR 0xc0 /* IO Device Window Base Size */ macro
H A Dni_65xx.c606 #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 Dni_pcimio.c1234 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 Dmite.c804 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 Dmite.c98 writel(mite->daq_phys_addr | WENAB, mite->mite_io_addr + MITE_IODWBSR); in mite_setup()
H A Dmite.h222 MITE_IODWBSR = 0xc0, // IO Device Window Base Size Register enumerator