Home
last modified time | relevance | path

Searched +full:8 +full:dev (Results 1 – 25 of 3259) sorted by relevance

12345678910>>...131

/linux/drivers/pnp/pnpbios/
H A Drsparser.c56 static void pnpbios_parse_allocated_ioresource(struct pnp_dev *dev, in pnpbios_parse_allocated_ioresource() argument
65 pnp_add_io_resource(dev, start, end, flags); in pnpbios_parse_allocated_ioresource()
68 static void pnpbios_parse_allocated_memresource(struct pnp_dev *dev, in pnpbios_parse_allocated_memresource() argument
77 pnp_add_mem_resource(dev, start, end, flags); in pnpbios_parse_allocated_memresource()
80 static unsigned char *pnpbios_parse_allocated_resource_data(struct pnp_dev *dev, in pnpbios_parse_allocated_resource_data() argument
90 pnp_dbg(&dev->dev, "parse allocated resources\n"); in pnpbios_parse_allocated_resource_data()
92 pnp_init_resources(dev); in pnpbios_parse_allocated_resource_data()
98 len = (p[2] << 8) | p[1]; in pnpbios_parse_allocated_resource_data()
112 pnpbios_parse_allocated_memresource(dev, io, size); in pnpbios_parse_allocated_resource_data()
128 pnpbios_parse_allocated_memresource(dev, io, size); in pnpbios_parse_allocated_resource_data()
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dtaprio.json4 "name": "Add taprio Qdisc to multi-queue device (8 queues)",
13 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device"
15 …"cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2…
17 "verifyCmd": "$TC qdisc show dev $ETH",
35 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device"
37 …"cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2…
39 "verifyCmd": "$TC qdisc show dev $ETH",
47 "id": "8d92",
57 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device"
59 …"cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2…
[all …]
H A Ddepth.json13 "$TC qdisc add dev $DUMMY root handle 1: htb default 1",
14 "$TC class add dev $DUMMY parent 1: classid 1:1 htb rate 10mbit",
15 "$TC qdisc add dev $DUMMY parent 1:1 handle 2: htb default 1",
16 "$TC class add dev $DUMMY parent 2: classid 2:1 htb rate 10mbit",
17 "$TC qdisc add dev $DUMMY parent 2:1 handle 3: htb default 1",
18 "$TC class add dev $DUMMY parent 3: classid 3:1 htb rate 10mbit",
19 "$TC qdisc add dev $DUMMY parent 3:1 handle 4: htb default 1",
20 "$TC class add dev $DUMMY parent 4: classid 4:1 htb rate 10mbit",
21 "$TC qdisc add dev $DUMMY parent 4:1 handle 5: htb default 1",
22 "$TC class add dev $DUMMY parent 5: classid 5:1 htb rate 10mbit",
[all …]
H A Dmqprio.json4 "name": "Add mqprio Qdisc to multi-queue device (8 queues)",
13 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device"
15 …"cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: mqprio num_tc 8 map 0 1 2 3 4 5 6 7 queues …
17 "verifyCmd": "$TC qdisc show dev $ETH",
18 …"matchPattern": "qdisc mqprio 1: root tc 8 map 0 1 2 3 4 5 6 7 0 0 0 0 0 0 0 0.*queues:\\(0:0\\) \…
37 "cmdUnderTest": "$TC qdisc del dev $ETH root handle 1: mqprio",
39 "verifyCmd": "$TC qdisc show dev $ETH",
57 "echo \"1 1 8\" > /sys/bus/netdevsim/new_device",
58 …"$TC qdisc add dev $ETH root handle 1: mqprio num_tc 8 map 0 1 2 3 4 5 6 7 queues 1@0 1@1 1@2 1@3 …
59 "$TC qdisc del dev $ETH root handle 1:"
[all …]
/linux/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c13 …*clip_format |= (( ((palette&0xf00)>>8) << 30) | ((palette&0x00f) << 24) | (((palette&0x0f0)>>4) … in calculate_output_format_register()
16 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_c… in calculate_hps_source_and_sync() argument
48 {0x00, 2}, {0x02, 4}, {0x00, 4}, {0x06, 8}, {0x02, 8},
49 {0x08, 8}, {0x00, 8}, {0x1E, 16}, {0x0E, 8}, {0x26, 8},
50 {0x06, 8}, {0x42, 8}, {0x02, 8}, {0x80, 8}, {0x00, 8},
51 {0xFE, 16}, {0xFE, 8}, {0x7E, 8}, {0x7E, 8}, {0x3E, 8},
52 {0x3E, 8}, {0x1E, 8}, {0x1E, 8}, {0x0E, 8}, {0x0E, 8},
53 {0x06, 8}, {0x06, 8}, {0x02, 8}, {0x02, 8}, {0x00, 8},
54 {0x00, 8}, {0xFE, 16}, {0xFE, 8}, {0xFE, 8}, {0xFE, 8},
55 {0xFE, 8}, {0xFE, 8}, {0xFE, 8}, {0xFE, 8}, {0xFE, 8},
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c35 static unsigned int b43_lpphy_op_get_default_chan(struct b43_wldev *dev) in b43_lpphy_op_get_default_chan() argument
37 if (b43_current_band(dev->wl) == NL80211_BAND_2GHZ) in b43_lpphy_op_get_default_chan()
42 static int b43_lpphy_op_allocate(struct b43_wldev *dev) in b43_lpphy_op_allocate() argument
49 dev->phy.lp = lpphy; in b43_lpphy_op_allocate()
54 static void b43_lpphy_op_prepare_structs(struct b43_wldev *dev) in b43_lpphy_op_prepare_structs() argument
56 struct b43_phy *phy = &dev->phy; in b43_lpphy_op_prepare_structs()
65 static void b43_lpphy_op_free(struct b43_wldev *dev) in b43_lpphy_op_free() argument
67 struct b43_phy_lp *lpphy = dev->phy.lp; in b43_lpphy_op_free()
70 dev->phy.lp = NULL; in b43_lpphy_op_free()
74 static void lpphy_read_band_sprom(struct b43_wldev *dev) in lpphy_read_band_sprom() argument
[all …]
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c59 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_status() local
62 reg = cedrus_read(dev, VE_DEC_H265_STATUS); in cedrus_h265_irq_status()
74 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_clear() local
76 cedrus_write(dev, VE_DEC_H265_STATUS, VE_DEC_H265_STATUS_CHECK_MASK); in cedrus_h265_irq_clear()
81 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_disable() local
82 u32 reg = cedrus_read(dev, VE_DEC_H265_CTRL); in cedrus_h265_irq_disable()
86 cedrus_write(dev, VE_DEC_H265_CTRL, reg); in cedrus_h265_irq_disable()
89 static void cedrus_h265_sram_write_offset(struct cedrus_dev *dev, u32 offset) in cedrus_h265_sram_write_offset() argument
91 cedrus_write(dev, VE_DEC_H265_SRAM_OFFSET, offset); in cedrus_h265_sram_write_offset()
94 static void cedrus_h265_sram_write_data(struct cedrus_dev *dev, void *data, in cedrus_h265_sram_write_data() argument
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c24 struct mt7915_dev *dev = data; in mt7915_implicit_txbf_set() local
29 dev->ibf = !!val; in mt7915_implicit_txbf_set()
31 return mt7915_mcu_set_txbf(dev, MT_BF_TYPE_UPDATE); in mt7915_implicit_txbf_set()
37 struct mt7915_dev *dev = data; in mt7915_implicit_txbf_get() local
39 *val = dev->ibf; in mt7915_implicit_txbf_get()
53 struct mt7915_dev *dev = phy->dev; in mt7915_sys_recovery_set() local
72 * 8: trigger firmware crash. in mt7915_sys_recovery_set()
75 ret = mt7915_mcu_set_ser(dev, 0, 0, band); in mt7915_sys_recovery_set()
83 ret = mt7915_mcu_set_ser(dev, SER_ENABLE, BIT(val), band); in mt7915_sys_recovery_set()
87 ret = mt7915_mcu_set_ser(dev, SER_RECOVER, val, band); in mt7915_sys_recovery_set()
[all …]
/linux/drivers/pnp/isapnp/
H A Dcore.c80 #define ISAPNP_CFG_PORT 0x60 /* 8 * word */
89 #define ISAPNP_MAX_PORT 8
127 val = (val << 8) + isapnp_read_byte(idx + 1); in isapnp_read_word()
139 isapnp_write_byte(idx, val >> 8); in isapnp_write_word()
297 data = read_data() << 8; in isapnp_isolate()
309 data = read_data() << 8; in isapnp_isolate()
361 *size = (tmp[1] << 8) | tmp[0]; in isapnp_read_tag()
386 struct pnp_dev *dev; in isapnp_parse_device() local
388 char id[8]; in isapnp_parse_device()
391 eisa_id = tmp[0] | tmp[1] << 8 | tmp[2] << 16 | tmp[3] << 24; in isapnp_parse_device()
[all …]
/linux/drivers/comedi/drivers/
H A Dni_daq_700.c22 * or 8 differential channels, and three input ranges.
25 * port, bit 0; channel 8 corresponds to the input port, bit 0.
27 * Digital direction configuration: channels 0-7 output, 8-15 input.
47 #define DIO_W 0x04 /* WO 8bit */
48 #define DIO_R 0x05 /* RO 8bit */
49 #define CMD_R1 0x00 /* WO 8bit */
50 #define CMD_R2 0x07 /* RW 8bit */
51 #define CMD_R3 0x05 /* W0 8bit */
52 #define STA_R1 0x00 /* RO 8bit */
53 #define STA_R2 0x01 /* RO 8bit */
[all …]
H A Dpcl730.c34 * all registers are 8-bit.
46 * BASE+1 Isolated outputs 8-15 (write) / inputs 8-15 (read)
48 * BASE+3 TTL outputs 8-15 (write) / inputs 8-15 (read)
60 * BASE+1 Isolated outputs 8-15 (write) (read back)
62 * BASE+3 Isolated inputs 8-15 (read)
67 * BASE+1 Isolated outputs 8-15 (write) or inputs 8-15 (read)
74 * BASE+1 Isolated outputs 8-15 (write) (read back)
76 * BASE+3 Isolated inputs 8-15 (read)
85 * BASE+5 Change detect 15-8 status register (read)
90 * BASE+1 Isolated outputs 8-15 (write)
[all …]
/linux/drivers/mfd/
H A Dmt6360-core.c29 struct device *dev; member
84 /* REG 1 -> 8 ~ 15 */
133 /* REG 8 -> 64 ~ 71 */
183 REGMAP_IRQ_REG_LINE(MT6360_CHG_TREG_EVT, 8),
184 REGMAP_IRQ_REG_LINE(MT6360_CHG_AICR_EVT, 8),
185 REGMAP_IRQ_REG_LINE(MT6360_CHG_MIVR_EVT, 8),
186 REGMAP_IRQ_REG_LINE(MT6360_PWR_RDY_EVT, 8),
187 REGMAP_IRQ_REG_LINE(MT6360_CHG_BATSYSUV_EVT, 8),
188 REGMAP_IRQ_REG_LINE(MT6360_FLED_CHG_VINOVP_EVT, 8),
189 REGMAP_IRQ_REG_LINE(MT6360_CHG_VSYSUV_EVT, 8),
[all …]
/linux/drivers/net/ethernet/8390/
H A Dstnic.c59 static void stnic_reset (struct net_device *dev);
60 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
62 static void stnic_block_input (struct net_device *dev, int count,
64 static void stnic_block_output (struct net_device *dev, int count,
67 static void stnic_init (struct net_device *dev);
89 val = (*(vhalf *) (PA_83902 + ((reg) << 1)) >> 8) & 0xff; in STNIC_READ()
97 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()
103 struct net_device *dev; in stnic_probe() local
112 dev = alloc_ei_netdev(); in stnic_probe()
113 if (!dev) in stnic_probe()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Devergreen_cs.c52 struct radeon_bo *cb_color_fmask_bo[8]; /* unused */
53 struct radeon_bo *cb_color_cmask_bo[8]; /* unused */
60 u32 cb_color_cmask_slice[8];/* unused */
61 u32 cb_color_fmask_slice[8];/* unused */
111 case 8: in evergreen_cs_get_num_banks()
123 for (i = 0; i < 8; i++) { in evergreen_cs_track_init()
216 dev_warn(p->dev, "%s:%d %s pitch %d invalid must be aligned with %d\n", in evergreen_surface_check_linear_aligned()
231 palign = track->group_size / (8 * surf->bpe * surf->nsamples); in evergreen_surface_check_1d()
232 palign = MAX(8, palign); in evergreen_surface_check_1d()
236 surf->halign = 8; in evergreen_surface_check_1d()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_offload.sh42 local unoffloaded=$(tc q sh dev $h1 invisible |
57 tc qdisc add dev $h1 $locus handle $handle \
58 ets bands 8 priomap 7 6 5 4 3 2 1 0
60 tc qdisc del dev $h1 $locus
68 tc qdisc add dev $h1 $locus handle $handle \
69 prio bands 8 priomap 7 6 5 4 3 2 1 0
71 tc qdisc del dev $h1 $locus
79 tc qdisc add dev $h1 $locus handle $handle \
82 tc qdisc del dev $h1 $locus
90 tc qdisc add dev $h1 $locus handle $handle \
[all …]
/linux/drivers/power/supply/
H A Drt9471.c131 RT9471_PORTSTAT_APPLE_10W = 8,
155 struct device *dev; member
562 struct device *dev = chip->dev; in rt9471_register_interrupts() local
583 ret = devm_request_threaded_irq(dev, virq, NULL, curr->handler, in rt9471_register_interrupts()
586 return dev_err_probe(dev, ret, "Failed to register IRQ (%s)\n", in rt9471_register_interrupts()
627 struct device *dev = chip->dev; in rt9471_register_otg_regulator() local
628 struct regulator_config cfg = { .dev = dev, .driver_data = chip }; in rt9471_register_otg_regulator()
630 chip->otg_rdev = devm_regulator_register(dev, &rt9471_otg_rdesc, &cfg); in rt9471_register_otg_regulator()
635 static inline struct rt9471_chip *psy_device_to_chip(struct device *dev) in psy_device_to_chip() argument
637 return power_supply_get_drvdata(to_power_supply(dev)); in psy_device_to_chip()
[all …]
/linux/drivers/char/agp/
H A Dsis-agp.c29 pci_read_config_byte(agp_bridge->dev, SIS_APSIZE, &temp_size); in sis_fetch_size()
48 pci_write_config_byte(agp_bridge->dev, SIS_TLBFLUSH, 0x02); in sis_tlbflush()
56 pci_write_config_byte(agp_bridge->dev, SIS_TLBCNTRL, 0x05); in sis_configure()
57 agp_bridge->gart_bus_addr = pci_bus_address(agp_bridge->dev, in sis_configure()
59 pci_write_config_dword(agp_bridge->dev, SIS_ATTBASE, in sis_configure()
61 pci_write_config_byte(agp_bridge->dev, SIS_APSIZE, in sis_configure()
71 pci_write_config_byte(agp_bridge->dev, SIS_APSIZE, in sis_cleanup()
81 dev_info(&agp_bridge->dev->dev, "AGP %d.%d bridge\n", in sis_delayed_enable()
84 pci_read_config_dword(agp_bridge->dev, agp_bridge->capndx + PCI_AGP_STATUS, &command); in sis_delayed_enable()
94 dev_info(&agp_bridge->dev->dev, "putting AGP V3 device at %s into %dx mode\n", in sis_delayed_enable()
[all …]
/linux/sound/soc/codecs/
H A Dcs35l41-lib.c71 static bool cs35l41_readable_reg(struct device *dev, unsigned int reg) in cs35l41_readable_reg() argument
360 static bool cs35l41_precious_reg(struct device *dev, unsigned int reg) in cs35l41_precious_reg() argument
376 static bool cs35l41_volatile_reg(struct device *dev, unsigned int reg) in cs35l41_volatile_reg() argument
439 { 0x00003950, 8, 7 }, /*BST_ATRIM_IADC_GAIN1*/
440 { 0x00003950, 16, 8 }, /*BST_ATRIM_IPKCOMP_OFFSET1*/
441 { 0x00003950, 24, 8 }, /*BST_ATRIM_IPKCOMP_GAIN1*/
443 { 0x00003954, 8, 7 }, /*BST_ATRIM_IADC_GAIN2*/
444 { 0x00003954, 16, 8 }, /*BST_ATRIM_IPKCOMP_OFFSET2*/
445 { 0x00003954, 24, 8 }, /*BST_ATRIM_IPKCOMP_GAIN2*/
447 { 0x00003958, 8, 7 }, /*BST_ATRIM_IADC_GAIN3*/
[all …]
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk.dtsi78 0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */
79 0xa40 8 0xa40 8 0x840 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 1: dsp1 */
80 0xa44 8 0xa44 8 0x844 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 2: dsp2 */
81 0xa48 8 0xa48 8 0x848 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 3: dsp3 */
82 0xa4c 8 0xa4c 8 0x84c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 4: dsp4 */
83 0xa50 8 0xa50 8 0x850 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 5: dsp5 */
84 0xa54 8 0xa54 8 0x854 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 6: dsp6 */
85 0xa58 8 0xa58 8 0x858 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 7: dsp7 */
96 gpio,syscon-dev = <&devctrl 0x240>;
104 gpio,syscon-dev = <&devctrl 0x244>;
[all …]
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-cp110.c43 MPP_FUNCTION(1, "dev", "ale1"),
49 MPP_FUNCTION(8, "uart0", "rxd"),
54 MPP_FUNCTION(1, "dev", "ale0"),
60 MPP_FUNCTION(8, "uart0", "txd"),
65 MPP_FUNCTION(1, "dev", "ad15"),
72 MPP_FUNCTION(8, "uart1", "rxd"),
77 MPP_FUNCTION(1, "dev", "ad14"),
84 MPP_FUNCTION(8, "uart1", "txd"),
89 MPP_FUNCTION(1, "dev", "ad13"),
96 MPP_FUNCTION(8, "uart3", "rxd"),
[all …]
/linux/drivers/base/regmap/
H A Dregmap-w1.c18 * 1-Wire slaves registers with addess 8 bit and data 8 bit
23 struct device *dev = context; in w1_reg_a8_v8_read() local
24 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v8_read()
45 struct device *dev = context; in w1_reg_a8_v8_write() local
46 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v8_write()
66 * 1-Wire slaves registers with addess 8 bit and data 16 bit
72 struct device *dev = context; in w1_reg_a8_v16_read() local
73 struct w1_slave *sl = container_of(dev, struct w1_slave, dev); in w1_reg_a8_v16_read()
84 *val |= w1_read_8(sl->master)<<8; in w1_reg_a8_v16_read()
96 struct device *dev = context; in w1_reg_a8_v16_write() local
[all …]
/linux/drivers/media/rc/
H A Dir-sanyo-decoder.c9 // 8 bits Key data
10 // 8 bits NOT(Key data)
19 #define SANYO_NBITS (13+13+8+8)
22 #define SANYO_HEADER_SPACE (8 * SANYO_UNIT)
41 * @dev: the struct rc_dev descriptor of the device
46 static int ir_sanyo_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sanyo_decode() argument
48 struct sanyo_dec *data = &dev->raw->sanyo; in ir_sanyo_decode()
55 dev_dbg(&dev->dev, "SANYO event overflow received. reset to state 0\n"); in ir_sanyo_decode()
61 dev_dbg(&dev->dev, "SANYO decode started at state %d (%uus %s)\n", in ir_sanyo_decode()
104 rc_repeat(dev); in ir_sanyo_decode()
[all …]
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.c32 mt7601u_efuse_read(struct mt7601u_dev *dev, u16 addr, u8 *data, in mt7601u_efuse_read() argument
38 val = mt76_rr(dev, MT_EFUSE_CTRL); in mt7601u_efuse_read()
44 mt76_wr(dev, MT_EFUSE_CTRL, val); in mt7601u_efuse_read()
46 if (!mt76_poll(dev, MT_EFUSE_CTRL, MT_EFUSE_CTRL_KICK, 0, 1000)) in mt7601u_efuse_read()
49 val = mt76_rr(dev, MT_EFUSE_CTRL); in mt7601u_efuse_read()
59 val = mt76_rr(dev, MT_EFUSE_DATA(i)); in mt7601u_efuse_read()
67 mt7601u_efuse_physical_size_check(struct mt7601u_dev *dev) in mt7601u_efuse_physical_size_check() argument
75 ret = mt7601u_efuse_read(dev, MT_EE_USAGE_MAP_START + i * 16, in mt7601u_efuse_physical_size_check()
90 …dev_err(dev->dev, "Error: your device needs default EEPROM file and this driver doesn't support it… in mt7601u_efuse_physical_size_check()
98 mt7601u_has_tssi(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_has_tssi() argument
[all …]
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c39 ROT_IRQ_STATUS_COMPLETE = 8,
60 struct device *dev; member
110 pm_runtime_mark_last_busy(rot->dev); in rotator_irq_handler()
111 pm_runtime_put_autosuspend(rot->dev); in rotator_irq_handler()
224 ret = pm_runtime_resume_and_get(rot->dev); in rotator_commit()
226 dev_err(rot->dev, "failed to enable ROTATOR device.\n"); in rotator_commit()
244 static int rotator_bind(struct device *dev, struct device *master, void *data) in rotator_bind() argument
246 struct rot_context *rot = dev_get_drvdata(dev); in rotator_bind()
252 exynos_drm_register_dma(drm_dev, dev, &rot->dma_priv); in rotator_bind()
254 exynos_drm_ipp_register(dev, ipp, &ipp_funcs, in rotator_bind()
[all …]
H A Dexynos_drm_gsc.c36 #define GSC_MAX_CLOCKS 8
58 #define GSC_COEF_H_8T 8
63 #define get_gsc_context(dev) dev_get_drvdata(dev) argument
100 struct device *dev; member
130 /* 8-tap Filter Coefficient */
132 { /* Ratio <= 65536 (~8:8) */
136 { -1, 5, -15, 120, 25, -8, 2, 0 },
146 { 0, 2, -8, 25, 120, -15, 5, -1 },
149 }, { /* 65536 < Ratio <= 74898 (~8:7) */
150 { 3, -8, 14, 111, 13, -8, 3, 0 },
[all …]

12345678910>>...131