Lines Matching refs:word
156 u16 word; in esb2rom_init_one() local
188 pci_read_config_word(pdev, FWH_DEC_EN1, &word); in esb2rom_init_one()
189 printk(KERN_DEBUG "pci_read_config_word : %x\n", word); in esb2rom_init_one()
191 if ((word & FWH_8MiB) == FWH_8MiB) in esb2rom_init_one()
193 else if ((word & FWH_7MiB) == FWH_7MiB) in esb2rom_init_one()
195 else if ((word & FWH_6MiB) == FWH_6MiB) in esb2rom_init_one()
197 else if ((word & FWH_5MiB) == FWH_5MiB) in esb2rom_init_one()
199 else if ((word & FWH_4MiB) == FWH_4MiB) in esb2rom_init_one()
201 else if ((word & FWH_3_5MiB) == FWH_3_5MiB) in esb2rom_init_one()
203 else if ((word & FWH_3MiB) == FWH_3MiB) in esb2rom_init_one()
205 else if ((word & FWH_2_5MiB) == FWH_2_5MiB) in esb2rom_init_one()
207 else if ((word & FWH_2MiB) == FWH_2MiB) in esb2rom_init_one()
209 else if ((word & FWH_1_5MiB) == FWH_1_5MiB) in esb2rom_init_one()
211 else if ((word & FWH_1MiB) == FWH_1MiB) in esb2rom_init_one()
213 else if ((word & FWH_0_5MiB) == FWH_0_5MiB) in esb2rom_init_one()