Searched refs:address_table (Results 1 – 4 of 4) sorted by relevance
94 uf_control->address_table.physical_address = dma + SCI_UFI_BUF_SIZE + SCI_UFI_HDR_SIZE; in sci_unsolicited_frame_control_construct()95 uf_control->address_table.array = virt + SCI_UFI_BUF_SIZE + SCI_UFI_HDR_SIZE; in sci_unsolicited_frame_control_construct()112 uf_control->address_table.array[i] = dma; in sci_unsolicited_frame_control_construct()171 while (lower_32_bits(uf_control->address_table.array[frame_get]) == 0 && in sci_unsolicited_frame_control_release_frame()172 upper_32_bits(uf_control->address_table.array[frame_get]) == 0 && in sci_unsolicited_frame_control_release_frame()
256 struct sci_uf_address_table_array address_table; member
2323 writel(lower_32_bits(ihost->uf_control.address_table.physical_address), in sci_controller_mem_init()2325 writel(upper_32_bits(ihost->uf_control.address_table.physical_address), in sci_controller_mem_init()
68 struct address_table { struct74 static const struct address_table it930x_addresses_table[] = { argument