Searched refs:tregs (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/sun/ |
| A D | sunbmac.c | 337 void __iomem *tregs, in put_tcvr_byte() argument 365 idle_transceiver(tregs); in bigmac_tcvr_write() 371 put_tcvr_byte(bp, tregs, in bigmac_tcvr_write() 404 idle_transceiver(tregs); in bigmac_tcvr_read() 410 put_tcvr_byte(bp, tregs, in bigmac_tcvr_read() 456 void __iomem *tregs = bp->tregs; in bigmac_tcvr_init() local 459 idle_transceiver(tregs); in bigmac_tcvr_init() 530 void __iomem *tregs = bp->tregs; in bigmac_timer() local 585 void __iomem *tregs = bp->tregs; in bigmac_begin_auto_negotiation() local 1153 if (!bp->tregs) { in bigmac_ether_init() [all …]
|
| A D | sunhme.c | 315 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 318 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 319 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 320 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read() 321 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read() 364 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write() 365 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 366 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write() 367 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() 380 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write() [all …]
|
| A D | sunbmac.h | 293 void __iomem *tregs; /* BigMAC Transceiver */ member
|
| /drivers/iio/magnetometer/ |
| A D | bmc150_magn.c | 362 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_x() 375 (((s16)tregs->x1) << 3); in bmc150_magn_compensate_x() 384 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_y() 397 (((s16)tregs->y1) << 3); in bmc150_magn_compensate_y() 406 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_z() 407 u16 z1 = le16_to_cpu(tregs->z1); in bmc150_magn_compensate_z() 408 s16 z2 = le16_to_cpu(tregs->z2); in bmc150_magn_compensate_z() 409 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() 410 s16 z4 = le16_to_cpu(tregs->z4); in bmc150_magn_compensate_z() 428 struct bmc150_magn_trim_regs tregs; in bmc150_magn_read_xyz() local [all …]
|
Completed in 21 milliseconds