Searched refs:swcfg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek.c | 567 u16 swcfg; in hellcreek_setup_vlan_awareness() local 571 swcfg = hellcreek->swcfg; in hellcreek_setup_vlan_awareness() 574 swcfg |= HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness() 576 swcfg &= ~HR_SWCFG_VLAN_UNAWARE; in hellcreek_setup_vlan_awareness() 578 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()
|
| H A D | hellcreek.h | 294 u16 swcfg; /* swcfg shadow */ member
|
| /linux/drivers/iio/adc/ |
| H A D | ep93xx_adc.c | 52 #define EP93XX_ADC_CH(index, dname, swcfg) { \ argument 56 .address = swcfg, \
|
| /linux/drivers/ntb/hw/idt/ |
| H A D | ntb_hw_idt.c | 502 for (pidx = 0; pidx < ndev->swcfg->port_cnt; pidx++) { in idt_scan_ports() 503 port = ndev->swcfg->ports[pidx]; in idt_scan_ports() 2087 ndev->swcfg->name, ndev, idt_temp_groups); in idt_init_temp() 2608 ndev->swcfg = (struct idt_89hpes_cfg *)id->driver_data; in idt_create_dev() 2617 dev_info(&pdev->dev, "IDT %s discovered", ndev->swcfg->name); in idt_create_dev()
|
| H A D | ntb_hw_idt.h | 1126 struct idt_89hpes_cfg *swcfg; member
|