Home
last modified time | relevance | path

Searched refs:CFC_IOPORT_BASE (Results 1 – 2 of 2) sorted by relevance

/drivers/pcmcia/
Dm32r_cfc.c81 addr = CFC_IO_MAPBASE_BYTE - CFC_IOPORT_BASE + odd + port; in pcc_port2addr()
83 addr = CFC_IO_MAPBASE_WORD - CFC_IOPORT_BASE + port; in pcc_port2addr()
90 u_long addr = ((port - CFC_IOPORT_BASE) & 0xf000) << 8; in pcc_port2addr()
724 CFC_IOPORT_BASE); in init_m32r_pcc()
Dm32r_cfc.h72 #define CFC_IOPORT_BASE 0x1000 macro