Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dnand.c242 static inline void nand_pushio_byte(NANDFlashState *s, uint8_t value) in nand_pushio_byte() function
282 nand_pushio_byte(s, s->manf_id); in nand_command()
283 nand_pushio_byte(s, s->chip_id); in nand_command()
284 nand_pushio_byte(s, 'Q'); /* Don't-care byte (often 0xa5) */ in nand_command()
289 nand_pushio_byte(s, (s->buswidth == 2) ? 0x55 : 0x15); in nand_command()
291 nand_pushio_byte(s, 0xc0); /* Multi-plane */ in nand_command()
333 nand_pushio_byte(s, s->status); in nand_command()