Lines Matching +full:0 +full:x4e
18 #define WINDOW_ADDR 0xfff00000
19 #define WINDOW_SIZE 0x00100000
24 #define TRIBUF_PORT (IOBASE+0x37)
25 #define VPP_PORT (IOBASE+0x28)
42 if (--l440gx_vpp_refcnt == 0) /* last nested 'off' */ in l440gx_set_vpp()
53 #if 0
99 pm_iobase->start = 0; in init_l440gx()
104 pci_read_config_dword(pm_dev, 0x40, &iobase); in init_l440gx()
112 if (pci_assign_resource(pm_dev, PIIXE_IOBASE_RESOURCE) != 0) { in init_l440gx()
122 pci_write_config_dword(pm_dev, 0x40, iobase | 1); in init_l440gx()
126 pci_read_config_word(dev, 0x4e, &word); in init_l440gx()
127 word |= 0x4; in init_l440gx()
128 pci_write_config_word(dev, 0x4e, word); in init_l440gx()
146 mtd_device_register(mymtd, NULL, 0); in init_l440gx()
147 return 0; in init_l440gx()