/external/igt-gpu-tools/tools/ |
D | intel_display_poller.c | 77 static uint32_t read_reg(uint32_t reg) in read_reg() function 104 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane() 106 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_A) in pipe_to_plane() 112 if ((read_reg(DSPACNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane() 114 if ((read_reg(DSPBCNTR) & DISPPLANE_SEL_PIPE_MASK) == DISPPLANE_SEL_PIPE_B) in pipe_to_plane() 136 use_tileoff = read_reg(PIPE_REG(plane, DSPACNTR)) & DISPLAY_PLANE_TILED; in dspoffset_reg() 163 iir_mask = read_reg(iir) & 0x7fff0000; in poll_pixel_pipestat() 168 pix1 = read_reg(pix); in poll_pixel_pipestat() 169 iir1 = read_reg(iir); in poll_pixel_pipestat() 170 iir2 = read_reg(iir); in poll_pixel_pipestat() [all …]
|
D | intel_watermark.c | 39 static uint32_t read_reg(uint32_t addr) in read_reg() function 257 wm_linetime[pipe] = read_reg(0x45270 + pipe * 0x4); in skl_wm_dump() 262 plane_ctl[pipe][plane] = read_reg(addr + 0x80); in skl_wm_dump() 263 wm_trans[pipe][plane] = read_reg(addr + 0x00168); in skl_wm_dump() 264 buf_cfg[pipe][plane] = read_reg(addr + 0x0017C); in skl_wm_dump() 266 nv12_buf_cfg[pipe][plane] = read_reg(addr + 0x00178); in skl_wm_dump() 271 wm[level][pipe][plane] = read_reg(wm_offset); in skl_wm_dump() 475 dspcntr[i] = read_reg(0x70180 + i * 0x1000); in ilk_wm_dump() 477 spcntr[i] = read_reg(0x70280 + i * 0x1000); in ilk_wm_dump() 479 spcntr[i] = read_reg(0x72180 + i * 0x1000); in ilk_wm_dump() [all …]
|
/external/arm-trusted-firmware/plat/mediatek/common/drivers/pmic_wrap/ |
D | pmic_wrap_init.c | 22 uint32_t *read_reg) in wait_for_state_idle() argument 62 if (read_reg) in wait_for_state_idle() 63 *read_reg = reg_rdata; in wait_for_state_idle() 69 uint32_t *read_reg) in wait_for_state_ready() argument 92 if (read_reg) in wait_for_state_ready() 93 *read_reg = reg_rdata; in wait_for_state_ready()
|
/external/arm-trusted-firmware/drivers/imx/uart/ |
D | imx_uart.c | 60 static uint32_t read_reg(uintptr_t base, uint32_t offset) in read_reg() function 74 val = read_reg(base_addr, IMX_UART_CR2_OFFSET); in console_imx_uart_core_init() 144 val = read_reg(base_addr, IMX_UART_STAT2_OFFSET); in console_imx_uart_core_putc() 162 val = read_reg(base_addr, IMX_UART_TS_OFFSET); in console_imx_uart_core_getc() 166 val = read_reg(base_addr, IMX_UART_RXD_OFFSET); in console_imx_uart_core_getc()
|
/external/u-boot/board/gdsys/common/ |
D | ihs_mdio.c | 27 static inline u16 read_reg(struct udevice *fpga, uint base, uint addr) in read_reg() function 57 val = read_reg(info->fpga, info->base, REG_MDIO_CONTROL); in read_control() 86 val = read_reg(info->fpga, info->base, REG_MDIO_RX_DATA); in read_rx_data()
|
/external/crosvm/devices/src/ |
D | ioapic.rs | 328 fn read_reg(ioapic: &mut Ioapic, selector: u8) -> u32 { in read_reg() function 345 read_reg(ioapic, encode_selector_from_irq(irq, false)).into(), in read_entry() 350 read_reg(ioapic, encode_selector_from_irq(irq, true)).into(), in read_entry() 401 let before = read_reg(&mut ioapic, IOAPIC_REG_VERSION); in write_read_ioaic_reg_version() 405 assert_eq!(read_reg(&mut ioapic, IOAPIC_REG_VERSION), before); in write_read_ioaic_reg_version() 414 assert_eq!(read_reg(&mut ioapic, IOAPIC_REG_ID), 0x0f000000); in write_read_ioapic_reg_id() 430 read_reg(&mut ioapic, IOAPIC_REG_ARBITRATION_ID), in write_read_ioapic_arbitration_id() 437 read_reg(&mut ioapic, IOAPIC_REG_ARBITRATION_ID), in write_read_ioapic_arbitration_id()
|
/external/libiio/src/tests/ |
D | iio_reg.c | 58 static int read_reg(const char *name, unsigned long addr) in read_reg() function 106 return read_reg(argv[1], addr); in main()
|
/external/crosvm/devices/src/pci/ |
D | pci_configuration.rs | 285 pub fn read_reg(&self, reg_idx: usize) -> u32 { in read_reg() method 574 let cap_ptr = cfg.read_reg(CAPABILITY_LIST_HEAD_OFFSET / 4) & 0xFF; in add_capability() 578 let cap1_data = cfg.read_reg(cap1_offset / 4); in add_capability() 584 let cap2_data = cfg.read_reg(cap2_offset / 4); in add_capability() 615 let class_reg = cfg.read_reg(2); in class_code()
|
D | pci_device.rs | 141 self.config_registers().read_reg(reg_idx) in config_register_read()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | st_tests_common.cpp | 151 read_reg(s); in FakeCodeline() 154 read_reg(d); in FakeCodeline() 159 void FakeCodeline::read_reg(const st_reg& s) in read_reg() function in FakeCodeline 165 read_reg(*s.reladdr); in read_reg() 167 read_reg(*s.reladdr2); in read_reg()
|
D | st_tests_common.h | 90 void read_reg(const st_reg& s);
|
/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator_wrapper.cpp | 66 return hw->read_reg(reg); in v3d_hw_read_reg()
|
/external/arm-trusted-firmware/drivers/mtd/nand/ |
D | spi_nand.c | 30 static int spi_nand_reg(bool read_reg, uint8_t reg, uint8_t *val, in spi_nand_reg() argument 36 if (read_reg) { in spi_nand_reg()
|
/external/u-boot/drivers/spi/ |
D | ich.c | 81 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() function 228 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu)); in spi_setup_opcode() 457 read_reg(ctlr, ctlr->data, trans->in, data_length); in ich_spi_exec_op()
|
/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/sparkfun_edge/ |
D | accelerometer_handler.cc | 114 dev_ctx.read_reg = lis2dh12_read_platform_apollo3; // read bytes function in SetupAccelerometer()
|
/external/u-boot/drivers/mtd/spi/ |
D | spi-nor-core.c | 151 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr() 170 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr() 190 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr() 503 ret = nor->read_reg(nor, nor->bank_read_cmd, in read_bar() 882 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id() 1020 ret = nor->read_reg(nor, SPINOR_OP_READ_BPR, bpr_buff, bpr_size); in sst26_lock_ctl() 2434 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/arduino/ |
D | image_provider.cc | 83 test = myCAM.read_reg(ARDUCHIP_TEST1); in InitCamera()
|
/external/tensorflow/tensorflow/lite/micro/examples/person_detection_experimental/arduino/ |
D | image_provider.cc | 83 test = myCAM.read_reg(ARDUCHIP_TEST1); in InitCamera()
|
/external/u-boot/include/linux/mtd/ |
D | spi-nor.h | 322 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
/external/u-boot/include/ |
D | dw_hdmi.h | 549 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member
|
/external/u-boot/drivers/video/ |
D | dw_hdmi.c | 1028 if (hdmi->read_reg) in dw_hdmi_init() 1029 hdmi_read = hdmi->read_reg; in dw_hdmi_init()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-c9-pro.log | 1066 [ 5.813665] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : DA[1] : 41 . 1071 [ 5.821376] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : DB[1] : 00 . 1072 [ 5.827730] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : DC[1] : 11 . 1079 [ 5.836192] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : C8[4] : 61 … 1089 [ 5.844305] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : D6[5] : 51 … 1095 [ 5.851758] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : C8[7] : 61 … 1098 [ 5.857919] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : D6[5] : 00 … 1103 [ 5.864727] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : B4[4] : 6f … 1105 [ 5.877910] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : B4[29] : 7b… 1109 [ 5.883446] [4: mdss_fb0: 509] [MDSS] samsung_nv_read : mdss DSI0 read_reg : B6[2] : 11 … [all …]
|
D | galaxy-s5-us.log | 2260 <6>[ 6.759540] read_reg : C8[2] : 35 13 . 2264 <6>[ 6.776153] read_reg : D6[5] : 42 15 16 a0 ce . 2273 <6>[ 6.792376] read_reg : C8[7] : 01 18 01 17 01 1e 07 . 2287 <6>[ 6.829928] read_reg : C8[15] : 81 7f 81 7c 7d 7c 7a .7b 7a 7f 7e 7f 7f 7f .7f . 2294 <6>[ 6.851426] read_reg : B6[1] : 13 . 2298 <6>[ 6.870260] read_reg : FD[1] : bc . 2302 <6>[ 6.887055] read_reg : A1[4] : 0b a7 0c 5f . 2313 <6>[ 6.929965] read_reg : C8[33] : 00 25 00 11 00 5e 5f .61 5e 5b 5d 5a 4d 4e .4b 53 56 51 62 64… 2425 <6>[ 7.195949] read_reg : A[1] : 9c .
|
/external/u-boot/drivers/video/meson/ |
D | meson_dw_hdmi.c | 400 priv->hdmi.read_reg = dw_hdmi_dwc_read; in meson_dw_hdmi_probe()
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1252 u32 read_reg; member
|