Searched refs:my_iounmap (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | compatmac.h | 103 #define my_iounmap(x, b) (((long)x<0x100000)?0:vfree ((void*)x)) macro 147 #define my_iounmap(x,b) (iounmap((char *)(b))) macro
|
/linux-2.4.37.9/drivers/char/rio/ |
D | rio_linux.c | 1130 my_iounmap (hwbase, rebase); in fix_rio_pci() 1238 my_iounmap (p->RIOHosts[p->RIONumHosts].PaddrP, in rio_init() 1311 my_iounmap (p->RIOHosts[p->RIONumHosts].PaddrP, in rio_init() 1365 my_iounmap (hp->PaddrP, hp->Caddr); in rio_init()
|
/linux-2.4.37.9/drivers/char/ |
D | sx.c | 2470 my_iounmap (hwbase, rebase); in fix_sx_pci() 2564 my_iounmap (board->hw_base, board->base); 2581 my_iounmap (board->hw_base, board->base); 2597 my_iounmap (board->hw_base, board->base); 2612 my_iounmap (board->hw_base, board->base); 2676 my_iounmap (board->hw_base, board->base);
|