Searched refs:B53_MGMT_PAGE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 657 b53_read8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, &hdr_ctl); in b53_brcm_hdr_setup() 662 b53_write8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, hdr_ctl); in b53_brcm_hdr_setup() 665 b53_read8(dev, B53_MGMT_PAGE, B53_BRCM_HDR, &hdr_ctl); in b53_brcm_hdr_setup() 670 b53_write8(dev, B53_MGMT_PAGE, B53_BRCM_HDR, hdr_ctl); in b53_brcm_hdr_setup() 679 b53_read16(dev, B53_MGMT_PAGE, B53_BRCM_HDR_RX_DIS, ®); in b53_brcm_hdr_setup() 684 b53_write16(dev, B53_MGMT_PAGE, B53_BRCM_HDR_RX_DIS, reg); in b53_brcm_hdr_setup() 689 b53_read16(dev, B53_MGMT_PAGE, B53_BRCM_HDR_TX_DIS, ®); in b53_brcm_hdr_setup() 694 b53_write16(dev, B53_MGMT_PAGE, B53_BRCM_HDR_TX_DIS, reg); in b53_brcm_hdr_setup() 722 b53_read8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, &gc); in b53_enable_mib() 724 b53_write8(dev, B53_MGMT_PAGE, B53_GLOBAL_CONFIG, gc); in b53_enable_mib() [all …]
|
H A D | b53_regs.h | 26 #define B53_MGMT_PAGE 0x02 /* Management Mode */ macro
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | b53.c | 39 #define B53_MGMT_PAGE 0x02 /* Management Mode */ macro
|