Searched +full:bcm7445 +full:- +full:gpio (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm7445.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #address-cells = <2>; 6 #size-cells = <2>; 7 model = "Broadcom STB (bcm7445)"; 8 compatible = "brcm,bcm7445", "brcm,brcmstb"; 9 interrupt-parent = <&gic>; 16 #address-cells = <1>; 17 #size-cells = <0>; 20 compatible = "brcm,brahma-b15"; [all …]
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 4 * Copyright (C) 2011-2013 Jonas Gorski <jogo@openwrt.org> 22 #include <linux/gpio.h> 230 #define B53_MAX_MTU_25 (1536 - ETH_HLEN - VLAN_HLEN - ETH_FCS_LEN) 231 #define B53_MAX_MTU (9720 - ETH_HLEN - VLAN_HLEN - ETH_FCS_LEN) 237 b53_write8(dev, B53_ARLIO_PAGE, dev->vta_regs[0], VTA_START_CMD | op); in b53_do_vlan_op() 242 b53_read8(dev, B53_ARLIO_PAGE, dev->vta_regs[0], &vta); in b53_do_vlan_op() 249 return -EIO; in b53_do_vlan_op() 258 if (vlan->members) { in b53_set_vlan_entry() 259 entry = ((vlan->untag & VA_UNTAG_MASK_25) << in b53_set_vlan_entry() 260 VA_UNTAG_S_25) | vlan->members; in b53_set_vlan_entry() [all …]
|