Home
last modified time | relevance | path

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

/drivers/uwb/i1480/dfu/
Dphy.c169 u8 phy_stat; in i1480_phy_fw_upload() local
183 result = i1480_mpi_read(i1480, &phy_stat, 0x0006, 1); in i1480_phy_fw_upload()
188 if (phy_stat != 0) { in i1480_phy_fw_upload()
190 dev_info(i1480->dev, "error, PHY not ready: %u\n", phy_stat); in i1480_phy_fw_upload()
/drivers/isdn/sc/
Dscioc.h53 char phy_stat; member
63 char phy_stat; member
Dioctl.c451 bi->status.bristats[i].phy_stat = in GetStatus()
458 bi->status.pristats[i].phy_stat = in GetStatus()
/drivers/net/wireless/b43legacy/
Dxmit.h91 u8 phy_stat; /* PHY TX status */ member
122 u8 phy_stat; member
Dxmit.c635 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
Ddebugfs.c168 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
Dmain.c751 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
/drivers/net/wireless/b43/
Dxmit.h187 u8 phy_stat; /* PHY TX status */ member
Ddebugfs.c429 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
Dmain.c1150 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
/drivers/staging/et131x/
Det1310_address_map.h1813 u32 phy_stat:16; // bits 0-15 member
1815 u32 phy_stat:16; // bits 0-15
Det1310_phy.c176 *value = (uint16_t) mii_mgmt_stat.bits.phy_stat; in PhyMiRead()