Home
last modified time | relevance | path

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

12345678910>>...206

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt76x0/
Deeprom.c20 mt76x0_efuse_physical_size_check(struct mt76x02_dev *dev) in mt76x0_efuse_physical_size_check() argument
26 ret = mt76x02_get_efuse_data(dev, MT_EE_USAGE_MAP_START, data, in mt76x0_efuse_physical_size_check()
40 dev_err(dev->mt76.dev, in mt76x0_efuse_physical_size_check()
48 static void mt76x0_set_chip_cap(struct mt76x02_dev *dev) in mt76x0_set_chip_cap() argument
50 u16 nic_conf0 = mt76x02_eeprom_get(dev, MT_EE_NIC_CONF_0); in mt76x0_set_chip_cap()
51 u16 nic_conf1 = mt76x02_eeprom_get(dev, MT_EE_NIC_CONF_1); in mt76x0_set_chip_cap()
53 mt76x02_eeprom_parse_hw_cap(dev); in mt76x0_set_chip_cap()
54 dev_dbg(dev->mt76.dev, "2GHz %d 5GHz %d\n", in mt76x0_set_chip_cap()
55 dev->mphy.cap.has_2ghz, dev->mphy.cap.has_5ghz); in mt76x0_set_chip_cap()
57 if (dev->no_2ghz) { in mt76x0_set_chip_cap()
[all …]
/Linux-v6.1/drivers/pnp/pnpbios/
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-v6.1/drivers/net/wireless/mediatek/mt76/mt76x2/
Deeprom.c15 mt76x2_eeprom_get_macaddr(struct mt76x02_dev *dev) in mt76x2_eeprom_get_macaddr() argument
17 void *src = dev->mt76.eeprom.data + MT_EE_MAC_ADDR; in mt76x2_eeprom_get_macaddr()
19 memcpy(dev->mphy.macaddr, src, ETH_ALEN); in mt76x2_eeprom_get_macaddr()
24 mt76x2_has_cal_free_data(struct mt76x02_dev *dev, u8 *efuse) in mt76x2_has_cal_free_data() argument
50 mt76x2_apply_cal_free_data(struct mt76x02_dev *dev, u8 *efuse) in mt76x2_apply_cal_free_data() argument
80 struct device_node *np = dev->mt76.dev->of_node; in mt76x2_apply_cal_free_data()
81 u8 *eeprom = dev->mt76.eeprom.data; in mt76x2_apply_cal_free_data()
94 if (!mt76x2_has_cal_free_data(dev, efuse)) in mt76x2_apply_cal_free_data()
116 eeprom[MT_EE_BT_VCDL_CALIBRATION + 1] = val >> 8; in mt76x2_apply_cal_free_data()
123 static int mt76x2_check_eeprom(struct mt76x02_dev *dev) in mt76x2_check_eeprom() argument
[all …]
/Linux-v6.1/drivers/net/dsa/b53/
Db53_mmap.c32 static int b53_mmap_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mmap_read8() argument
34 struct b53_mmap_priv *priv = dev->priv; in b53_mmap_read8()
37 *val = readb(regs + (page << 8) + reg); in b53_mmap_read8()
42 static int b53_mmap_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mmap_read16() argument
44 struct b53_mmap_priv *priv = dev->priv; in b53_mmap_read16()
50 if (dev->pdata && dev->pdata->big_endian) in b53_mmap_read16()
51 *val = ioread16be(regs + (page << 8) + reg); in b53_mmap_read16()
53 *val = readw(regs + (page << 8) + reg); in b53_mmap_read16()
58 static int b53_mmap_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mmap_read32() argument
60 struct b53_mmap_priv *priv = dev->priv; in b53_mmap_read32()
[all …]
/Linux-v6.1/drivers/mfd/
Dmt6370.c38 REGMAP_IRQ_REG_LINE(MT6370_IRQ_DIRCHGON, 8),
39 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_TREG, 8),
40 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_AICR, 8),
41 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_MIVR, 8),
42 REGMAP_IRQ_REG_LINE(MT6370_IRQ_PWR_RDY, 8),
43 REGMAP_IRQ_REG_LINE(MT6370_IRQ_FL_CHG_VINOVP, 8),
44 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_VSYSUV, 8),
45 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_VSYSOV, 8),
46 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_VBATOV, 8),
47 REGMAP_IRQ_REG_LINE(MT6370_IRQ_CHG_VINOVPCHG, 8),
[all …]
Dmt6360-core.c28 struct device *dev; member
83 /* REG 1 -> 8 ~ 15 */
132 /* REG 8 -> 64 ~ 71 */
182 REGMAP_IRQ_REG_LINE(MT6360_CHG_TREG_EVT, 8),
183 REGMAP_IRQ_REG_LINE(MT6360_CHG_AICR_EVT, 8),
184 REGMAP_IRQ_REG_LINE(MT6360_CHG_MIVR_EVT, 8),
185 REGMAP_IRQ_REG_LINE(MT6360_PWR_RDY_EVT, 8),
186 REGMAP_IRQ_REG_LINE(MT6360_CHG_BATSYSUV_EVT, 8),
187 REGMAP_IRQ_REG_LINE(MT6360_FLED_CHG_VINOVP_EVT, 8),
188 REGMAP_IRQ_REG_LINE(MT6360_CHG_VSYSUV_EVT, 8),
[all …]
/Linux-v6.1/drivers/base/
Dnode.c34 struct device *dev = kobj_to_dev(kobj); in cpumap_read() local
35 struct node *node_dev = to_node(dev); in cpumap_read()
42 cpumask_and(mask, cpumask_of_node(node_dev->dev.id), cpu_online_mask); in cpumap_read()
55 struct device *dev = kobj_to_dev(kobj); in cpulist_read() local
56 struct node *node_dev = to_node(dev); in cpulist_read()
63 cpumask_and(mask, cpumask_of_node(node_dev->dev.id), cpu_online_mask); in cpulist_read()
75 * @dev: Device for this memory access class
81 struct device dev; member
88 #define to_access_nodes(dev) container_of(dev, struct node_access_nodes, dev) argument
120 device_unregister(&c->dev); in node_remove_accesses()
[all …]
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/common/
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-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
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_fw_ser_set() local
54 bool ext_phy = phy != &dev->phy; in mt7915_fw_ser_set()
76 ret = mt7915_mcu_set_ser(dev, 0, 0, ext_phy); in mt7915_fw_ser_set()
84 ret = mt7915_mcu_set_ser(dev, SER_ENABLE, BIT(val), ext_phy); in mt7915_fw_ser_set()
88 ret = mt7915_mcu_set_ser(dev, SER_RECOVER, val, ext_phy); in mt7915_fw_ser_set()
[all …]
/Linux-v6.1/drivers/net/wireless/broadcom/b43/
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-v6.1/drivers/usb/misc/
Dcytherm.c50 static int vendor_command(struct usb_device *dev, unsigned char request, in vendor_command() argument
54 return usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in vendor_command()
67 static ssize_t brightness_show(struct device *dev, struct device_attribute *attr, char *buf) in brightness_show() argument
69 struct usb_interface *intf = to_usb_interface(dev); in brightness_show()
75 static ssize_t brightness_store(struct device *dev, struct device_attribute *attr, const char *buf, in brightness_store() argument
78 struct usb_interface *intf = to_usb_interface(dev); in brightness_store()
84 buffer = kmalloc(8, GFP_KERNEL); in brightness_store()
97 cytherm->brightness, buffer, 8); in brightness_store()
99 dev_dbg(&cytherm->udev->dev, "retval = %d\n", retval); in brightness_store()
102 0x01, buffer, 8); in brightness_store()
[all …]
/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c46 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_status() local
49 reg = cedrus_read(dev, VE_DEC_H265_STATUS); in cedrus_h265_irq_status()
61 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_clear() local
63 cedrus_write(dev, VE_DEC_H265_STATUS, VE_DEC_H265_STATUS_CHECK_MASK); in cedrus_h265_irq_clear()
68 struct cedrus_dev *dev = ctx->dev; in cedrus_h265_irq_disable() local
69 u32 reg = cedrus_read(dev, VE_DEC_H265_CTRL); in cedrus_h265_irq_disable()
73 cedrus_write(dev, VE_DEC_H265_CTRL, reg); in cedrus_h265_irq_disable()
76 static void cedrus_h265_sram_write_offset(struct cedrus_dev *dev, u32 offset) in cedrus_h265_sram_write_offset() argument
78 cedrus_write(dev, VE_DEC_H265_SRAM_OFFSET, offset); in cedrus_h265_sram_write_offset()
81 static void cedrus_h265_sram_write_data(struct cedrus_dev *dev, void *data, in cedrus_h265_sram_write_data() argument
[all …]
/Linux-v6.1/drivers/pnp/isapnp/
Dcore.c79 #define ISAPNP_CFG_PORT 0x60 /* 8 * word */
88 #define ISAPNP_MAX_PORT 8
126 val = (val << 8) + isapnp_read_byte(idx + 1); in isapnp_read_word()
138 isapnp_write_byte(idx, val >> 8); in isapnp_write_word()
296 data = read_data() << 8; in isapnp_isolate()
308 data = read_data() << 8; in isapnp_isolate()
360 *size = (tmp[1] << 8) | tmp[0]; in isapnp_read_tag()
385 struct pnp_dev *dev; in isapnp_parse_device() local
387 char id[8]; in isapnp_parse_device()
390 eisa_id = tmp[0] | tmp[1] << 8 | tmp[2] << 16 | tmp[3] << 24; in isapnp_parse_device()
[all …]
/Linux-v6.1/drivers/comedi/drivers/
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 …]
Daddi_apci_3xxx.c25 8, {
96 .name = "apci3000-8",
98 .ai_n_chan = 8,
123 .name = "apci3006-8",
125 .ai_n_chan = 8,
152 .name = "apci3010-8",
154 .ai_n_chan = 8,
185 .name = "apci3016-8",
187 .ai_n_chan = 8,
217 .name = "apci3100-8-4",
[all …]
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-v6.1/drivers/net/wireless/mediatek/mt76/
Dmt76x02_dfs.c30 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
36 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0,
39 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
45 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0,
48 RADAR_SPEC(0, 8, 2, 15, 106, 150, 10, 4900, 100096, 10, 0,
54 RADAR_SPEC(8, 8, 2, 9, 106, 150, 32, 4900, 296704, 32, 0,
60 RADAR_SPEC(0, 8, 2, 12, 106, 150, 5, 2900, 80100, 5, 0,
62 RADAR_SPEC(0, 8, 2, 7, 106, 140, 5, 27600, 27900, 5, 0,
69 RADAR_SPEC(0, 8, 2, 12, 106, 150, 5, 2900, 80100, 5, 0,
71 RADAR_SPEC(0, 8, 2, 7, 106, 140, 5, 27600, 27900, 5, 0,
[all …]
Dmt76x02_usb_mcu.c21 mt76x02u_multiple_mcu_reads(struct mt76_dev *dev, u8 *data, int len) in mt76x02u_multiple_mcu_reads() argument
23 struct mt76_usb *usb = &dev->usb; in mt76x02u_multiple_mcu_reads()
26 WARN_ON_ONCE(len / 8 != usb->mcu.rp_len); in mt76x02u_multiple_mcu_reads()
29 u32 reg = get_unaligned_le32(data + 8 * i) - usb->mcu.base; in mt76x02u_multiple_mcu_reads()
30 u32 val = get_unaligned_le32(data + 8 * i + 4); in mt76x02u_multiple_mcu_reads()
37 static int mt76x02u_mcu_wait_resp(struct mt76_dev *dev, u8 seq) in mt76x02u_mcu_wait_resp() argument
39 struct mt76_usb *usb = &dev->usb; in mt76x02u_mcu_wait_resp()
45 ret = mt76u_bulk_msg(dev, data, MCU_RESP_URB_SIZE, &len, in mt76x02u_mcu_wait_resp()
53 mt76x02u_multiple_mcu_reads(dev, data + 4, len - 8); in mt76x02u_mcu_wait_resp()
60 dev_err(dev->dev, "error: MCU resp evt:%lx seq:%hhx-%lx\n", in mt76x02u_mcu_wait_resp()
[all …]
Dmt76x02_debugfs.c12 struct mt76x02_dev *dev = file->private; in mt76x02_ampdu_stat_show() local
17 for (j = 0; j < 8; j++) in mt76x02_ampdu_stat_show()
18 seq_printf(file, "%8d | ", i * 8 + j + 1); in mt76x02_ampdu_stat_show()
21 for (j = 0; j < 8; j++) in mt76x02_ampdu_stat_show()
22 seq_printf(file, "%8d | ", in mt76x02_ampdu_stat_show()
23 dev->mt76.aggr_stats[i * 8 + j]); in mt76x02_ampdu_stat_show()
26 for (j = 0; j < 8; j++) in mt76x02_ampdu_stat_show()
38 struct mt76x02_dev *dev = dev_get_drvdata(file->private); in read_txpower() local
40 seq_printf(file, "Target power: %d\n", dev->target_power); in read_txpower()
42 mt76_seq_puts_array(file, "Delta", dev->target_power_delta, in read_txpower()
[all …]
/Linux-v6.1/drivers/net/ethernet/
Ddnet.c63 tmp = be16_to_cpup((const __be16 *)bp->dev->dev_addr); in __dnet_set_hwaddr()
65 tmp = be16_to_cpup((const __be16 *)(bp->dev->dev_addr + 2)); in __dnet_set_hwaddr()
67 tmp = be16_to_cpup((const __be16 *)(bp->dev->dev_addr + 4)); in __dnet_set_hwaddr()
96 eth_hw_addr_set(bp->dev, addr); in dnet_get_hwaddr()
113 value = (mii_id << 8); in dnet_mdio_read()
154 tmp |= (mii_id << 8); in dnet_mdio_write()
170 static void dnet_handle_link_change(struct net_device *dev) in dnet_handle_link_change() argument
172 struct dnet *bp = netdev_priv(dev); in dnet_handle_link_change()
173 struct phy_device *phydev = dev->phydev; in dnet_handle_link_change()
210 "10/100/1000!\n", dev->name, in dnet_handle_link_change()
[all …]
/Linux-v6.1/drivers/net/ethernet/8390/
Dstnic.c62 static void stnic_reset (struct net_device *dev);
63 static void stnic_get_hdr (struct net_device *dev, struct e8390_pkt_hdr *hdr,
65 static void stnic_block_input (struct net_device *dev, int count,
67 static void stnic_block_output (struct net_device *dev, int count,
70 static void stnic_init (struct net_device *dev);
92 val = (*(vhalf *) (PA_83902 + ((reg) << 1)) >> 8) & 0xff; in STNIC_READ()
100 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()
106 struct net_device *dev; in stnic_probe() local
115 dev = alloc_ei_netdev(); in stnic_probe()
116 if (!dev) in stnic_probe()
[all …]
/Linux-v6.1/net/mctp/test/
Droute-test.c40 struct mctp_dev *dev, in mctp_test_create_route() argument
54 if (dev) in mctp_test_create_route()
55 mctp_dev_hold(dev); in mctp_test_create_route()
56 rt->rt.dev = dev; in mctp_test_create_route()
73 if (rt->rt.dev) in mctp_test_route_destroy()
74 mctp_dev_put(rt->rt.dev); in mctp_test_route_destroy()
143 hdr.src = 8; in mctp_test_fragment()
238 struct mctp_test_dev *dev; in mctp_test_rx_input() local
243 dev = mctp_test_create_dev(); in mctp_test_rx_input()
244 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dev); in mctp_test_rx_input()
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
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-v6.1/drivers/char/agp/
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-v6.1/drivers/media/test-drivers/vivid/
Dvivid-vid-common.c71 .bit_depth = { 8, 4, 4 },
79 .bit_depth = { 8, 4, 4 },
87 .bit_depth = { 8, 4, 4 },
95 .bit_depth = { 8, 8 },
103 .bit_depth = { 8, 8 },
111 .bit_depth = { 8, 8 },
119 .bit_depth = { 8, 8 },
127 .bit_depth = { 8, 16 },
135 .bit_depth = { 8, 16 },
219 .bit_depth = { 8 },
[all …]

12345678910>>...206