Searched refs:bit_I (Results 1 – 2 of 2) sorted by relevance
109 struct bit_entry bit_I; in gm204_devinit_post() local113 if (bit_entry(bios, 'I', &bit_I) || bit_I.version != 1 || in gm204_devinit_post()114 bit_I.length < 0x1c) { in gm204_devinit_post()135 u32 img = nv_ro16(bios, bit_I.offset + 0x14); in gm204_devinit_post()136 u32 len = nv_ro16(bios, bit_I.offset + 0x16); in gm204_devinit_post()143 u32 img = nv_ro16(bios, bit_I.offset + 0x18); in gm204_devinit_post()144 u32 len = nv_ro16(bios, bit_I.offset + 0x1a); in gm204_devinit_post()
352 struct bit_entry bit_I; in init_table() local354 if (!bit_entry(bios, 'I', &bit_I)) { in init_table()355 *len = bit_I.length; in init_table()356 return bit_I.offset; in init_table()