Home
last modified time | relevance | path

Searched full:68 (Results 1 – 25 of 1756) sorted by relevance

12345678910>>...71

/Linux-v6.1/arch/m68k/kernel/
Dsys_m68k.c60 ".chip 68k" \
82 ".chip 68k"); in cache_flush_040()
88 ".chip 68k"); in cache_flush_040()
95 ".chip 68k"); in cache_flush_040()
134 ".chip 68k" in cache_flush_040()
141 ".chip 68k" in cache_flush_040()
149 ".chip 68k" in cache_flush_040()
191 ".chip 68k" in cache_flush_040()
198 ".chip 68k" in cache_flush_040()
206 ".chip 68k" in cache_flush_040()
[all …]
Drelocate_kernel.S38 .chip 68k
62 .chip 68k
73 .chip 68k
130 .chip 68k
147 .chip 68k
Dsignal.c57 * Handle the slight differences in classic 68k and ColdFire trap frames.
129 ".chip 68k" in push_cache()
139 ".chip 68k" in push_cache()
146 ".chip 68k" in push_cache()
151 ".chip 68k" in push_cache()
307 __asm__ volatile (".chip 68k/68881\n\t" in restore_fpu_state()
310 ".chip 68k" in restore_fpu_state()
320 __asm__ volatile (".chip 68k/68881\n\t" in restore_fpu_state()
322 ".chip 68k" in restore_fpu_state()
398 __asm__ volatile (".chip 68k/68881\n\t" in rt_restore_fpu_state()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dda9211.txt22 pmic: da9211@68 {
42 pmic: da9212@68 {
68 pmic: da9213@68 {
86 pmic: da9223@68 {
104 pmic: da9214@68 {
130 pmic: da9224@68 {
156 pmic: da9215@68 {
182 pmic: da9225@68 {
/Linux-v6.1/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c349 20, 16, 25, 39, 50, 46, 62, 68,
350 16, 18, 23, 38, 38, 53, 65, 68,
351 25, 23, 31, 38, 53, 65, 68, 68,
352 39, 38, 38, 53, 65, 68, 68, 68,
353 50, 38, 53, 65, 68, 68, 68, 68,
354 46, 53, 65, 68, 68, 68, 68, 68,
355 62, 65, 68, 68, 68, 68, 68, 68,
356 68, 68, 68, 68, 68, 68, 68, 68
392 21, 25, 32, 38, 54, 68, 68, 68,
393 25, 28, 24, 38, 54, 68, 68, 68,
[all …]
/Linux-v6.1/drivers/staging/iio/meter/
DKconfig8 tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
11 Say yes here to build support for Analog Devices ADE7854/58/68/78 Polyphase
22 Say Y here if you have ADE7854/58/68/78 hooked to an I2C bus.
32 Say Y here if you have ADE7854/58/68/78 hooked to a SPI bus.
/Linux-v6.1/drivers/media/dvb-frontends/
Dsi2168_priv.h29 #define SI2168_CHIP_ID_A20 ('A' << 24 | 68 << 16 | '2' << 8 | '0' << 0)
30 #define SI2168_CHIP_ID_A30 ('A' << 24 | 68 << 16 | '3' << 8 | '0' << 0)
31 #define SI2168_CHIP_ID_B40 ('B' << 24 | 68 << 16 | '4' << 8 | '0' << 0)
32 #define SI2168_CHIP_ID_D60 ('D' << 24 | 68 << 16 | '6' << 8 | '0' << 0)
/Linux-v6.1/Documentation/devicetree/bindings/dma/
Dsocionext,uniphier-mio-dmac.yaml52 // In the example below, "interrupts = <0 68 4>, <0 68 4>, ..." is not a
58 interrupts = <0 68 4>, <0 68 4>, <0 69 4>, <0 70 4>,
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dar9002_phy.h170 #define AR_PHY_SPECTRAL_SCAN_ENA 0x00000001 /* Enable spectral scan, reg 68, bit 0 */
171 #define AR_PHY_SPECTRAL_SCAN_ENA_S 0 /* Enable spectral scan, reg 68, bit 0 */
172 #define AR_PHY_SPECTRAL_SCAN_ACTIVE 0x00000002 /* Activate spectral scan reg 68, bit 1*/
173 #define AR_PHY_SPECTRAL_SCAN_ACTIVE_S 1 /* Activate spectral scan reg 68, bit 1*/
174 #define AR_PHY_SPECTRAL_SCAN_FFT_PERIOD 0x000000F0 /* Interval for FFT reports, reg 68, bits 4-7*/
176 #define AR_PHY_SPECTRAL_SCAN_PERIOD 0x0000FF00 /* Interval for FFT reports, reg 68, bits 8-15*/
178 #define AR_PHY_SPECTRAL_SCAN_COUNT 0x00FF0000 /* Number of reports, reg 68, bits 16-23*/
180 #define AR_PHY_SPECTRAL_SCAN_COUNT_KIWI 0x0FFF0000 /* Number of reports, reg 68, bits 16-27*/
182 #define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT 0x01000000 /* Short repeat, reg 68, bit 24*/
183 #define AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_KIWI 0x10000000 /* Short repeat, reg 68, bit 28*/
/Linux-v6.1/drivers/net/wireless/intersil/orinoco/
Dscan.c183 * Different firmwares have 68 or 76 byte long atoms. in orinoco_add_hostscan_results()
186 * frame for a 68-byte atom. 76-byte atoms have 0 there. in orinoco_add_hostscan_results()
189 atom_len = 68; in orinoco_add_hostscan_results()
190 else if (len % 68) in orinoco_add_hostscan_results()
192 else if (len >= 1292 && buf[68] == 0) in orinoco_add_hostscan_results()
195 atom_len = 68; in orinoco_add_hostscan_results()
/Linux-v6.1/tools/thermal/tmon/
Dtmon.8120 7 65.0 68 70 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0
121 8 65.0 68 68 0 0 0 0 0 0 0 0 0 0 5 5 5 5 6 0
122 9 65.0 68 68 0 0 0 0 0 0 0 0 0 0 6 6 6 6 6 0
/Linux-v6.1/Documentation/ABI/testing/
Dprocfs-smaps_rollup25 Pss_Dirty: 68 kB
32 Private_Dirty: 68 kB
34 Anonymous: 68 kB
/Linux-v6.1/arch/m68k/mm/
Dcache.c25 ".chip 68k\n" in virt_to_phys_slow()
45 ".chip 68k" in virt_to_phys_slow()
77 ".chip 68k" in flush_icache_user_range()
116 ".chip 68k" in flush_icache_user_page()
/Linux-v6.1/net/mctp/test/
Droute-test.c211 {.mtu = 68, .msgsize = 63, .n_frags = 1},
212 {.mtu = 68, .msgsize = 64, .n_frags = 1},
213 {.mtu = 68, .msgsize = 65, .n_frags = 2},
214 {.mtu = 68, .msgsize = 66, .n_frags = 2},
215 {.mtu = 68, .msgsize = 127, .n_frags = 2},
216 {.mtu = 68, .msgsize = 128, .n_frags = 2},
217 {.mtu = 68, .msgsize = 129, .n_frags = 3},
218 {.mtu = 68, .msgsize = 130, .n_frags = 3},
246 rt = mctp_test_create_route(&init_net, dev->mdev, 8, 68); in mctp_test_rx_input()
297 rt = mctp_test_create_route(&init_net, dev->mdev, 8, 68); in __mctp_route_test_init()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/rtc/
Disil,isl12057.txt31 isl12057: isl12057@68 {
57 isl12057: isl12057@68 {
70 isl12057: isl12057@68 {
/Linux-v6.1/Documentation/scsi/
Daic79xx.rst43 68-pin, two internal 68-pin)
46 68-pin, two internal 68-pin)
49 and one internal 68-pin)
52 and one internal 68-pin) based on the
56 68-pin, two internal 68-pin, one
60 68-pin, two internal 68-pin, one
65 68-pin)
69 68-pin)
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dmicrochip,pdmc.yaml91 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
94 clocks = <&pmc PMC_TYPE_PERIPHERAL 68>, <&pmc PMC_TYPE_GCK 68>;
/Linux-v6.1/drivers/staging/media/ipu3/
Dipu3-tables.c38 { 0, -14, 86, 7, 68, -12, 0 },
42 { 0, -12, 68, 7, 86, -14, 0 },
103 { 0, -14, 86, 7, 68, -12, 0 },
107 { 0, -12, 68, 7, 86, -14, 0 },
778 { 0, -11, 68, 7, 80, -8, -1 },
806 { -1, -8, 80, 7, 68, -11, 0 },
843 { 0, -11, 68, 7, 80, -8, -1 },
871 { -1, -8, 80, 7, 68, -11, 0 },
1020 { -1, -8, 68, 7, 76, -5, -2 },
1043 { -2, -5, 76, 7, 68, -8, -1 },
[all …]
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbtcoex.c65 * @reg68: saved value of btc_params 68
66 * @saved_regs_part1: flag indicating regs 66,41,68
241 brcmf_btcoex_params_read(ifp, 68, &btci->reg68); in btcmf_btcoex_save_part1()
244 "saved btc_params regs (66,41,68) 0x%x 0x%x 0x%x\n", in btcmf_btcoex_save_part1()
262 brcmf_btcoex_params_write(ifp, 68, btci->reg68); in brcmf_btcoex_restore_part1()
264 "restored btc_params regs {66,41,68} 0x%x 0x%x 0x%x\n", in brcmf_btcoex_restore_part1()
417 brcmf_btcoex_params_write(ifp, 68, BRCMF_BT_DHCP_REG68); in brcmf_btcoex_dhcp_start()
/Linux-v6.1/arch/arm/boot/dts/
Ddra74x-p.dtsi24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
26 ti,irqs-skip = <10 67 68 133 139 140>;
/Linux-v6.1/arch/m68k/68000/
DMakefile11 # 68328, 68EZ328, 68VZ328
/Linux-v6.1/arch/m68k/include/asm/
Dtlbflush.h19 ".chip 68k" in flush_tlb_kernel_page()
36 ".chip 68k"); in __flush_tlb()
46 ".chip 68k" in __flush_tlb040_one()
72 ".chip 68k"); in flush_tlb_all()
/Linux-v6.1/drivers/media/radio/
Dradio-sf16fmr2.c174 tc9154a_set_attenuation(fmr2, abs(left - 68), TC9154A_CHANNEL_LEFT); in fmr2_s_ctrl()
175 tc9154a_set_attenuation(fmr2, abs(right - 68), TC9154A_CHANNEL_RIGHT); in fmr2_s_ctrl()
190 …fmr2->volume = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_VOLUME, 0, 68,… in fmr2_tea_ext_init()
191 …nce = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_BALANCE, -68, 68, 2, 0); in fmr2_tea_ext_init()
/Linux-v6.1/drivers/staging/media/rkvdec/
Drkvdec-h264.c212 CABAC_ENTRY(68, 13, 41, 13, 41, 13, 41, 13, 41),
236 CABAC_ENTRY(90, -1, 65, 0, 65, 4, 61, -2, 68),
248 CABAC_ENTRY(102, 0, 68, 0, 68, 3, 68, -5, 82),
258 CABAC_ENTRY(110, 5, 50, -12, 87, -8, 72, -4, 68),
259 CABAC_ENTRY(111, -3, 68, -23, 110, -16, 89, -12, 84),
296 CABAC_ENTRY(148, 13, 68, 18, 55, 13, 91, 18, 59),
302 CABAC_ENTRY(154, 5, 44, 9, 32, -3, 68, -11, 75),
375 CABAC_ENTRY(225, -2, 89, 10, 67, 26, 38, 12, 68),
395 CABAC_ENTRY(243, -7, 71, -17, 91, -16, 88, -8, 68),
444 CABAC_ENTRY(291, -5, 91, -8, 95, -10, 99, 3, 68),
[all …]
/Linux-v6.1/drivers/iio/adc/
Dsc27xx_adc.c224 return SC27XX_VOLT_RATIO(68, 900); in sc2720_adc_get_ratio()
226 return SC27XX_VOLT_RATIO(68, 1760); in sc2720_adc_get_ratio()
228 return SC27XX_VOLT_RATIO(68, 2327); in sc2720_adc_get_ratio()
230 return SC27XX_VOLT_RATIO(68, 3654); in sc2720_adc_get_ratio()
295 return SC27XX_VOLT_RATIO(68, 900); in sc2721_adc_get_ratio()
312 return SC27XX_VOLT_RATIO(68, 900); in sc2730_adc_get_ratio()
314 return SC27XX_VOLT_RATIO(68, 1760); in sc2730_adc_get_ratio()
316 return SC27XX_VOLT_RATIO(68, 2327); in sc2730_adc_get_ratio()
318 return SC27XX_VOLT_RATIO(68, 3654); in sc2730_adc_get_ratio()

12345678910>>...71