Searched full:brdcfg1 (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | eth_hydra.c | 16 * 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 D | eth_superhydra.c | 16 * 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 D | p1022ds.c | 81 /* 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 D | diu.c | 153 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 D | ngpixis.h | 23 u8 brdcfg1; /* On some boards, this register is called 'dma' */ member
|
H A D | ngpixis.c | 131 printf("brdcfg1=%02x\n", PIXIS_READ(brdcfg1)); in pixis_dump_regs()
|
H A D | pixis.h | 115 u8 brdcfg1; member
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | mdio-mux-mmioreg.yaml | 53 reg = <9 1>; // BRDCFG1
|
/openbmc/u-boot/board/freescale/t208xqds/ |
H A D | t208xqds.c | 388 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 D | t4240qds.c | 585 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()
|