Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 8801) sorted by relevance

12345678910>>...353

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.c33 /* Fetch and adjust GPU GET pointer
36 * value >= 0, the adjusted GET pointer
37 * -EINVAL if GET pointer currently outside main push buffer
49 /* reset counter as long as GET is still advancing, this is in READ_GET()
101 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local
102 if (get != prev_get) { in nv50_dma_push_wait()
103 prev_get = get; in nv50_dma_push_wait()
113 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
132 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
133 if (unlikely(get < 0)) { in nv50_dma_wait()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/
Dnouveau_dma.c46 /* Fetch and adjust GPU GET pointer
49 * value >= 0, the adjusted GET pointer
50 * -EINVAL if GET pointer currently outside main push buffer
62 /* reset counter as long as GET is still advancing, this is in READ_GET()
114 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local
115 if (get != prev_get) { in nv50_dma_push_wait()
116 prev_get = get; in nv50_dma_push_wait()
126 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
145 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
146 if (unlikely(get < 0)) { in nv50_dma_wait()
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/
DKconfig44 If you say yes here you get support for the thermal sensor part
56 If you say yes here you get support for the sensor part of the first
71 If you say yes here you get support for the sensor part of the
85 If you say yes here you get support for the Analog Devices
95 If you say yes here you get support for the Analog Devices
105 If you say yes here you get support for the Analog Devices
115 If you say yes here you get support for Analog Devices ADM1021
127 If you say yes here you get support for Analog Devices ADM1025
138 If you say yes here you get support for Analog Devices ADM1026
148 If you say yes here you get support for Analog Devices ADM1029
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
DKconfig46 If you say yes here you get support for the thermal sensor part
58 If you say yes here you get support for the sensor part of the first
73 If you say yes here you get support for the sensor part of the
87 If you say yes here you get support for the Analog Devices
97 If you say yes here you get support for the Analog Devices
107 If you say yes here you get support for the Analog Devices
117 If you say yes here you get support for Analog Devices ADM1021
129 If you say yes here you get support for Analog Devices ADM1025
140 If you say yes here you get support for Analog Devices ADM1026
150 If you say yes here you get support for Analog Devices ADM1029
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
DKconfig21 If you say yes here you get hardware monitoring support for generic
34 If you say yes here you get hardware monitoring support for Analog
43 If you say yes here you get hardware monitoring support for Analog
53 If you say yes here you get hardware monitoring support for BEL
63 If you say yes here you get hardware monitoring support for the IBM
72 If you say yes here you get hardware monitoring support for the INSPUR
81 If you say yes here you get hardware monitoring support for the
90 If you say yes here you get hardware monitoring support for Infineon
99 If you say yes here you get hardware monitoring support for the
108 If you say yes here you get hardware monitoring support for Renesas
[all …]
/kernel/linux/linux-4.19/drivers/rtc/
DKconfig143 If you say yes here you get support for the
162 If you say yes here you get support for RTC function in Marvell
172 If you say yes here you get support for RTC function in Marvell
182 If you say yes here you get support for the Abracon
191 If you say yes here you get support for Abracon AB080X and AB180X
202 If you say yes here you get support for the real-time clock found
213 If you say yes here you get support for the wake-timer found on
223 If you say yes here you get support for the RTC of ams AS3722 PMIC
232 If you say yes here you get support for various compatible RTC
264 If you say yes here you get support for Dallas Semiconductor
[all …]
/kernel/linux/linux-5.10/drivers/rtc/
DKconfig141 If you say yes here you get support for the
160 If you say yes here you get support for RTC function in Marvell
170 If you say yes here you get support for RTC function in Marvell
180 If you say yes here you get support for the Abracon
190 If you say yes here you get support for the Abracon
200 If you say yes here you get support for Abracon AB080X and AB180X
211 If you say yes here you get support for the real-time clock found
222 If you say yes here you get support for the wake-timer found on
232 If you say yes here you get support for the RTC of ams AS3722 PMIC
243 If you say yes here you get support for various compatible RTC
[all …]
/kernel/linux/linux-4.19/drivers/atm/
Dsuni.c41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
67 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz()
68 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz()
69 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz()
70 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz()
71 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz()
72 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz()
73 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz()
74 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz()
[all …]
/kernel/linux/linux-5.10/drivers/atm/
Dsuni.c42 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
68 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz()
69 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz()
70 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz()
71 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz()
72 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz()
73 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz()
74 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz()
75 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz()
[all …]
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-raspberrypi-exp.c57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local
62 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_polarity()
65 &get, sizeof(get)); in rpi_exp_gpio_get_polarity()
66 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_polarity()
67 dev_err(gc->parent, "Failed to get GPIO %u config (%d %x)\n", in rpi_exp_gpio_get_polarity()
68 off, ret, get.gpio); in rpi_exp_gpio_get_polarity()
71 return get.polarity; in rpi_exp_gpio_get_polarity()
135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local
140 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_direction()
143 &get, sizeof(get)); in rpi_exp_gpio_get_direction()
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-raspberrypi-exp.c57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local
62 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_polarity()
65 &get, sizeof(get)); in rpi_exp_gpio_get_polarity()
66 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_polarity()
67 dev_err(gc->parent, "Failed to get GPIO %u config (%d %x)\n", in rpi_exp_gpio_get_polarity()
68 off, ret, get.gpio); in rpi_exp_gpio_get_polarity()
71 return get.polarity; in rpi_exp_gpio_get_polarity()
135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local
140 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_direction()
143 &get, sizeof(get)); in rpi_exp_gpio_get_direction()
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dsram243x.S51 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg
61 ldr r10, [r11] @ get current val
64 mvn r9, #0x4 @ mask to get clear bit2
71 /* get dll value */
72 add r11, r11, #0x4 @ get addr of status reg
73 ldr r10, [r11] @ get locked value
111 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl.
112 ldr r5, [r4] @ get value.
113 ldr r6, prcm_mask_val @ get value of mask
117 mov r3, #0x4000 @ get val for force
[all …]
Dsram242x.S51 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg
61 ldr r10, [r11] @ get current val
64 mvn r9, #0x4 @ mask to get clear bit2
71 /* get dll value */
72 add r11, r11, #0x4 @ get addr of status reg
73 ldr r10, [r11] @ get locked value
111 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl.
112 ldr r5, [r4] @ get value.
113 ldr r6, prcm_mask_val @ get value of mask
117 mov r3, #0x4000 @ get val for force
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dsram242x.S37 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg
47 ldr r10, [r11] @ get current val
50 mvn r9, #0x4 @ mask to get clear bit2
57 /* get dll value */
58 add r11, r11, #0x4 @ get addr of status reg
59 ldr r10, [r11] @ get locked value
97 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl.
98 ldr r5, [r4] @ get value.
99 ldr r6, prcm_mask_val @ get value of mask
103 mov r3, #0x4000 @ get val for force
[all …]
Dsram243x.S37 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg
47 ldr r10, [r11] @ get current val
50 mvn r9, #0x4 @ mask to get clear bit2
57 /* get dll value */
58 add r11, r11, #0x4 @ get addr of status reg
59 ldr r10, [r11] @ get locked value
97 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl.
98 ldr r5, [r4] @ get value.
99 ldr r6, prcm_mask_val @ get value of mask
103 mov r3, #0x4000 @ get val for force
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dsockios.h35 /* Get stamp (timeval) */
37 /* Get stamp (timespec) */
57 #define SIOCGIFNAME 0x8910 /* get iface name */
59 #define SIOCGIFCONF 0x8912 /* get iface list */
60 #define SIOCGIFFLAGS 0x8913 /* get flags */
62 #define SIOCGIFADDR 0x8915 /* get PA address */
64 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
66 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
68 #define SIOCGIFNETMASK 0x891b /* get network PA mask */
70 #define SIOCGIFMETRIC 0x891d /* get metric */
[all …]
/kernel/liteos_m/tools/
Dmem_analysis.py64 c.value = values.get('offsets')
66 c.value = values.get('section')
68 c.value = values.get('sizeH')
70 c.value = values.get('sizeD')
72 c.value = values.get('symbol')
74 c.value = values.get('lib')
76 c.value = values.get('obj')
86 target_list.append('{:<10s}'.format(values.get('offsets')))
87 target_list.append('{:<30s}'.format(values.get('section')))
88 target_list.append('{:<10}'.format(values.get('sizeH')))
[all …]
/kernel/linux/linux-4.19/include/uapi/linux/
Dsockios.h36 #define SIOCGIFNAME 0x8910 /* get iface name */
38 #define SIOCGIFCONF 0x8912 /* get iface list */
39 #define SIOCGIFFLAGS 0x8913 /* get flags */
41 #define SIOCGIFADDR 0x8915 /* get PA address */
43 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
45 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
47 #define SIOCGIFNETMASK 0x891b /* get network PA mask */
49 #define SIOCGIFMETRIC 0x891d /* get metric */
51 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */
53 #define SIOCGIFMTU 0x8921 /* get MTU size */
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/pmbus/
DKconfig21 If you say yes here you get hardware monitoring support for generic
33 If you say yes here you get hardware monitoring support for Analog
44 If you say yes here you get hardware monitoring support for the IBM
54 If you say yes here you get hardware monitoring support for the
64 If you say yes here you get hardware monitoring support for National
74 If you say yes here you get hardware monitoring support for Linear
85 If you say yes here you get regulator support for Linear
92 If you say yes here you get hardware monitoring support for Linear
102 If you say yes here you get hardware monitoring support for Maxim
112 If you say yes here you get hardware monitoring support for Maxim
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/
Dother.json28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.h25 /* get temperature sense power down */
28 /* get temperature sense ready */
31 /* get temperature sense ready latch high */
34 /* get temperature sense data */
43 /* get global microprocessor semaphore */
52 /* get soft reset */
59 /* get rx dma good octet counter */
62 /* get rx dma good packet counter */
65 /* get tx dma good octet counter */
68 /* get tx dma good packet counter */
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h21 HCLGE_MBX_GET_QINFO, /* (VF -> PF) get queue config */
22 HCLGE_MBX_GET_QDEPTH, /* (VF -> PF) get queue depth */
23 HCLGE_MBX_GET_TCINFO, /* (VF -> PF) get TC config */
24 HCLGE_MBX_GET_RETA, /* (VF -> PF) get RETA */
25 HCLGE_MBX_GET_RSS_KEY, /* (VF -> PF) get RSS key */
26 HCLGE_MBX_GET_MAC_ADDR, /* (VF -> PF) get MAC addr */
28 HCLGE_MBX_GET_BDNUM, /* (VF -> PF) get BD num */
29 HCLGE_MBX_GET_BUFSIZE, /* (VF -> PF) get buffer size */
30 HCLGE_MBX_GET_STREAMID, /* (VF -> PF) get stream id */
32 HCLGE_MBX_SET_TSOSTATS, /* (VF -> PF) get tso stats */
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json19 "verifyCmd": "$TC actions get action ife index 2",
43 "verifyCmd": "$TC actions get action ife index 2",
67 "verifyCmd": "$TC actions get action ife index 2",
91 "verifyCmd": "$TC actions get action ife index 2",
115 "verifyCmd": "$TC actions get action ife index 2",
139 "verifyCmd": "$TC actions get action ife index 2",
163 "verifyCmd": "$TC actions get action ife index 90",
187 "verifyCmd": "$TC actions get action ife index 90",
209 "verifyCmd": "$TC actions get action ife index 9",
233 "verifyCmd": "$TC actions get action ife index 9",
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.h27 /* get global microprocessor semaphore */
36 /* get soft reset */
43 /* get rx dma good octet counter lsw */
46 /* get rx dma good packet counter lsw */
49 /* get tx dma good octet counter lsw */
52 /* get tx dma good packet counter lsw */
55 /* get rx dma good octet counter msw */
58 /* get rx dma good packet counter msw */
61 /* get tx dma good octet counter msw */
64 /* get tx dma good packet counter msw */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json19 "verifyCmd": "$TC actions get action ife index 2",
43 "verifyCmd": "$TC actions get action ife index 2",
67 "verifyCmd": "$TC actions get action ife index 2",
91 "verifyCmd": "$TC actions get action ife index 2",
115 "verifyCmd": "$TC actions get action ife index 2",
139 "verifyCmd": "$TC actions get action ife index 2",
163 "verifyCmd": "$TC actions get action ife index 90",
187 "verifyCmd": "$TC actions get action ife index 90",
209 "verifyCmd": "$TC actions get action ife index 9",
233 "verifyCmd": "$TC actions get action ife index 9",
[all …]

12345678910>>...353