Home
last modified time | relevance | path

Searched refs:qrio_prstcfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dkmp204x.c106 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()
H A Dpci.c101 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()
H A Dkmp204x.h23 void qrio_prstcfg(u8 bit, u8 mode);
H A Dqrio.c129 void qrio_prstcfg(u8 bit, u8 mode) in qrio_prstcfg() function