Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H 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()
/openbmc/linux/sound/firewire/fireface/
H A Dff-protocol-former.c21 } *rate_entry, rate_entries[] = { in parse_clock_bits() local
45 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() local
244 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()
H A Dff-protocol-latter.c78 } *rate_entry, rate_entries[] = { in parse_clock_bits() local
119 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()
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3576 } rate_entry[8]; member
3618 } rate_entry[4]; member