Home
last modified time | relevance | path

Searched refs:maxport (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h34 int maxport; member
H A Dsata_sil.c520 if (init_done == 1 && dev < sata_info.maxport) in init_sata()
535 sata_info.portbase = sata_info.maxport; in init_sata()
536 sata_info.maxport = sata_info.portbase + word; in init_sata()
592 if (dev >= sata_info.maxport) { in scan_sata()
/openbmc/linux/drivers/soundwire/
H A Dqcom.c1148 int i, maxport, pn, nports = 0, ret = 0; in qcom_swrm_stream_alloc_ports() local
1154 maxport = ctrl->num_dout_ports; in qcom_swrm_stream_alloc_ports()
1157 maxport = ctrl->num_din_ports; in qcom_swrm_stream_alloc_ports()
1169 pn = find_first_zero_bit(port_mask, maxport); in qcom_swrm_stream_alloc_ports()
1171 if (pn > maxport) { in qcom_swrm_stream_alloc_ports()
/openbmc/qemu/
H A Dqemu-options.hx2870 …"-netdev stream,id=str[,server=on|off],addr.type=inet,addr.host=host,addr.port=port[,to=maxport][,…
4741 "-incoming tcp:[host]:port[,to=maxport][,ipv4=on|off][,ipv6=on|off]\n" \
4755 ``-incoming tcp:[host]:port[,to=maxport][,ipv4=on|off][,ipv6=on|off]``