Home
last modified time | relevance | path

Searched refs:swcfg (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/iio/adc/
Dep93xx_adc.c51 #define EP93XX_ADC_CH(index, dname, swcfg) { \ argument
55 .address = swcfg, \
/linux-5.19.10/drivers/net/dsa/hirschmann/
Dhellcreek.c562 u16 swcfg; in hellcreek_setup_vlan_awareness() local
566 swcfg = hellcreek->swcfg; in hellcreek_setup_vlan_awareness()
569 swcfg |= HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness()
571 swcfg &= ~HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness()
573 hellcreek_write(hellcreek, swcfg, HR_SWCFG); in hellcreek_setup_vlan_awareness()
1384 u16 swcfg = 0; in hellcreek_setup() local
1403 swcfg |= HR_SWCFG_FDBAGE_EN | in hellcreek_setup()
1407 hellcreek->swcfg = swcfg; in hellcreek_setup()
1408 hellcreek_write(hellcreek, swcfg, HR_SWCFG); in hellcreek_setup()
Dhellcreek.h285 u16 swcfg; /* swcfg shadow */ member
/linux-5.19.10/drivers/ntb/hw/idt/
Dntb_hw_idt.c502 for (pidx = 0; pidx < ndev->swcfg->port_cnt; pidx++) { in idt_scan_ports()
503 port = ndev->swcfg->ports[pidx]; in idt_scan_ports()
2091 ndev->swcfg->name, ndev, idt_temp_groups); in idt_init_temp()
2612 ndev->swcfg = (struct idt_89hpes_cfg *)id->driver_data; in idt_create_dev()
2621 dev_info(&pdev->dev, "IDT %s discovered", ndev->swcfg->name); in idt_create_dev()
Dntb_hw_idt.h1126 struct idt_89hpes_cfg *swcfg; member