Searched refs:rate_entry (Results 1 – 4 of 4) sorted by relevance
92 u32 rate_entry; in hci_extcap_xfer_rates() local99 rate_entry = readl(base); in hci_extcap_xfer_rates()100 DBG("entry %d: 0x%08x", index, rate_entry); in hci_extcap_xfer_rates()101 rate = FIELD_GET(XFERRATE_ACTUAL_RATE_KHZ, rate_entry); in hci_extcap_xfer_rates()102 rate_id = FIELD_GET(XFERRATE_RATE_ID, rate_entry); in hci_extcap_xfer_rates()103 mode_id = FIELD_GET(XFERRATE_MODE_ID, rate_entry); in hci_extcap_xfer_rates()
23 } *rate_entry, rate_entries[] = { in parse_clock_bits() local47 rate_entry = rate_entries + i; in parse_clock_bits()48 if ((data & 0x0000001e) == rate_entry->mask) { in parse_clock_bits()49 *rate = rate_entry->rate; in parse_clock_bits()186 } *rate_entry, rate_entries[] = { in dump_sync_status() local246 rate_entry = rate_entries + i; in dump_sync_status()247 if ((data[0] & 0x1e000000) == rate_entry->mask) { in dump_sync_status()248 rate = rate_entry->rate; in dump_sync_status()
80 } *rate_entry, rate_entries[] = { in parse_clock_bits() local121 rate_entry = rate_entries + i; in parse_clock_bits()122 if (rate_bits == rate_entry->flag) { in parse_clock_bits()123 *rate = rate_entry->rate; in parse_clock_bits()
3576 } rate_entry[8]; member3618 } rate_entry[4]; member
Completed in 23 milliseconds