Home
last modified time | relevance | path

Searched refs:maxpacket (Results 1 – 25 of 2499) sorted by relevance

12345678910>>...100

/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1188 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1194 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1195 maxpacket = 1 << size; in fifo_setup()
1199 if ((offset + (maxpacket << 1)) > in fifo_setup()
1222 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1228 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1234 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1239 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1188 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1194 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1195 maxpacket = 1 << size; in fifo_setup()
1199 if ((offset + (maxpacket << 1)) > in fifo_setup()
1222 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1228 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1234 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1239 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/musb-new/
H A Dmusb_core.c1089 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1090 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1199 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1205 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1206 maxpacket = 1 << size; in fifo_setup()
1210 if ((offset + (maxpacket << 1)) > in fifo_setup()
1233 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1239 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1245 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1250 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1188 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1194 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1195 maxpacket = 1 << size; in fifo_setup()
1199 if ((offset + (maxpacket << 1)) > in fifo_setup()
1222 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1228 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1234 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1239 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c1078 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1079 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1188 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1194 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1195 maxpacket = 1 << size; in fifo_setup()
1199 if ((offset + (maxpacket << 1)) > in fifo_setup()
1222 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1228 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1234 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1239 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/usb/musb-new/
H A Dmusb_core.c1085 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
1086 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
1195 u16 maxpacket = cfg->maxpacket; in fifo_setup() local
1201 size = ffs(max(maxpacket, (u16) 8)) - 1; in fifo_setup()
1202 maxpacket = 1 << size; in fifo_setup()
1206 if ((offset + (maxpacket << 1)) > in fifo_setup()
1229 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
1235 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1241 hw_ep->max_packet_sz_rx = maxpacket; in fifo_setup()
1246 hw_ep->max_packet_sz_tx = maxpacket; in fifo_setup()
[all …]

12345678910>>...100