Home
last modified time | relevance | path

Searched refs:needs_byte_swap (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h901 * @needs_byte_swap: Specifies whether the opposite endianness.
1097 bool needs_byte_swap; member
1223 if (hsotg->needs_byte_swap) in dwc2_readl()
1231 if (hsotg->needs_byte_swap) in dwc2_writel()
H A Dplatform.c468 hsotg->needs_byte_swap = dwc2_check_core_endianness(hsotg); in dwc2_driver_probe()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h886 * @needs_byte_swap: Specifies whether the opposite endianness.
1086 bool needs_byte_swap; member
1210 if (hsotg->needs_byte_swap) in dwc2_readl()
1218 if (hsotg->needs_byte_swap) in dwc2_writel()
H A Dplatform.c496 hsotg->needs_byte_swap = dwc2_check_core_endianness(hsotg); in dwc2_driver_probe()

Completed in 8 milliseconds