Searched refs:USB_HOST_PCKSIZE_SIZE (Results 1 – 2 of 2) sorted by relevance
8371 ((UsbHostDescBank *)hw)->PCKSIZE.reg |= USB_HOST_PCKSIZE_SIZE(mask); in hri_usbhostdescbank_set_PCKSIZE_SIZE_bf()8380 tmp = (tmp & USB_HOST_PCKSIZE_SIZE(mask)) >> USB_HOST_PCKSIZE_SIZE_Pos; in hri_usbhostdescbank_get_PCKSIZE_SIZE_bf()8390 tmp |= USB_HOST_PCKSIZE_SIZE(data); in hri_usbhostdescbank_write_PCKSIZE_SIZE_bf()8398 ((UsbHostDescBank *)hw)->PCKSIZE.reg &= ~USB_HOST_PCKSIZE_SIZE(mask); in hri_usbhostdescbank_clear_PCKSIZE_SIZE_bf()8405 ((UsbHostDescBank *)hw)->PCKSIZE.reg ^= USB_HOST_PCKSIZE_SIZE(mask); in hri_usbhostdescbank_toggle_PCKSIZE_SIZE_bf()9214 …((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg |= USB_HOST_PCKSIZE_SIZE(mask… in hri_usbhostdescriptor_set_PCKSIZE_SIZE_bf()9224 tmp = (tmp & USB_HOST_PCKSIZE_SIZE(mask)) >> USB_HOST_PCKSIZE_SIZE_Pos; in hri_usbhostdescriptor_get_PCKSIZE_SIZE_bf()9235 tmp |= USB_HOST_PCKSIZE_SIZE(data); in hri_usbhostdescriptor_write_PCKSIZE_SIZE_bf()9244 …((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg &= ~USB_HOST_PCKSIZE_SIZE(mas… in hri_usbhostdescriptor_clear_PCKSIZE_SIZE_bf()9252 …((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg ^= USB_HOST_PCKSIZE_SIZE(mask… in hri_usbhostdescriptor_toggle_PCKSIZE_SIZE_bf()
1484 #define USB_HOST_PCKSIZE_SIZE(value) (USB_HOST_PCKSIZE_SIZE_Msk & ((value) << USB_HOST_PCKSIZE_SIZE… macro