Lines Matching refs:self_id
225 __le32 *self_id; member
1787 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id, in get_self_id_pos() argument
1795 if ((self_id & 0xff000000) == (entry & 0xff000000)) in get_self_id_pos()
1797 if ((self_id & 0xff000000) < (entry & 0xff000000)) in get_self_id_pos()
1837 u32 self_id = 0x8040c800; in find_and_insert_self_id() local
1845 self_id |= ((reg & 0x3f) << 24); /* phy ID */ in find_and_insert_self_id()
1850 self_id |= ((reg & 0x07) << 8); /* power class */ in find_and_insert_self_id()
1855 self_id |= ((reg & 0x3f) << 16); /* gap count */ in find_and_insert_self_id()
1861 self_id |= ((status & 0x3) << (6 - (i * 2))); in find_and_insert_self_id()
1864 self_id |= initiated_reset(ohci); in find_and_insert_self_id()
1866 pos = get_self_id_pos(ohci, self_id, self_id_count); in find_and_insert_self_id()
1871 ohci->self_id_buffer[pos] = self_id; in find_and_insert_self_id()
1924 generation = (cond_le32_to_cpu(ohci->self_id[0]) >> 16) & 0xff; in bus_reset_work()
1928 u32 id = cond_le32_to_cpu(ohci->self_id[i]); in bus_reset_work()
1929 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]); in bus_reset_work()
3685 ohci->self_id = ohci->misc_buffer + PAGE_SIZE/2; in pci_probe()