Home
last modified time | relevance | path

Searched refs:IT8172_PCI_IO_BASE (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/i2c/
Di2c-ite.h39 #define ITE_I2CHCR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x30
40 #define ITE_I2CHSR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x34
41 #define ITE_I2CSAR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x38
42 #define ITE_I2CSSAR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x3c
43 #define ITE_I2CCKCNT IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x48
44 #define ITE_I2CSHDR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x4c
45 #define ITE_I2CRSUR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x50
46 #define ITE_I2CPSUR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x54
48 #define ITE_I2CFDR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x70
49 #define ITE_I2CFBCR IT8172_PCI_IO_BASE + IT_I2C_BASE + 0x74
[all …]
Di2c-algo-ite.c51 #define PM_DSR IT8172_PCI_IO_BASE + IT_PM_DSR
52 #define PM_IBSR IT8172_PCI_IO_BASE + IT_PM_DSR + 0x04
53 #define GPIO_CCR IT8172_PCI_IO_BASE + IT_GPCCR
/linux-2.4.37.9/include/asm-mips/it8172/
Dit8172.h37 #define IT8172_PCI_IO_BASE 0x14000000 macro
342 #define IT_IO_WRITE(ofs, data) *(volatile u32 *)KSEG1ADDR((IT8172_PCI_IO_BASE+ofs)) = data
343 #define IT_IO_READ(ofs, data) data = *(volatile u32 *)KSEG1ADDR((IT8172_PCI_IO_BASE+ofs))
345 #define IT_IO_WRITE16(ofs, data) *(volatile u16 *)KSEG1ADDR((IT8172_PCI_IO_BASE+ofs)) = data
346 #define IT_IO_READ16(ofs, data) data = *(volatile u16 *)KSEG1ADDR((IT8172_PCI_IO_BASE+ofs))
/linux-2.4.37.9/arch/mips/ite-boards/generic/
Dit8172_setup.c239 IT8172_PCI_IO_BASE + IT_SCR0_BASE + IT_SCR_SFR); in it8172_setup()
241 IT8172_PCI_IO_BASE + IT_SCR0_BASE + IT_SCR_SCDR); in it8172_setup()
258 IT8172_PCI_IO_BASE + IT_SCR1_BASE + IT_SCR_SFR); in it8172_setup()
260 IT8172_PCI_IO_BASE + IT_SCR1_BASE + IT_SCR_SCDR); in it8172_setup()
Dit8172_cir.c45 (volatile struct it8172_cir_regs *)(KSEG1ADDR(IT8172_PCI_IO_BASE + IT_CIR0_BASE)),
46 (volatile struct it8172_cir_regs *)(KSEG1ADDR(IT8172_PCI_IO_BASE + IT_CIR1_BASE))};
Dtime.c41 #define IT8172_RTC_ADR_REG (IT8172_PCI_IO_BASE + IT_RTC_BASE)
43 #define IT8172_RTC_CENTURY_REG (IT8172_PCI_IO_BASE + IT_RTC_CENTURY)
Dirq.c89 = (struct it8172_intc_regs volatile *)(KSEG1ADDR(IT8172_PCI_IO_BASE + IT_INTC_BASE));
/linux-2.4.37.9/include/asm-mips/
Dserial.h134 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_UART_BASE), \
136 { .baud_base = (24000000/(16*13)), .port = (IT8172_PCI_IO_BASE + IT8712_UART1_PORT), \
139 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR0_BASE), \
142 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR1_BASE), \
152 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_UART_BASE), \
155 { .baud_base = BASE_BAUD, .port = (IT8172_PCI_IO_BASE + IT_SCR1_BASE), \