Searched refs:swcfg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ep93xx_adc.c | 51 #define EP93XX_ADC_CH(index, dname, swcfg) { \ 55 .address = swcfg, \
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ep93xx_adc.c | 52 #define EP93XX_ADC_CH(index, dname, swcfg) { \ 56 .address = swcfg, \
|
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/ |
H A D | hellcreek.c | 571 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() [all...] |
H A D | hellcreek.h | 292 u16 swcfg; /* swcfg shadow */ member
|
/kernel/linux/linux-5.10/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() 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 D | ntb_hw_idt.h | 1095 * @swcfg: Pointer to the structure of local IDT PCIe-switch 1126 struct idt_89hpes_cfg *swcfg; member
|
/kernel/linux/linux-6.6/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() 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 D | ntb_hw_idt.h | 1095 * @swcfg: Pointer to the structure of local IDT PCIe-switch 1126 struct idt_89hpes_cfg *swcfg; member
|
Completed in 17 milliseconds