Searched refs:v16 (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/ntb/hw/intel/ |
D | ntb_hw_gen3.c | 263 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb3_debugfs_read() member 386 u.v16 = ioread16(mmio + GEN3_USMEMMISS_OFFSET); in ndev_ntb3_debugfs_read() 388 "Upstream Memory Miss -\t%u\n", u.v16); in ndev_ntb3_debugfs_read() 394 GEN3_DEVSTS_OFFSET, &u.v16)) in ndev_ntb3_debugfs_read() 396 "DEVSTS -\t\t%#06x\n", u.v16); in ndev_ntb3_debugfs_read() 399 GEN3_LINK_STATUS_OFFSET, &u.v16)) in ndev_ntb3_debugfs_read() 401 "LNKSTS -\t\t%#06x\n", u.v16); in ndev_ntb3_debugfs_read()
|
D | ntb_hw_gen1.c | 501 union { u64 v64; u32 v32; u16 v16; u8 v8; } u; in ndev_ntb_debugfs_read() member 725 u.v16 = ioread16(mmio + XEON_USMEMMISS_OFFSET); in ndev_ntb_debugfs_read() 727 "Upstream Memory Miss -\t%u\n", u.v16); in ndev_ntb_debugfs_read() 733 XEON_DEVSTS_OFFSET, &u.v16)) in ndev_ntb_debugfs_read() 735 "DEVSTS -\t\t%#06x\n", u.v16); in ndev_ntb_debugfs_read() 738 XEON_LINK_STATUS_OFFSET, &u.v16)) in ndev_ntb_debugfs_read() 740 "LNKSTS -\t\t%#06x\n", u.v16); in ndev_ntb_debugfs_read()
|
/linux-4.19.296/fs/jffs2/ |
D | nodelist.h | 43 #define je16_to_cpu(x) ((x).v16) 54 #define je16_to_cpu(x) (be16_to_cpu(x.v16)) 65 #define je16_to_cpu(x) (le16_to_cpu(x.v16))
|
/linux-4.19.296/include/uapi/linux/ |
D | jffs2.h | 104 __u16 v16; member
|
/linux-4.19.296/drivers/char/ |
D | sonypi.c | 603 u16 v16; in sonypi_type3_srs() local 611 v16 = (sonypi_device.ioport1 & 0xFFF0) | 0x01; in sonypi_type3_srs() 612 pci_write_config_word(sonypi_device.dev, SONYPI_TYPE3_GID2, v16); in sonypi_type3_srs()
|
/linux-4.19.296/drivers/ntb/hw/amd/ |
D | ntb_hw_amd.c | 719 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member
|