Searched refs:slave_num (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/iio/adc/ |
A D | ad7280a.c | 172 int slave_num; member 673 st->channels = devm_kcalloc(&st->spi->dev, (st->slave_num + 1) * 12 + 1, in ad7280_channel_init() 678 for (dev = 0; dev <= st->slave_num; dev++) in ad7280_channel_init() 874 ad7280a_t_acq_ns[st->acquisition_time & 0x3] + st->slave_num * 250; in ad7280_update_delay() 1041 st->slave_num = ret; in ad7280_probe() 1042 st->scan_cnt = (st->slave_num + 1) * AD7280A_NUM_CH; in ad7280_probe() 1068 ret = ad7280_write(st, ad7280a_devaddr(st->slave_num), in ad7280_probe()
|
/linux-6.3-rc2/include/linux/ |
A D | sh_dma.h | 73 int slave_num; member
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | netcp_ethss.c | 2068 return slave_num + 1; in gbe_get_slave_port() 2070 return slave_num; in gbe_get_slave_port() 2140 int sp = slave->slave_num, link_state; in netcp_ethss_update_link_state() 2250 slave->slave_num, set); in gbe_sgmii_rtreset() 2280 netcp_sgmii_reset(SGMII_BASE(priv, slave->slave_num), slave->slave_num); in gbe_sgmii_config() 2281 netcp_sgmii_config(SGMII_BASE(priv, slave->slave_num), slave->slave_num, in gbe_sgmii_config() 2350 slave->slave_num); in gbe_slave_open() 3022 port_reg_num = slave->slave_num; in init_slave() 3024 if (slave->slave_num > 1) { in init_slave() 3194 slave->slave_num); in init_secondary_ports() [all …]
|
A D | cpsw.c | 86 static int cpsw_get_slave_port(u32 slave_num) in cpsw_get_slave_port() argument 88 return slave_num + 1; in cpsw_get_slave_port() 465 slave_port = cpsw_get_slave_port(slave->slave_num); in _cpsw_adjust_link() 605 slave_port = cpsw_get_slave_port(slave->slave_num); in cpsw_slave_open() 619 slave->slave_num); in cpsw_slave_open() 628 slave->data->phy_id, slave->slave_num, in cpsw_slave_open() 646 slave->slave_num); in cpsw_slave_open() 715 slave_port = cpsw_get_slave_port(slave->slave_num); in cpsw_slave_stop()
|
A D | cpsw_priv.c | 490 slave->slave_num = i; in cpsw_init_common() 799 shift = CPSW_FIFO_SHAPE_EN_SHIFT + 3 * slave->slave_num; in cpsw_shp_is_off() 815 shift = CPSW_FIFO_SHAPE_EN_SHIFT + 3 * slave->slave_num; in cpsw_fifo_shp_on()
|
A D | cpsw_priv.h | 306 int slave_num; member
|
A D | cpsw_new.c | 766 slave->slave_num); in cpsw_slave_open() 772 slave->slave_num); in cpsw_slave_open()
|
/linux-6.3-rc2/drivers/dma/sh/ |
A D | shdma-base.c | 45 static unsigned int slave_num = 256; variable 46 module_param(slave_num, uint, 0444); 186 if (schan->real_slave_id < 0 || schan->real_slave_id >= slave_num) in shdma_setup_slave() 310 if (slave_id >= slave_num) in shdma_chan_filter() 1037 shdma_slave_used = bitmap_zalloc(slave_num, GFP_KERNEL); in shdma_enter()
|
A D | shdmac.c | 337 for (i = 0, cfg = pdata->slave; i < pdata->slave_num; i++, cfg++) in dmae_find_slave() 341 for (i = 0, cfg = pdata->slave; i < pdata->slave_num; i++, cfg++) in dmae_find_slave() 738 if (pdata->slave && pdata->slave_num) in sh_dmae_probe()
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4a/ |
A D | setup-sh7757.c | 385 .slave_num = ARRAY_SIZE(sh7757_dmae0_slaves), 399 .slave_num = ARRAY_SIZE(sh7757_dmae1_slaves), 413 .slave_num = ARRAY_SIZE(sh7757_dmae2_slaves), 427 .slave_num = ARRAY_SIZE(sh7757_dmae3_slaves),
|
A D | setup-sh7722.c | 123 .slave_num = ARRAY_SIZE(sh7722_dmae_slaves),
|
A D | setup-sh7724.c | 189 .slave_num = ARRAY_SIZE(sh7724_dmae_slaves),
|
Completed in 48 milliseconds