Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dep93xx_adc.c52 #define EP93XX_ADC_CH(index, dname, swcfg) { \ argument
56 .address = swcfg, \
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c571 u16 swcfg; in hellcreek_setup_vlan_awareness() local
575 swcfg = hellcreek->swcfg; in hellcreek_setup_vlan_awareness()
578 swcfg |= HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness()
580 swcfg &= ~HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness()
582 hellcreek_write(hellcreek, swcfg, HR_SWCFG); in hellcreek_setup_vlan_awareness()
1388 u16 swcfg = 0; in hellcreek_setup() local
1407 swcfg |= HR_SWCFG_FDBAGE_EN | in hellcreek_setup()
1411 hellcreek->swcfg = swcfg; in hellcreek_setup()
1412 hellcreek_write(hellcreek, swcfg, HR_SWCFG); in hellcreek_setup()
H A Dhellcreek.h292 u16 swcfg; /* swcfg shadow */ member
/openbmc/linux/drivers/ntb/hw/idt/
H A 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()
H A Dntb_hw_idt.h1126 struct idt_89hpes_cfg *swcfg; member