Searched refs:USB_PADCAL_TRIM_Msk (Results 1 – 2 of 2) sorted by relevance
821 #define USB_PADCAL_TRIM_Msk (_U(0x7) << USB_PADCAL_TRIM_Pos) macro822 #define USB_PADCAL_TRIM(value) (USB_PADCAL_TRIM_Msk & ((value) << USB_PADCAL_TRIM_Pos))
3334 tmp &= ~USB_PADCAL_TRIM_Msk; in hri_usbhost_write_PADCAL_TRIM_bf()3358 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbhost_read_PADCAL_TRIM_bf()6306 tmp &= ~USB_PADCAL_TRIM_Msk; in hri_usbdevice_write_PADCAL_TRIM_bf()6330 tmp = (tmp & USB_PADCAL_TRIM_Msk) >> USB_PADCAL_TRIM_Pos; in hri_usbdevice_read_PADCAL_TRIM_bf()