Home
last modified time | relevance | path

Searched refs:adrs (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c75 static unsigned long adrs; variable
1123 if (!scanhex(&adrs)) in csum()
1129 if (mread(adrs+i, &v, 1) == 0) { in csum()
1130 printf("csum stopped at "REG"\n", adrs+i); in csum()
1580 scanhex((void *)&adrs); in cacheflush()
1591 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1592 cflush((void *) adrs); in cacheflush()
1594 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1595 cinval((void *) adrs); in cacheflush()
1721 mread(unsigned long adrs, void *buf, int size) in mread() argument
[all …]
/linux-4.1.27/drivers/video/backlight/
Dtosa_lcd.c46 static int tosa_tg_send(struct spi_device *spi, int adrs, uint8_t data) in tosa_tg_send() argument
56 buf[0] = ((adrs & 0x07) << 5) | (data & 0x1f); in tosa_tg_send()
Dcorgi_lcd.c175 static int corgi_ssp_lcdtg_send(struct corgi_lcd *lcd, int adrs, uint8_t data) in corgi_ssp_lcdtg_send() argument
184 lcd->buf[0] = ((adrs & 0x07) << 5) | (data & 0x1f); in corgi_ssp_lcdtg_send()
/linux-4.1.27/drivers/net/ppp/
Dbsd_comp.c844 int adrs; in bsd_decompress() local
862 adrs = PPP_ADDRESS (ibuf); in bsd_decompress()
894 *wptr++ = adrs; in bsd_decompress()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h26 #define VXGE_ALIGN(adrs, size) \ argument
27 (((size) - (((u64)adrs) & ((size)-1))) & ((size)-1))
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddib0700_devices.c110 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read() argument
113 { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 }, in eeprom_read()