Lines Matching full:8051
161 /* 8051 memory access timeout, in us */
217 * Read a single 64-bit value from 8051 data memory.
249 dd_dev_err(dd, "timeout reading 8051 data\n"); in __read_8051_data()
262 * Read 8051 data starting at addr, for len bytes. Will read in 8-byte chunks.
291 * Write data or code to the 8051 code or data RAM.
334 dd_dev_err(dd, "timeout writing 8051 data\n"); in write_8051()
903 /* return the 8051 firmware state */
920 /* in the simulator, the fake 8051 is always ready */ in wait_fm_ready()
935 * Load the 8051 firmware.
948 * Load DC 8051 firmware in load_8051_firmware()
961 * DC reset step 2 (optional): Load 8051 data memory with link in load_8051_firmware()
995 ret = run_rsa(dd, "8051", fdet->signature); in load_8051_firmware()
999 /* clear all reset bits, releasing the 8051 */ in load_8051_firmware()
1008 dd_dev_err(dd, "8051 start timeout, current state 0x%x\n", in load_8051_firmware()
1014 dd_dev_info(dd, "8051 firmware version %d.%d.%d\n", in load_8051_firmware()
1087 * + Must be called before the 8051 is loaded - assumes 8051 is not loaded
1123 * the 8051 be in the Offline state. I.e. not actively trying to use the
1668 /* no 8051 or QSFP on simulator */ in hfi1_firmware_init()