Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c81 static void vsc_write(adapter_t *adapter, u32 addr, u32 data) in vsc_write() function
106 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset()
247 vsc_write( adapter, ib[i].addr, ib[i].data ); in run_table()
266 vsc_write(adapter, REG_RAM_BIST_CMD, data); in bist_rd()
296 vsc_write(adapter, REG_RAM_BIST_CMD, data); in bist_wr()
344 vsc_write(adapter, REG_MEM_BIST, 0x5); in run_bist_all()
348 vsc_write(adapter, REG_DEV_SETUP(port), 0x0); in run_bist_all()
352 vsc_write(adapter, REG_SPI4_MISC, 0x00040409); in run_bist_all()
370 vsc_write(adapter, REG_SPI4_MISC, 0x60040400); in run_bist_all()
373 vsc_write(adapter, REG_DEV_SETUP(port), 0x1); in run_bist_all()
[all …]
H A Dvsc7321.c82 static void vsc_write(adapter_t *adapter, u32 addr, u32 data) in vsc_write() function
227 vsc_write( adapter, ib[i].addr, ib[i].data ); in run_table()
322 vsc_write(mac->adapter, REG_MAC_LOW_ADDR(port), addr_lo); in mac_set_address()
323 vsc_write(mac->adapter, REG_MAC_HIGH_ADDR(port), addr_hi); in mac_set_address()
385 vsc_write(mac->adapter, REG_MODE_CFG(port), val); in mac_enable()
399 vsc_write(mac->adapter, REG_MODE_CFG(port), val); in mac_disable()