Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dnwflash.c402 unsigned int uAddress; in write_block() local
423 uAddress = (unsigned int) pWritePtr; in write_block()
424 uAddress &= 0xFFFFFFFC; in write_block()
447 *(volatile unsigned char *) (uAddress) = 0x40; in write_block()
452 *(volatile unsigned char *) (uAddress) = c2; in write_block()