Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c59 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
70 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
71 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
72 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
75 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
76 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c59 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
70 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
71 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
72 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
75 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
76 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c59 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
70 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
71 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
72 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
75 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
76 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c74 u32 twsi_ctrl_data; in atl1c_get_permanent_address() local
106 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
107 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1c_get_permanent_address()
108 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1c_get_permanent_address()
111 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
112 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1c_get_permanent_address()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c74 u32 twsi_ctrl_data; in atl1c_get_permanent_address() local
106 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
107 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1c_get_permanent_address()
108 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1c_get_permanent_address()
111 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
112 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1c_get_permanent_address()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c74 u32 twsi_ctrl_data; in atl1c_get_permanent_address() local
106 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
107 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1c_get_permanent_address()
108 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1c_get_permanent_address()
111 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
112 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1c_get_permanent_address()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Datl1e.c1295 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1300 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1301 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1302 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1305 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1306 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Datl1e.c1304 u32 twsi_ctrl_data; in atl1e_get_permanent_address() local
1309 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1310 twsi_ctrl_data |= TWSI_CTRL_SW_LDSTART; in atl1e_get_permanent_address()
1311 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address()
1314 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
1315 if ((twsi_ctrl_data & TWSI_CTRL_SW_LDSTART) == 0) in atl1e_get_permanent_address()