/linux-5.19.10/drivers/staging/media/zoran/ |
D | zoran_device.c | 66 btwrite(reg, ZR36057_VFESPFR); in zr36057_init_vfe() 73 btwrite(reg, ZR36057_VDCR); in zr36057_init_vfe() 99 btwrite(reg, ZR36057_GPPGCR1); in GPIO() 133 btwrite(por, ZR36057_POR); in post_office_write() 143 btwrite(por, ZR36057_POR); in post_office_read() 201 btwrite(reg, ZR36057_VFEHCR); in zr36057_adjust_vfe() 216 btwrite(reg, ZR36057_VFEHCR); in zr36057_adjust_vfe() 276 btwrite(reg, ZR36057_VFEHCR); in zr36057_set_vfe() 294 btwrite(reg, ZR36057_VFEVCR); in zr36057_set_vfe() 317 btwrite(reg, ZR36057_VFESPFR); in zr36057_set_vfe() [all …]
|
D | zoran.h | 295 #define btwrite(dat, adr) writel((dat), zr->zr36057_mem + (adr)) macro 298 #define btand(dat, adr) btwrite((dat) & btread(adr), adr) 299 #define btor(dat, adr) btwrite((dat) | btread(adr), adr) 300 #define btaor(dat, mask, adr) btwrite((dat) | ((mask) & btread(adr)), adr)
|
D | zoran_card.c | 687 btwrite(zr->i2cbr, ZR36057_I2CBR); in zoran_i2c_setsda() 698 btwrite(zr->i2cbr, ZR36057_I2CBR); in zoran_i2c_setscl() 1099 btwrite(0, ZR36057_SPGPPCR); in zoran_remove() 1423 btwrite(0, ZR36057_SPGPPCR); in zoran_probe()
|
D | zoran_driver.c | 898 btwrite(reg, ZR36057_VDTR); in zr_set_buf() 901 btwrite(reg, ZR36057_VDBR); in zr_set_buf() 910 btwrite(reg, ZR36057_VSSFGR); in zr_set_buf()
|
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | bt878.c | 51 #define btwrite(dat,adr) bmtwrite((dat), (bt->bt878_mem+(adr))) macro 54 #define btand(dat,adr) btwrite((dat) & btread(adr), adr) 55 #define btor(dat,adr) btwrite((dat) | btread(adr), adr) 56 #define btaor(dat,mask,adr) btwrite((dat) | ((mask) & btread(adr)), adr) 178 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program() 198 btwrite(bt->risc_dma, BT878_ARISC_START); in bt878_start() 215 btwrite(int_mask, BT878_AINT_MASK); in bt878_start() 216 btwrite(controlreg, BT878_AGPIO_DMA_CTL); in bt878_start() 226 btwrite(0, BT878_AINT_MASK); in bt878_stop() 262 btwrite(astat, BT878_AINT_STAT); /* try to clear interrupt condition */ in bt878_irq() [all …]
|
D | bttv-i2c.c | 54 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setscl() 66 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setsda() 138 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes() 153 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes() 195 btwrite(xmit, BT848_I2C); in bttv_i2c_readbytes() 230 btwrite(BT848_INT_I2CDONE|BT848_INT_RACK, BT848_INT_STAT); in bttv_i2c_xfer()
|
D | bttv-risc.c | 435 btwrite(geo->vtc, BT848_E_VTC+off); in bttv_apply_geo() 436 btwrite(geo->hscale >> 8, BT848_E_HSCALE_HI+off); in bttv_apply_geo() 437 btwrite(geo->hscale & 0xff, BT848_E_HSCALE_LO+off); in bttv_apply_geo() 439 btwrite(geo->vscale & 0xff, BT848_E_VSCALE_LO+off); in bttv_apply_geo() 440 btwrite(geo->width & 0xff, BT848_E_HACTIVE_LO+off); in bttv_apply_geo() 441 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo() 442 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_geo() 443 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo() 444 btwrite(geo->crop, BT848_E_CROP+off); in bttv_apply_geo() 445 btwrite(geo->vtotal>>8, BT848_VTOTAL_HI); in bttv_apply_geo() [all …]
|
D | bttv-driver.c | 735 btwrite(crop, BT848_E_CROP); in disclaim_video_lines() 736 btwrite(0xfe, BT848_E_VDELAY_LO); in disclaim_video_lines() 737 btwrite(crop, BT848_O_CROP); in disclaim_video_lines() 738 btwrite(0xfe, BT848_O_VDELAY_LO); in disclaim_video_lines() 790 btwrite(fl, BT848_PLL_F_LO); in set_pll_freq() 791 btwrite(fh, BT848_PLL_F_HI); in set_pll_freq() 792 btwrite(fi|BT848_PLL_X, BT848_PLL_XCI); in set_pll_freq() 814 btwrite(0x00,BT848_TGCTRL); in set_pll() 815 btwrite(0x00,BT848_PLL_XCI); in set_pll() 831 btwrite(0,BT848_DSTATUS); in set_pll() [all …]
|
D | bttv-gpio.c | 138 btwrite(data,BT848_GPIO_OUT_EN); in bttv_gpio_inout() 155 btwrite(value,BT848_GPIO_DATA); in bttv_gpio_write() 168 btwrite(data,BT848_GPIO_DATA); in bttv_gpio_bits()
|
D | bttvp.h | 516 #define btwrite(dat,adr) writel((dat), btv->bt848_mmio+(adr)) macro 519 #define btand(dat,adr) btwrite((dat) & btread(adr), adr) 520 #define btor(dat,adr) btwrite((dat) | btread(adr), adr) 521 #define btaor(dat,mask,adr) btwrite((dat) | ((mask) & btread(adr)), adr)
|
D | bttv-cards.c | 3205 btwrite(0x000000, BT848_GPIO_REG_INP); in init_lmlbt4x() 3285 btwrite((1<<7), 0x058); in bttv_reset_audio() 3287 btwrite( 0, 0x058); in bttv_reset_audio() 4166 btwrite(BT848_ADC_RESERVED|BT848_ADC_AGC_EN, BT848_ADC); in init_PXC200() 4183 btwrite(val, BT848_GPIO_DMA_CTL); in init_PXC200() 4244 btwrite (0x00c3feff, BT848_GPIO_OUT_EN); in init_RTV24() 4246 btwrite (0 + watchdog_value, BT848_GPIO_DATA); in init_RTV24() 4248 btwrite (0x10 + watchdog_value, BT848_GPIO_DATA); in init_RTV24() 4250 btwrite (0 + watchdog_value, BT848_GPIO_DATA); in init_RTV24() 4259 btwrite (0x4400 + watchdog_value, BT848_GPIO_DATA); in init_RTV24() [all …]
|