Home
last modified time | relevance | path

Searched refs:rate_entry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i3c/master/mipi-i3c-hci/
A Dext_caps.c92 u32 rate_entry; in hci_extcap_xfer_rates() local
99 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()
/linux/sound/firewire/fireface/
A Dff-protocol-former.c23 } *rate_entry, rate_entries[] = { in parse_clock_bits() local
47 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() local
246 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()
A Dff-protocol-latter.c80 } *rate_entry, rate_entries[] = { in parse_clock_bits() local
121 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()
/linux/drivers/net/wireless/marvell/
A Dmwl8k.c3576 } rate_entry[8]; member
3618 } rate_entry[4]; member

Completed in 23 milliseconds