Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
De1000.c1252 uint32_t swfw_sync = 0; in e1000_swfw_sync_acquire() local
1262 swfw_sync = E1000_READ_REG(hw, SW_FW_SYNC); in e1000_swfw_sync_acquire()
1263 if (!(swfw_sync & (fwmask | swmask))) in e1000_swfw_sync_acquire()
1278 swfw_sync |= swmask; in e1000_swfw_sync_acquire()
1279 E1000_WRITE_REG(hw, SW_FW_SYNC, swfw_sync); in e1000_swfw_sync_acquire()
1287 uint32_t swfw_sync = 0; in e1000_swfw_sync_release() local
1293 swfw_sync = E1000_READ_REG(hw, SW_FW_SYNC); in e1000_swfw_sync_release()
1294 swfw_sync &= ~mask; in e1000_swfw_sync_release()
1295 E1000_WRITE_REG(hw, SW_FW_SYNC, swfw_sync); in e1000_swfw_sync_release()