Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dnwflash.c430 unsigned int uAddress; in write_block() local
451 uAddress = (unsigned int) pWritePtr; in write_block()
452 uAddress &= 0xFFFFFFFC; in write_block()
475 *(volatile unsigned char *) (uAddress) = 0x40; in write_block()
480 *(volatile unsigned char *) (uAddress) = c2; in write_block()