Lines Matching +full:full +full:- +full:frame
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * c67x00-hcd.h: Cypress C67X00 USB HCD
5 * Copyright (C) 2006-2008 Barco N.V.
37 * frames; there are 12000 bit times per frame.
43 #define MAX_FRAME_BW_STD (TOTAL_FRAME_BW - DEFAULT_EOT)
47 * Periodic transfers may only use 90% of the full frame, but as
48 * we currently don't even use 90% of the full frame, we may
49 * use the full usable time for periodic transfers.
53 /* -------------------------------------------------------------------------- */
89 return (struct c67x00_hcd *)(hcd->hcd_priv); in hcd_to_c67x00_hcd()
97 /* ---------------------------------------------------------------------
98 * Functions used by c67x00-drv
104 /* ---------------------------------------------------------------------
116 #define c67x00_hcd_dev(x) (c67x00_hcd_to_hcd(x)->self.controller)