Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_debugfs.c34 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()