Lines Matching refs:word
155 u16 word; in esb2rom_init_one() local
187 pci_read_config_word(pdev, FWH_DEC_EN1, &word); in esb2rom_init_one()
188 printk(KERN_DEBUG "pci_read_config_word : %x\n", word); in esb2rom_init_one()
190 if ((word & FWH_8MiB) == FWH_8MiB) in esb2rom_init_one()
192 else if ((word & FWH_7MiB) == FWH_7MiB) in esb2rom_init_one()
194 else if ((word & FWH_6MiB) == FWH_6MiB) in esb2rom_init_one()
196 else if ((word & FWH_5MiB) == FWH_5MiB) in esb2rom_init_one()
198 else if ((word & FWH_4MiB) == FWH_4MiB) in esb2rom_init_one()
200 else if ((word & FWH_3_5MiB) == FWH_3_5MiB) in esb2rom_init_one()
202 else if ((word & FWH_3MiB) == FWH_3MiB) in esb2rom_init_one()
204 else if ((word & FWH_2_5MiB) == FWH_2_5MiB) in esb2rom_init_one()
206 else if ((word & FWH_2MiB) == FWH_2MiB) in esb2rom_init_one()
208 else if ((word & FWH_1_5MiB) == FWH_1_5MiB) in esb2rom_init_one()
210 else if ((word & FWH_1MiB) == FWH_1MiB) in esb2rom_init_one()
212 else if ((word & FWH_0_5MiB) == FWH_0_5MiB) in esb2rom_init_one()