| /Linux-v5.4/drivers/gpu/drm/i915/oa/ | 
| D | i915_oa_cflgt2.c | 15 	{ _MMIO(0x2740), 0x00000000 }, 16 	{ _MMIO(0x2744), 0x00800000 }, 17 	{ _MMIO(0x2714), 0xf0800000 }, 18 	{ _MMIO(0x2710), 0x00000000 }, 19 	{ _MMIO(0x2724), 0xf0800000 }, 20 	{ _MMIO(0x2720), 0x00000000 }, 21 	{ _MMIO(0x2770), 0x00000004 }, 22 	{ _MMIO(0x2774), 0x00000000 }, 23 	{ _MMIO(0x2778), 0x00000003 }, 24 	{ _MMIO(0x277c), 0x00000000 }, [all …] 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | zynq-parallella.dts | 23 	memory@0 { 25 		reg = <0x0 0x40000000>; 35 	fclk-enable = <0xf>; 44 	ethernet_phy: ethernet-phy@0 { 46 		compatible = "ethernet-phy-id0141.0e90", 48 		reg = <0>; 50 		marvell,reg-init = <0x3 0x10 0xff00 0x1e>, 51 		                   <0x3 0x11 0xfff0 0xa>; 60 		reg = <0x68>;
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/net/ | 
| D | ethernet-phy.yaml | 51     minimum: 0 163         #size-cells = <0>; 165         ethernet-phy@0 { 166             compatible = "ethernet-phy-id0141.0e90", "ethernet-phy-ieee802.3-c45"; 169             reg = <0>;
  | 
| /Linux-v5.4/fs/cifs/ | 
| D | cifs_uniupr.h | 13 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 000-00f */ 14 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 010-01f */ 15 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 020-02f */ 16 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 030-03f */ 17 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 040-04f */ 18 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 050-05f */ 19 	0, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32,	/* 060-06f */ 20 	-32, -32, -32, -32, -32, -32, -32, -32, -32, -32, -32, 0, 0, 0, 0, 0,	/* 070-07f */ 21 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 080-08f */ 22 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 090-09f */ [all …] 
 | 
| /Linux-v5.4/fs/jfs/ | 
| D | jfs_uniupr.c | 13    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 000-00f */ 14    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 010-01f */ 15    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 020-02f */ 16    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 030-03f */ 17    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 040-04f */ 18    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 050-05f */ 19    0,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32, /* 060-06f */ 20  -32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,  0,  0,  0,  0,  0, /* 070-07f */ 21    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 080-08f */ 22    0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, /* 090-09f */ [all …] 
 | 
| /Linux-v5.4/drivers/usb/class/ | 
| D | cdc-acm.c | 92 	minor = idr_alloc(&acm_minors, acm, 0, ACM_TTY_MINORS, GFP_KERNEL);  in acm_alloc_minor() 119 	retval = usb_control_msg(acm->dev, usb_sndctrlpipe(acm->dev, 0),  in acm_ctrl_msg() 121 		acm->control->altsetting[0].desc.bInterfaceNumber,  in acm_ctrl_msg() 125 		"%s - rq 0x%02x, val %#x, len %#x, result %d\n",  in acm_ctrl_msg() 130 	return retval < 0 ? retval : 0;  in acm_ctrl_msg() 142 			control, NULL, 0);  in acm_set_control() 146 	acm_ctrl_msg(acm, USB_CDC_REQ_SET_LINE_CODING, 0, line, sizeof *(line)) 148 	acm_ctrl_msg(acm, USB_CDC_REQ_SEND_BREAK, ms, NULL, 0) 155 	for (i = 0; i < ACM_NW; i++)  in acm_kill_urbs() 157 	for (i = 0; i < acm->rx_buflimit; i++)  in acm_kill_urbs() [all …] 
 | 
| /Linux-v5.4/arch/m68k/ifpsp060/ | 
| D | itest.sa | 3 	dc.l	$0a007061,$73736564,$0a002066,$61696c65 10 	dc.l	$ffa642ae,$ff78487b,$01700000,$0af661ff 19 	dc.l	$01700000,$0d7c61ff,$00004eb0,$588f61ff 21 	dc.l	$01700000,$0f8e61ff,$00004e90,$588f61ff 120 	dc.l	$7fffff80,$0f880000,$42eeff7e,$48ee7fff 126 	dc.l	$0f080000,$42eeff7e,$48ee7fff,$ffc03d7c 243 	dc.l	$7fffff80,$0cd00081,$42eeff7e,$36103d7c 254 	dc.l	$ff7c44fc,$000048ee,$7fffff80,$0ed00081 266 	dc.l	$001048ee,$7fffff80,$0ed00081,$42eeff7e 1022 	dc.l	$01700000,$0fc84282,$760247ee,$ef7449ee [all …] 
 |