Lines Matching refs:self_id
238 __le32 *self_id; member
1796 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id, in get_self_id_pos() argument
1804 if ((self_id & 0xff000000) == (entry & 0xff000000)) in get_self_id_pos()
1806 if ((self_id & 0xff000000) < (entry & 0xff000000)) in get_self_id_pos()
1846 u32 self_id = 0x8040c800; in find_and_insert_self_id() local
1854 self_id |= ((reg & 0x3f) << 24); /* phy ID */ in find_and_insert_self_id()
1859 self_id |= ((reg & 0x07) << 8); /* power class */ in find_and_insert_self_id()
1864 self_id |= ((reg & 0x3f) << 16); /* gap count */ in find_and_insert_self_id()
1870 self_id |= ((status & 0x3) << (6 - (i * 2))); in find_and_insert_self_id()
1873 self_id |= initiated_reset(ohci); in find_and_insert_self_id()
1875 pos = get_self_id_pos(ohci, self_id, self_id_count); in find_and_insert_self_id()
1880 ohci->self_id_buffer[pos] = self_id; in find_and_insert_self_id()
1933 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1937 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
1938 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]); in bus_reset_work()
3694 ohci->self_id = ohci->misc_buffer + PAGE_SIZE/2; in pci_probe()