Home
last modified time | relevance | path

Searched refs:bcsr (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/freescale/mpc8568mds/
Dbcsr.c15 volatile u8 *bcsr = (u8 *)(CONFIG_SYS_BCSR); in enable_8568mds_duart() local
19 bcsr[5] |= 0x01; /* Enable Duart in BCSR*/ in enable_8568mds_duart()
24 volatile u8 *bcsr = (u8 *)(CONFIG_SYS_BCSR); in enable_8568mds_flash_write() local
26 bcsr[9] |= 0x01; in enable_8568mds_flash_write()
31 volatile u8 *bcsr = (u8 *)(CONFIG_SYS_BCSR); in disable_8568mds_flash_write() local
33 bcsr[9] &= ~(0x01); in disable_8568mds_flash_write()
38 u8 *bcsr = (u8 *)(CONFIG_SYS_BCSR); in enable_8568mds_qe_mdio() local
40 bcsr[7] |= 0x01; in enable_8568mds_qe_mdio()
46 volatile u8 *bcsr = (u8 *)(CONFIG_SYS_BCSR); in reset_8568mds_uccs() local
49 out_8(&bcsr[8], in_8(&bcsr[8]) & ~BCSR_UCC1_GETH_EN); in reset_8568mds_uccs()
[all …]
DMakefile8 obj-y += bcsr.o
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8569mds/
Dmpc8569mds.c355 u8 *bcsr = (u8 *)CONFIG_SYS_BCSR_BASE; in fdt_board_fixup_qe_uart() local
395 setbits_8(&bcsr[15], BCSR15_QEUART_EN); in fdt_board_fixup_qe_uart()
403 u8 *bcsr = (u8 *)CONFIG_SYS_BCSR_BASE; in board_mmc_init() local
436 setbits_8(&bcsr[6], bcsr6); in board_mmc_init()
486 u8 *bcsr = (u8 *)CONFIG_SYS_BCSR_BASE; in fdt_board_fixup_qe_usb() local
489 clrbits_8(&bcsr[17], BCSR17_nUSBLOWSPD); in fdt_board_fixup_qe_usb()
491 setbits_8(&bcsr[17], BCSR17_nUSBLOWSPD); in fdt_board_fixup_qe_usb()
494 clrbits_8(&bcsr[17], BCSR17_USBVCC); in fdt_board_fixup_qe_usb()
495 clrbits_8(&bcsr[17], BCSR17_USBMODE); in fdt_board_fixup_qe_usb()
499 setbits_8(&bcsr[17], BCSR17_USBVCC); in fdt_board_fixup_qe_usb()
[all …]
DMakefile8 obj-y += bcsr.o
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xemds/
Dmpc837xemds.c27 u8 *bcsr = (u8 *)CONFIG_SYS_BCSR; in board_early_init_f() local
30 bcsr[0x9] &= ~0x04; in board_early_init_f()
32 bcsr[0xe] = 0xff; in board_early_init_f()
67 u8 *bcsr = (u8 *)CONFIG_SYS_BCSR; in board_mmc_init() local
73 bcsr[0xc] |= 0x4c; in board_mmc_init()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349emds/
Dmpc8349emds.c35 volatile u8* bcsr = (volatile u8*)CONFIG_SYS_BCSR; in board_early_init_f() local
38 bcsr[1] &= ~0x01; in board_early_init_f()
42 bcsr[5] |= 0x02; in board_early_init_f()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc832xemds/
Dmpc832xemds.c75 volatile u8 *bcsr = (volatile u8 *)CONFIG_SYS_BCSR; in board_early_init_f() local
78 bcsr[9] &= ~0x08; in board_early_init_f()