Home
last modified time | relevance | path

Searched refs:DAT_entry_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h55 unsigned int DAT_entry_size; member
H A Ddat_v1.c52 if (hci->DAT_entry_size != 8) { in hci_dat_v1_init()
H A Dcore.c652 hci->DAT_entry_size = FIELD_GET(DAT_ENTRY_SIZE, regval) ? 0 : 8; in i3c_hci_init()
654 hci->DAT_entries = 4 * hci->DAT_entries / hci->DAT_entry_size; in i3c_hci_init()
656 hci->DAT_entries, hci->DAT_entry_size, offset); in i3c_hci_init()