Home
last modified time | relevance | path

Searched refs:dev_reg (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/ata/
Dsata_promise.h48 u8 dev_reg; in pdc_pkt_header() local
75 dev_reg = ATA_DEVICE_OBS; in pdc_pkt_header()
77 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc_pkt_header()
81 buf[13] = dev_reg; in pdc_pkt_header()
Dsata_sx4.c365 u8 dev_reg; in pdc20621_ata_pkt() local
397 dev_reg = ATA_DEVICE_OBS; in pdc20621_ata_pkt()
399 dev_reg = ATA_DEVICE_OBS | ATA_DEV1; in pdc20621_ata_pkt()
403 buf[i++] = dev_reg; in pdc20621_ata_pkt()
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/
Drb.h61 struct dev_reg { struct
/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c632 u8 *dev_reg; in tsl2x7x_chip_on() local
711 for (i = 0, dev_reg = chip->tsl2x7x_config; in tsl2x7x_chip_on()
714 TSL2X7X_CMD_REG + i, *dev_reg++); in tsl2x7x_chip_on()
/linux-4.1.27/drivers/power/
Dbq24190_charger.c387 BQ24190_SYSFS_FIELD_RO(dev_reg, VPRS, DEV_REG),