Home
last modified time | relevance | path

Searched full:brdcfg1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c16 * Muxing is handled via the PIXIS BRDCFG1 register. The EMI1 bits control
81 * BRDCFG1 mask and value for each MAC
83 * This array contains the BRDCFG1 values (in mask/val format) that route the
107 clrsetbits_8(&pixis->brdcfg1, mask, val); in hydra_mux_mdio()
485 * BRDCFG1 is defined, but it's a bit hackish. in board_eth_init()
499 clrsetbits_8(&pixis->brdcfg1, BRDCFG1_EMI2_SEL_MASK, in board_eth_init()
505 clrsetbits_8(&pixis->brdcfg1, BRDCFG1_EMI2_SEL_MASK, in board_eth_init()
H A Deth_superhydra.c16 * Muxing is handled via the PIXIS BRDCFG1 register. The EMI1 bits control
86 * BRDCFG1 mask and value for each MAC
88 * This array contains the BRDCFG1 values (in mask/val format) that route the
112 clrsetbits_8(&pixis->brdcfg1, mask, val); in super_hydra_mux_mdio()
626 * BRDCFG1 is defined, but it's a bit hackish. in board_eth_init()
742 * BRDCFG1 is defined, but it's a bit hackish. in board_eth_init()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dp1022ds.c81 /* Masks for the SSI_TDM and AUDCLK bits of the ngPIXIS BRDCFG1 register. */
141 setbits_8(&pixis->brdcfg1, CONFIG_PIXIS_BRDCFG1_TDM); in misc_init_r()
154 temp = in_8(&pixis->brdcfg1) & ~(CONFIG_PIXIS_BRDCFG1_SSI_TDM_MASK | in misc_init_r()
164 setbits_8(&pixis->brdcfg1, temp); in misc_init_r()
H A Ddiu.c153 temp = in_8(&pixis->brdcfg1); in platform_diu_init()
172 out_8(&pixis->brdcfg1, temp); in platform_diu_init()
/openbmc/u-boot/board/freescale/common/
H A Dngpixis.h23 u8 brdcfg1; /* On some boards, this register is called 'dma' */ member
H A Dngpixis.c131 printf("brdcfg1=%02x\n", PIXIS_READ(brdcfg1)); in pixis_dump_regs()
H A Dpixis.h115 u8 brdcfg1; member
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmdio-mux-mmioreg.yaml53 reg = <9 1>; // BRDCFG1
/openbmc/u-boot/board/freescale/t208xqds/
H A Dt208xqds.c388 printf("using value from brdcfg1.\n"); in get_board_sys_clk()
426 printf("using value from brdcfg1.\n"); in get_board_ddr_clk()
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c585 printf("Warning: SYS clock measurement is invalid, using value from brdcfg1.\n"); in get_board_sys_clk()
622 printf("Warning: DDR clock measurement is invalid, using value from brdcfg1.\n"); in get_board_ddr_clk()