Lines Matching full:iobase
22 static u32 iobase; variable
23 #define IOBASE iobase macro
24 #define TRIBUF_PORT (IOBASE+0x37)
25 #define VPP_PORT (IOBASE+0x28)
91 /* Setup the pm iobase resource in init_l440gx()
98 pm_iobase->name = "pm iobase"; in init_l440gx()
104 pci_read_config_dword(pm_dev, 0x40, &iobase); in init_l440gx()
105 iobase &= ~1; in init_l440gx()
106 pm_iobase->start += iobase & ~1; in init_l440gx()
107 pm_iobase->end += iobase & ~1; in init_l440gx()
115 printk(KERN_WARNING "Could not allocate pm iobase resource\n"); in init_l440gx()
120 /* Set the iobase */ in init_l440gx()
121 iobase = pm_iobase->start; in init_l440gx()
122 pci_write_config_dword(pm_dev, 0x40, iobase | 1); in init_l440gx()