Lines Matching refs:self_id
225 __le32 *self_id;
1842 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id,
1850 if ((self_id & 0xff000000) == (entry & 0xff000000))
1852 if ((self_id & 0xff000000) < (entry & 0xff000000))
1892 u32 self_id = 0x8040c800;
1900 self_id |= ((reg & 0x3f) << 24); /* phy ID */
1905 self_id |= ((reg & 0x07) << 8); /* power class */
1910 self_id |= ((reg & 0x3f) << 16); /* gap count */
1916 self_id |= ((status & 0x3) << (6 - (i * 2)));
1919 self_id |= initiated_reset(ohci);
1921 pos = get_self_id_pos(ohci, self_id, self_id_count);
1926 ohci->self_id_buffer[pos] = self_id;
1979 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff;
1983 u32 id = cond_le32_to_cpu(ohci->self_id[i]);
1984 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]);
3742 ohci->self_id = ohci->misc_buffer + PAGE_SIZE/2;