Searched refs:next_gpd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 266 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma)); in mtu3_prepare_tx_gpd() 309 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma)); in mtu3_prepare_rx_gpd()
|
H A D | mtu3.h | 157 * upper 4 bits are extension bits of @next_gpd 158 * @next_gpd: Physical address of the next GPD 166 * upper 4 bits are extension bits of @next_gpd 171 __le32 next_gpd; member
|
H A D | mtu3_trace.h | 190 __entry->dw1 = le32_to_cpu(gpd->next_gpd);
|
H A D | mtu3_debugfs.c | 239 i, &dma, gpd, gpd->dw0_info, gpd->next_gpd, in mtu3_qmu_gpd_show()
|
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A D | mtu3.h | 162 * upper 4 bits are extension bits of @next_gpd 163 * @next_gpd: Physical address of the next GPD 171 * upper 4 bits are extension bits of @next_gpd 176 __le32 next_gpd; member
|
H A D | mtu3_trace.h | 188 __entry->dw1 = le32_to_cpu(gpd->next_gpd);
|
H A D | mtu3_qmu.c | 266 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma)); in mtu3_prepare_tx_gpd() 309 gpd->next_gpd = cpu_to_le32(lower_32_bits(enq_dma)); in mtu3_prepare_rx_gpd()
|
H A D | mtu3_debugfs.c | 240 i, &dma, gpd, gpd->dw0_info, gpd->next_gpd, in mtu3_qmu_gpd_show()
|
Completed in 7 milliseconds