Searched refs:maxframes (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci-pci.c | 85 s->maxframes = uhci->maxframes; in usb_uhci_common_realize_pci() 121 DEFINE_PROP_UINT32("maxframes", UHCIPCIState, maxframes, 128), 126 DEFINE_PROP_UINT32("maxframes", UHCIPCIState, maxframes, 128),
|
H A D | hcd-uhci-sysbus.c | 51 uhci->maxframes = s->maxframes; in uhci_sysbus_realize() 78 DEFINE_PROP_UINT32("maxframes", UHCISysBusState, maxframes, 128),
|
H A D | hcd-uhci-sysbus.h | 20 uint32_t maxframes; member
|
H A D | hcd-uhci-pci.h | 43 uint32_t maxframes; member
|
H A D | hcd-uhci.h | 78 uint32_t maxframes; member
|
H A D | hcd-ehci-pci.c | 139 DEFINE_PROP_UINT32("maxframes", EHCIPCIState, ehci.maxframes, 128),
|
H A D | hcd-ehci.h | 270 uint32_t maxframes; member
|
H A D | hcd-ehci.c | 638 uint64_t maxage = FRAME_TIMER_NS * ehci->maxframes * 4; in ehci_queues_rip_unused() 2285 if (uframes > (ehci->maxframes * 8)) { in ehci_work_bh() 2286 skipped_uframes = uframes - (ehci->maxframes * 8); in ehci_work_bh() 2324 } else if (ehci->async_stepdown < ehci->maxframes / 2) { in ehci_work_bh() 2517 if (s->maxframes < 8 || s->maxframes > 512) { in usb_ehci_realize() 2519 s->maxframes); in usb_ehci_realize()
|
H A D | hcd-ehci-sysbus.c | 34 DEFINE_PROP_UINT32("maxframes", EHCISysBusState, ehci.maxframes, 128),
|
H A D | hcd-uhci.c | 1128 if (frames > s->maxframes) { in uhci_frame_timer() 1129 int skipped = frames - s->maxframes; in uhci_frame_timer()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 1855 static uint brcmf_sdio_readframes(struct brcmf_sdio *bus, uint maxframes) in brcmf_sdio_readframes() argument 1870 for (rd->seq_num = bus->rx_seq, rxleft = maxframes; in brcmf_sdio_readframes() 2061 rxcount = maxframes - rxleft; in brcmf_sdio_readframes() 2064 brcmf_dbg(DATA, "hit rx limit of %d frames\n", maxframes); in brcmf_sdio_readframes() 2330 static uint brcmf_sdio_sendfromq(struct brcmf_sdio *bus, uint maxframes) in brcmf_sdio_sendfromq() argument 2345 for (cnt = 0; (cnt < maxframes) && data_ok(bus);) { in brcmf_sdio_sendfromq()
|