Searched refs:adrs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 84 static unsigned long adrs; variable 1439 if (!scanhex(&adrs)) in csum() 1445 if (mread(adrs+i, &v, 1) == 0) { in csum() 1446 printf("csum stopped at "REG"\n", adrs+i); in csum() 1947 scanhex((void *)&adrs); in cacheflush() 1958 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush() 1959 cflush((void *) adrs); in cacheflush() 1961 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush() 1962 cinval((void *) adrs); in cacheflush() 2222 mread(unsigned long adrs, void *buf, int size) in mread() argument [all …]
|
/openbmc/linux/drivers/net/ppp/ |
H A D | bsd_comp.c | 844 int adrs; in bsd_decompress() local 862 adrs = PPP_ADDRESS (ibuf); in bsd_decompress() 894 *wptr++ = adrs; in bsd_decompress()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | corgi_lcd.c | 170 static int corgi_ssp_lcdtg_send(struct corgi_lcd *lcd, int adrs, uint8_t data) in corgi_ssp_lcdtg_send() argument 179 lcd->buf[0] = ((adrs & 0x07) << 5) | (data & 0x1f); in corgi_ssp_lcdtg_send()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 441 void __iomem *adrs = cobalt->bar1 + regs->reg; in cobalt_cobaltc() local 443 cobalt_info("cobalt_cobaltc: adrs = %p\n", adrs); in cobalt_cobaltc() 450 iowrite32(regs->val, adrs); in cobalt_cobaltc() 452 regs->val = ioread32(adrs); in cobalt_cobaltc()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read() argument 112 { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 }, in eeprom_read()
|