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()
21 } *rate_entry, rate_entries[] = { in parse_clock_bits() local45 rate_entry = rate_entries + i; in parse_clock_bits()46 if ((data & 0x0000001e) == rate_entry->mask) { in parse_clock_bits()47 *rate = rate_entry->rate; in parse_clock_bits()184 } *rate_entry, rate_entries[] = { in dump_sync_status() local244 rate_entry = rate_entries + i; in dump_sync_status()245 if ((data[0] & 0x1e000000) == rate_entry->mask) { in dump_sync_status()246 rate = rate_entry->rate; in dump_sync_status()
78 } *rate_entry, rate_entries[] = { in parse_clock_bits() local119 rate_entry = rate_entries + i; in parse_clock_bits()120 if (rate_bits == rate_entry->flag) { in parse_clock_bits()121 *rate = rate_entry->rate; in parse_clock_bits()
3576 } rate_entry[8]; member3618 } rate_entry[4]; member