Home
last modified time | relevance | path

Searched refs:num_ports (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/linux-6.12.1/drivers/parport/
Dparport_serial.c334 .num_ports = 1,
340 .num_ports = 2,
346 .num_ports = 1,
352 .num_ports = 1,
358 .num_ports = 1,
364 .num_ports = 1,
370 .num_ports = 0,
376 .num_ports = 0,
382 .num_ports = 1,
388 .num_ports = 1,
[all …]
/linux-6.12.1/arch/mips/cavium-octeon/executive/
Dcvmx-interrupt-rsl.c80 int num_ports; in __cvmx_interrupt_gmxx_enable() local
89 num_ports = 1; in __cvmx_interrupt_gmxx_enable()
93 num_ports = 4; in __cvmx_interrupt_gmxx_enable()
96 num_ports = 0; in __cvmx_interrupt_gmxx_enable()
100 num_ports = 0; in __cvmx_interrupt_gmxx_enable()
111 num_ports = 1; in __cvmx_interrupt_gmxx_enable()
113 num_ports = 4; in __cvmx_interrupt_gmxx_enable()
121 num_ports = 2; in __cvmx_interrupt_gmxx_enable()
123 num_ports = 3; in __cvmx_interrupt_gmxx_enable()
126 num_ports = 0; in __cvmx_interrupt_gmxx_enable()
[all …]
Dcvmx-helper-util.c180 int __cvmx_helper_setup_gmx(int interface, int num_ports) in __cvmx_helper_setup_gmx() argument
190 gmx_tx_prts.s.prts = num_ports; in __cvmx_helper_setup_gmx()
203 if (num_ports > 4) { in __cvmx_helper_setup_gmx()
210 gmx_rx_prts.s.prts = num_ports; in __cvmx_helper_setup_gmx()
220 if (num_ports == 1) in __cvmx_helper_setup_gmx()
222 else if (num_ports == 2) in __cvmx_helper_setup_gmx()
224 else if (num_ports <= 4) in __cvmx_helper_setup_gmx()
226 else if (num_ports <= 8) in __cvmx_helper_setup_gmx()
231 if (num_ports == 1) in __cvmx_helper_setup_gmx()
233 else if (num_ports == 2) in __cvmx_helper_setup_gmx()
[all …]
Dcvmx-helper-spi.c73 int num_ports = 0; in __cvmx_helper_spi_probe() local
77 num_ports = 10; in __cvmx_helper_spi_probe()
80 num_ports = 16; in __cvmx_helper_spi_probe()
91 __cvmx_helper_setup_gmx(interface, num_ports); in __cvmx_helper_spi_probe()
92 return num_ports; in __cvmx_helper_spi_probe()
111 int num_ports = cvmx_helper_ports_on_interface(interface); in __cvmx_helper_spi_enable() local
113 for (ipd_port = interface * 16; ipd_port < interface * 16 + num_ports; in __cvmx_helper_spi_enable()
123 CVMX_HELPER_SPI_TIMEOUT, num_ports); in __cvmx_helper_spi_enable()
Dcvmx-helper-rgmii.c54 int num_ports = 0; in __cvmx_helper_rgmii_probe() local
70 num_ports = 2; in __cvmx_helper_rgmii_probe()
78 num_ports = 4; in __cvmx_helper_rgmii_probe()
82 num_ports = 3; in __cvmx_helper_rgmii_probe()
88 return num_ports; in __cvmx_helper_rgmii_probe()
161 int num_ports = cvmx_helper_ports_on_interface(interface); in __cvmx_helper_rgmii_enable() local
179 asx_tx.s.prt_en = cvmx_build_mask(num_ports); in __cvmx_helper_rgmii_enable()
183 asx_rx.s.prt_en = cvmx_build_mask(num_ports); in __cvmx_helper_rgmii_enable()
187 for (port = 0; port < num_ports; port++) { in __cvmx_helper_rgmii_enable()
236 __cvmx_helper_setup_gmx(interface, num_ports); in __cvmx_helper_rgmii_enable()
[all …]
Dcvmx-helper-loop.c51 int num_ports = 4; in __cvmx_helper_loop_probe() local
56 for (port = 0; port < num_ports; port++) { in __cvmx_helper_loop_probe()
69 return num_ports; in __cvmx_helper_loop_probe()
Dcvmx-helper-sgmii.c307 static int __cvmx_helper_sgmii_hardware_init(int interface, int num_ports) in __cvmx_helper_sgmii_hardware_init() argument
311 __cvmx_helper_setup_gmx(interface, num_ports); in __cvmx_helper_sgmii_hardware_init()
313 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_hardware_init()
368 int num_ports = cvmx_helper_ports_on_interface(interface); in __cvmx_helper_sgmii_enable() local
371 __cvmx_helper_sgmii_hardware_init(interface, num_ports); in __cvmx_helper_sgmii_enable()
373 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_enable()
/linux-6.12.1/sound/drivers/
Dmtpav.c132 int num_ports; /* number of hw ports (1-8) */ member
169 else if (subdev < chip->num_ports) in translate_subdevice_to_hwport()
171 else if (subdev < chip->num_ports * 2) in translate_subdevice_to_hwport()
172 return subdev - chip->num_ports + 0x09; /* remote port */ in translate_subdevice_to_hwport()
173 else if (subdev == chip->num_ports * 2 + MTPAV_PIDX_COMPUTER) in translate_subdevice_to_hwport()
175 else if (subdev == chip->num_ports + MTPAV_PIDX_ADAT) in translate_subdevice_to_hwport()
184 return chip->num_ports + MTPAV_PIDX_BROADCAST; in translate_hwport_to_subdevice()
187 if (p >= chip->num_ports) in translate_hwport_to_subdevice()
191 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice()
192 if (p >= chip->num_ports * 2) in translate_hwport_to_subdevice()
[all …]
/linux-6.12.1/drivers/tty/serial/8250/
D8250_acorn.c26 unsigned int num_ports; member
33 unsigned int num_ports; member
51 info->num_ports = type->num_ports; in serial_card_probe()
70 for (i = 0; i < info->num_ports; i++) { in serial_card_probe()
87 for (i = 0; i < info->num_ports; i++) in serial_card_remove()
95 .num_ports = 3,
102 .num_ports = 2,
D8250_pci.c822 if (idx >= board->num_ports) in pci_ni8430_setup()
2052 unsigned int i, num_ports = moxa_get_nports(device); in pci_moxa_init() local
2058 for (i = 0; i < num_ports; ++i) in pci_moxa_init()
2076 return num_ports; in pci_moxa_init()
2087 if (board->num_ports == 4 && idx == 3) in pci_moxa_setup()
3140 .num_ports = 1,
3146 .num_ports = 1,
3152 .num_ports = 2,
3158 .num_ports = 4,
3164 .num_ports = 5,
[all …]
D8250_men_mcb.c48 int num_ports; member
159 serial_data->num_ports = count; in read_serial_data()
170 serial_data->num_ports = 1; in init_serial_data()
206 mdev->id, data->num_ports); in serial_8250_men_mcb_probe()
210 for (i = 0; i < data->num_ports; i++) { in serial_8250_men_mcb_probe()
246 for (i = 0; i < data->num_ports; i++) in serial_8250_men_mcb_remove()
D8250_hp300.c59 static unsigned int num_ports; variable
197 num_ports++; in hpdca_init_one()
225 if (!num_ports) in hp300_8250_init()
276 num_ports++; in hp300_8250_init()
281 if (!num_ports) in hp300_8250_init()
/linux-6.12.1/drivers/phy/ti/
Dphy-gmii-sel.c50 u32 num_ports; member
64 u32 num_ports; member
182 .num_ports = 2,
200 .num_ports = 2,
206 .num_ports = 2,
234 .num_ports = 4,
243 .num_ports = 8,
253 .num_ports = 8,
312 if (phy_id > priv->num_ports) in phy_gmii_sel_of_xlate()
403 priv->num_ports = size / sizeof(u32); in phy_gmii_sel_init_ports()
[all …]
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dib_rep.c31 static void mlx5_ib_num_ports_update(struct mlx5_core_dev *dev, u32 *num_ports) in mlx5_ib_num_ports_update() argument
40 *num_ports += peer_num_ports; in mlx5_ib_num_ports_update()
43 *num_ports += peer_num_ports - 1; in mlx5_ib_num_ports_update()
50 u32 num_ports = mlx5_eswitch_get_total_vports(dev); in mlx5_ib_vport_rep_load() local
64 mlx5_ib_num_ports_update(dev, &num_ports); in mlx5_ib_vport_rep_load()
95 ibdev->port = kcalloc(num_ports, sizeof(*ibdev->port), in mlx5_ib_vport_rep_load()
106 ibdev->num_ports = num_ports; in mlx5_ib_vport_rep_load()
107 ibdev->ib_dev.phys_port_cnt = num_ports; in mlx5_ib_vport_rep_load()
156 for (i = 0; i < dev->num_ports; i++) { in mlx5_ib_vport_rep_unload()
160 if (WARN_ON(i == dev->num_ports)) in mlx5_ib_vport_rep_unload()
/linux-6.12.1/drivers/usb/serial/
Dvisor.c168 .num_ports = 2,
186 .num_ports = 2,
205 .num_ports = 1,
317 int num_ports = 0; in palm_os_3_probe() local
343 num_ports = le16_to_cpu(connection_info->num_ports); in palm_os_3_probe()
346 if (num_ports == 0 || num_ports > 2) { in palm_os_3_probe()
349 num_ports = 2; in palm_os_3_probe()
352 for (i = 0; i < num_ports; ++i) { in palm_os_3_probe()
378 num_ports); in palm_os_3_probe()
384 usb_set_serial_data(serial, (void *)(long)num_ports); in palm_os_3_probe()
[all …]
Dusb-serial.c84 static int allocate_minors(struct usb_serial *serial, int num_ports) in allocate_minors() argument
90 dev_dbg(&serial->interface->dev, "%s %d\n", __func__, num_ports); in allocate_minors()
93 for (i = 0; i < num_ports; ++i) { in allocate_minors()
118 for (i = 0; i < serial->num_ports; ++i) in release_minors()
569 seq_printf(m, " num_ports:%d", serial->num_ports); in serial_proc_show()
972 int num_ports = 0; in usb_serial_probe() local
1033 num_ports = retval; in usb_serial_probe()
1036 if (!num_ports) in usb_serial_probe()
1037 num_ports = type->num_ports; in usb_serial_probe()
1039 if (num_ports > MAX_NUM_PORTS) { in usb_serial_probe()
[all …]
/linux-6.12.1/drivers/slimbus/
Dstream.c209 int num_ports, i, port_id, prrate; in slim_stream_prepare() local
216 num_ports = hweight32(cfg->port_mask); in slim_stream_prepare()
217 rt->ports = kcalloc(num_ports, sizeof(*port), GFP_KERNEL); in slim_stream_prepare()
221 rt->num_ports = num_ports; in slim_stream_prepare()
371 for (i = 0; i < stream->num_ports; i++) in slim_stream_enable()
382 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
389 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
419 if (!stream->ports || !stream->num_ports) in slim_stream_disable()
429 for (i = 0; i < stream->num_ports; i++) in slim_stream_disable()
453 if (!stream->ports || !stream->num_ports) in slim_stream_unprepare()
[all …]
/linux-6.12.1/drivers/interconnect/qcom/
Dsc7280.c26 .num_ports = 1,
41 .num_ports = 1,
56 .num_ports = 1,
80 .num_ports = 1,
95 .num_ports = 1,
110 .num_ports = 1,
125 .num_ports = 1,
149 .num_ports = 1,
164 .num_ports = 1,
188 .num_ports = 1,
[all …]
/linux-6.12.1/drivers/net/dsa/xrs700x/
Dxrs700x.c155 for (i = 0; i < priv->ds->num_ports; i++) in xrs700x_mib_work()
192 priv->ds->num_ports, in xrs700x_setup_regmap_range()
198 priv->ds->num_ports, in xrs700x_setup_regmap_range()
204 priv->ds->num_ports, in xrs700x_setup_regmap_range()
210 priv->ds->num_ports, in xrs700x_setup_regmap_range()
321 for (i = 0; i < ds->num_ports; i++) { in xrs700x_port_add_bpdu_ipf()
365 for (i = 0; i < ds->num_ports; i++) { in xrs700x_port_add_hsrsup_ipf()
395 for (i = 0; i < ds->num_ports; i++) { in xrs700x_port_setup()
428 for (i = 0; i < ds->num_ports; i++) { in xrs700x_setup()
517 for (i = 0; i < ds->num_ports; i++) { in xrs700x_bridge_common()
[all …]
/linux-6.12.1/drivers/media/cec/platform/cros-ec/
Dcros-ec-cec.c55 int num_ports; member
87 if (cros_ec_cec->num_ports != 1) { in handle_cec_message()
90 cros_ec_cec->num_ports); in handle_cec_message()
126 if (port_num >= cros_ec_cec->num_ports) { in handle_cec_event()
385 cros_ec_cec->num_ports = 1; in cros_ec_cec_get_num_ports()
401 cros_ec_cec->num_ports = response.port_count; in cros_ec_cec_get_num_ports()
425 if (cros_ec_cec->num_ports != 1) { in cros_ec_cec_get_write_cmd_version()
428 cros_ec_cec->num_ports); in cros_ec_cec_get_write_cmd_version()
518 for (int i = 0; i < cros_ec_cec->num_ports; i++) { in cros_ec_cec_probe()
542 for (int i = 0; i < cros_ec_cec->num_ports; i++) { in cros_ec_cec_probe()
[all …]
/linux-6.12.1/arch/mips/include/asm/octeon/
Dcvmx-spi.h53 int num_ports);
98 int timeout, int num_ports);
201 int num_ports);
/linux-6.12.1/drivers/char/ipmi/
Dipmi_si_hardcode.c22 static unsigned int num_ports; variable
40 module_param_hw_array(ports, uint, ioport, &num_ports, 0);
117 if (i < num_ports && ports[i]) in ipmi_hardcode_init()
141 for (i = 0; i < num_ports; i++) { in ipmi_si_hardcode_match()
/linux-6.12.1/drivers/gpio/
Dgpio-tegra186.c85 unsigned int num_ports; member
116 for (i = 0; i < gpio->soc->num_ports; i++) { in tegra186_gpio_get_port()
445 if (port >= gpio->soc->num_ports) { in tegra186_gpio_add_pin_ranges()
478 if (port >= gpio->soc->num_ports) { in tegra186_gpio_of_xlate()
637 for (i = 0; i < gpio->soc->num_ports; i++) { in tegra186_gpio_irq()
685 if (port >= gpio->soc->num_ports) in tegra186_gpio_irq_domain_translate()
732 for (i = 0; i < gpio->soc->num_ports; i++) { in tegra186_gpio_child_offset_to_irq()
755 for (i = 0; i < gpio->soc->num_ports; i++) { in tegra186_gpio_init_route_mapping()
838 for (i = 0; i < gpio->soc->num_ports; i++) in tegra186_gpio_probe()
899 for (i = 0; i < gpio->soc->num_ports; i++) in tegra186_gpio_probe()
[all …]
/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c806 unsigned int num_ports; in xhci_alloc_tt_info() local
811 num_ports = 1; in xhci_alloc_tt_info()
813 num_ports = hdev->maxchild; in xhci_alloc_tt_info()
815 for (i = 0; i < num_ports; i++, tt_info++) { in xhci_alloc_tt_info()
1871 int i, j, num_ports; in xhci_mem_cleanup() local
1890 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
1891 for (i = 0; i < num_ports && xhci->rh_bw; i++) { in xhci_mem_cleanup()
1931 for (i = 0; i < num_ports; i++) { in xhci_mem_cleanup()
1941 xhci->usb2_rhub.num_ports = 0; in xhci_mem_cleanup()
1942 xhci->usb3_rhub.num_ports = 0; in xhci_mem_cleanup()
[all …]
Duhci-platform.c106 u32 num_ports; in uhci_hcd_platform_probe() local
108 if (of_property_read_u32(np, "#ports", &num_ports) == 0) { in uhci_hcd_platform_probe()
109 uhci->rh_numports = num_ports; in uhci_hcd_platform_probe()
112 num_ports); in uhci_hcd_platform_probe()

12345678910>>...13