Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq_fw.c103 uint32_t bootExitCode = 0; in aq_fw_reset() local
108 bootExitCode = AQ_READ_REG(hw, 0x388); in aq_fw_reset()
109 if (flbStatus != 0x06000000 || bootExitCode != 0) in aq_fw_reset()
118 hw->rbl_enabled = bootExitCode != 0; in aq_fw_reset()