Searched refs:wait_busy (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | mxc_ocotp.c | 157 static void wait_busy(struct ocotp_regs *regs, unsigned int delay_us) in wait_busy() function 190 wait_busy(*regs, 1); in prepare_access() 330 wait_busy(regs, 1); in fuse_sense() 408 wait_busy(regs, BV_TIMING_PROG_US); in fuse_prog() 411 wait_busy(regs, BV_TIMING_STROBE_PROG_US); in fuse_prog()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 942 uint16_t data, int bytes, int wait_busy) in stfsm_write_status() argument 948 " %s wait-busy\n", cmd, bytes, data, wait_busy ? "with" : "no"); in stfsm_write_status() 962 if (wait_busy) in stfsm_write_status()
|