Searched refs:maxport (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil.c | 520 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()
|
H A D | sata_sil.h | 34 int maxport; member
|
/openbmc/linux/drivers/soundwire/ |
H A D | qcom.c | 1148 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 D | qemu-options.hx | 2836 …"-netdev stream,id=str[,server=on|off],addr.type=inet,addr.host=host,addr.port=port[,to=maxport][,… 3294 ``-netdev stream,id=str[,server=on|off],addr.type=inet,addr.host=host,addr.port=port[,to=maxport][,… 3303 ``to=maxport`` 3304 if present, this is range of possible addresses, with port between ``port`` and ``maxport``. 4915 "-incoming tcp:[host]:port[,to=maxport][,ipv4=on|off][,ipv6=on|off]\n" \ 4929 ``-incoming tcp:[host]:port[,to=maxport][,ipv4=on|off][,ipv6=on|off]``
|