Lines Matching refs:self_id
225 __le32 *self_id;
1831 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id,
1839 if ((self_id & 0xff000000) == (entry & 0xff000000))
1841 if ((self_id & 0xff000000) < (entry & 0xff000000))
1881 u32 self_id = 0x8040c800;
1889 self_id |= ((reg & 0x3f) << 24); /* phy ID */
1894 self_id |= ((reg & 0x07) << 8); /* power class */
1899 self_id |= ((reg & 0x3f) << 16); /* gap count */
1905 self_id |= ((status & 0x3) << (6 - (i * 2)));
1908 self_id |= initiated_reset(ohci);
1910 pos = get_self_id_pos(ohci, self_id, self_id_count);
1915 ohci->self_id_buffer[pos] = self_id;
1968 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff;
1972 u32 id = cond_le32_to_cpu(ohci->self_id[i]);
1973 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]);
3732 ohci->self_id = ohci->misc_buffer + PAGE_SIZE/2;