Lines Matching +full:low +full:- +full:bandwidth
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * c67x00-hcd.h: Cypress C67X00 USB HCD
5 * Copyright (C) 2006-2008 Barco N.V.
23 * are very important, bandwidth can be sacrificed to guarantee that the
36 * Bandwidth is described in bit time so with a 12MHz USB clock and 1ms
43 #define MAX_FRAME_BW_STD (TOTAL_FRAME_BW - DEFAULT_EOT)
53 /* -------------------------------------------------------------------------- */
58 unsigned int low_speed_ports; /* bitmask of low speed ports */
67 /* USB bandwidth allocated to td_list */
69 /* USB bandwidth allocated for isoc/int transfer */
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)