Searched refs:ace_writew (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | systemace.c | 45 static void ace_writew(u16 val, unsigned off) in ace_writew() function 83 ace_writew((val & 0xffff), 0x18); in get_cf_lock() 102 ace_writew((val & 0xffff), 0x18); in release_cf_lock() 181 ace_writew((start >> 0) & 0xffff, 0x10); in systemace_read() 182 ace_writew((start >> 16) & 0x0fff, 0x12); in systemace_read() 189 ace_writew((trans & 0xff) | 0x0300, 0x14); in systemace_read() 199 ace_writew(val, 0x18); in systemace_read() 224 ace_writew(val, 0x18); in systemace_read() 255 ace_writew(width == 8 ? 0 : 0x0001, 0); in systemace_bind() 288 ace_writew(width == 8 ? 0 : 0x0001, 0); in systemace_get_dev()
|