Searched refs:qrio_prstcfg (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/board/keymile/kmp204x/ |
D | kmp204x.c | 106 qrio_prstcfg(BFTIC4_RST, PRSTCFG_POWUP_UNIT_RST); in board_early_init_f() 111 qrio_prstcfg(ZL30158_RST, PRSTCFG_POWUP_RST); in board_early_init_f() 157 qrio_prstcfg(ETH_FRONT_PHY_RST, PRSTCFG_POWUP_UNIT_CORE_RST); in misc_init_f() 161 qrio_prstcfg(ZL30343_RST, PRSTCFG_POWUP_RST); in misc_init_f() 166 qrio_prstcfg(QSFP1_RST, PRSTCFG_POWUP_UNIT_RST); in misc_init_f() 167 qrio_prstcfg(QSFP2_RST, PRSTCFG_POWUP_UNIT_RST); in misc_init_f()
|
D | pci.c | 101 qrio_prstcfg(PCIE_SW_RST, PRSTCFG_POWUP_UNIT_CORE_RST); in pci_init_board() 102 qrio_prstcfg(PEXHC_RST, PRSTCFG_POWUP_UNIT_CORE_RST); in pci_init_board() 103 qrio_prstcfg(HOOPER_RST, PRSTCFG_POWUP_UNIT_CORE_RST); in pci_init_board()
|
D | kmp204x.h | 23 void qrio_prstcfg(u8 bit, u8 mode);
|
D | qrio.c | 129 void qrio_prstcfg(u8 bit, u8 mode) in qrio_prstcfg() function
|