Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dnwflash.c401 unsigned int uAddress; in write_block() local
422 uAddress = (unsigned int) pWritePtr; in write_block()
423 uAddress &= 0xFFFFFFFC; in write_block()
446 *(volatile unsigned char *) (uAddress) = 0x40; in write_block()
451 *(volatile unsigned char *) (uAddress) = c2; in write_block()