Searched refs:byte_rd (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/rtl8192u/ |
D | r8192U_debugfs.c | 34 u8 byte_rd; in rtl8192_usb_registers_show() local 42 read_nic_byte(dev, 0x000 | n, &byte_rd); in rtl8192_usb_registers_show() 43 seq_printf(m, "%2x ", byte_rd); in rtl8192_usb_registers_show() 52 read_nic_byte(dev, 0x100 | n, &byte_rd); in rtl8192_usb_registers_show() 53 seq_printf(m, "%2x ", byte_rd); in rtl8192_usb_registers_show() 62 read_nic_byte(dev, 0x300 | n, &byte_rd); in rtl8192_usb_registers_show() 63 seq_printf(m, "%2x ", byte_rd); in rtl8192_usb_registers_show()
|