/Linux-v5.10/drivers/usb/serial/ |
D | io_16654.h | 40 #define DLL 8 // Bank2[ 0 ] Divisor Latch LSB 41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB 42 #define EFR 10 // Bank2[ 2 ] Extended Function Register 43 //efine unused 11 // Bank2[ 3 ] 44 #define XON1 12 // Bank2[ 4 ] Xon-1 45 #define XON2 13 // Bank2[ 5 ] Xon-2 46 #define XOFF1 14 // Bank2[ 6 ] Xoff-1 47 #define XOFF2 15 // Bank2[ 7 ] Xoff-2
|
/Linux-v5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v5.c | 105 ctx->bank2.size = ctx->total_dpb_count * ctx->mv_size; in s5p_mfc_alloc_codec_buffers_v5() 115 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 126 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 130 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 139 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v5() 147 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 156 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 163 ctx->bank2.size = (enc_ref_y_size * 2) + in s5p_mfc_alloc_codec_buffers_v5() 180 if (ctx->bank2.size > 0) { in s5p_mfc_alloc_codec_buffers_v5() 181 ret = s5p_mfc_alloc_priv_buf(dev, BANK_R_CTX, &ctx->bank2); in s5p_mfc_alloc_codec_buffers_v5() [all …]
|
D | s5p_mfc_common.h | 577 * @bank2: handle to memory allocated for temporary buffers from 658 struct s5p_mfc_priv_buf bank2; member
|
D | s5p_mfc_opr_v6.c | 189 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 253 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 273 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 297 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 308 ctx->bank2.size = 0; in s5p_mfc_alloc_codec_buffers_v6() 560 /* Bank2 */ in s5p_mfc_set_dec_frame_buffer_v6()
|
D | s5p_mfc.c | 1152 mfc_err("Allocating bank2 base failed\n"); in s5p_mfc_configure_2port_memory() 1160 * should not have address of bank2 - MFC will treat it as a null frame. in s5p_mfc_configure_2port_memory() 1161 * To avoid such situation we set bank2 address below the pool address. in s5p_mfc_configure_2port_memory()
|
D | s5p_mfc_ctrl.c | 185 mfc_debug(2, "Bank1: %pad, Bank2: %pad\n", in s5p_mfc_init_memctrl()
|
/Linux-v5.10/Documentation/hwmon/ |
D | abituguru-datasheet.rst | 180 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0 291 Bank 0x26 Sensors Bank2 Values / Readings (R) 305 Bank 0x27 Sensors Bank2 Settings (R) and Bank 0x28 Sensors Bank2 Settings (W)
|
/Linux-v5.10/drivers/hwmon/ |
D | abituguru.c | 38 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */ 211 * of a sensor is a volt or a temp sensor, for bank2 and the pwms its 213 * sysfs entries per sensor, for bank2 and pwms 6. 237 /* Bank 2 data, ABIT_UGURU_MAX_BANK2_SENSORS entries for bank2 */ 238 u8 bank2_sensors; /* actual number of bank2 sensors found */ 242 /* Alarms 2 bytes for bank1, 1 byte for bank2 */ 610 * These functions try to find out how many sensors there are in bank2 and how 618 * Although the uGuru allows reading (settings) from non existing bank2 652 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() 661 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors() [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | controlfb.c | 290 int bank1, bank2; in find_vram_size() local 303 bank2 = (in_8(&p->frame_buffer[0x600000]) == 0xb3) in find_vram_size() 320 if (bank2) { in find_vram_size() 342 p->total_vram = (bank1 + bank2) * 0x200000; in find_vram_size() 346 (bank1 + bank2) << 1, bank1 << 1, bank2 << 1); in find_vram_size()
|
D | platinumfb.c | 536 int bank0, bank1, bank2, bank3, rc; in platinumfb_probe() local 600 bank2 = fbuffer[0x200000] == 0x56; in platinumfb_probe() 602 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000; in platinumfb_probe() 605 bank3, bank2, bank1, bank0); in platinumfb_probe()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | jazz.h | 160 unsigned int bank2 : 3; member 174 unsigned int bank2 : 3; member
|
/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | exynos-srom.yaml | 106 2 0 0x06000000 0x20000 // Bank2
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | am43x-epos-evm.dts | 73 &gpio2 18 GPIO_ACTIVE_HIGH /* Bank2, pin18 */ 74 &gpio2 19 GPIO_ACTIVE_HIGH>; /* Bank2, pin19 */
|
/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 85 static const struct ar5416IniArray bank2 = STATIC_INI_ARRAY(ar5416Bank2); variable 579 REG_WRITE_ARRAY(&bank2, 1, regWrites); in ar5008_hw_set_rf_regs()
|
/Linux-v5.10/drivers/media/i2c/ |
D | tda1997x_regs.h | 494 #define MASK_VS_IF_OTHER_BK2 BIT(2) /* Vendor Specific (bank2) */
|
/Linux-v5.10/drivers/media/tuners/ |
D | mxl5005s.c | 2802 status += MXL_SetGPIO(fe, 1, 1); /* Bank2 Off */ in MXL_TuneRF()
|