Searched refs:phy_stat (Results 1 – 12 of 12) sorted by relevance
/drivers/uwb/i1480/dfu/ |
D | phy.c | 169 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/ |
D | scioc.h | 53 char phy_stat; member 63 char phy_stat; member
|
D | ioctl.c | 451 bi->status.bristats[i].phy_stat = in GetStatus() 458 bi->status.pristats[i].phy_stat = in GetStatus()
|
/drivers/net/wireless/b43legacy/ |
D | xmit.h | 91 u8 phy_stat; /* PHY TX status */ member 122 u8 phy_stat; member
|
D | xmit.c | 635 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
|
D | debugfs.c | 168 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 751 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/drivers/net/wireless/b43/ |
D | xmit.h | 187 u8 phy_stat; /* PHY TX status */ member
|
D | debugfs.c | 429 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 1150 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/drivers/staging/et131x/ |
D | et1310_address_map.h | 1813 u32 phy_stat:16; // bits 0-15 member 1815 u32 phy_stat:16; // bits 0-15
|
D | et1310_phy.c | 176 *value = (uint16_t) mii_mgmt_stat.bits.phy_stat; in PhyMiRead()
|