Home
last modified time | relevance | path

Searched defs:tregs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c256 static void idle_transceiver(void __iomem *tregs) in idle_transceiver()
268 static void write_tcvr_bit(struct bigmac *bp, void __iomem *tregs, int bit) in write_tcvr_bit()
291 static int read_tcvr_bit(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit()
314 static int read_tcvr_bit2(struct bigmac *bp, void __iomem *tregs) in read_tcvr_bit2()
337 void __iomem *tregs, in put_tcvr_byte()
348 static void bigmac_tcvr_write(struct bigmac *bp, void __iomem *tregs, in bigmac_tcvr_write()
388 void __iomem *tregs, in bigmac_tcvr_read()
456 void __iomem *tregs = bp->tregs; in bigmac_tcvr_init() local
494 static int try_next_permutation(struct bigmac *bp, void __iomem *tregs) in try_next_permutation()
530 void __iomem *tregs = bp->tregs; in bigmac_timer() local
[all …]
H A Dsunhme.c261 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() argument
285 static u32 BB_GET_BIT2(struct happy_meal *hp, void __iomem *tregs, int internal) in BB_GET_BIT2() argument
304 happy_meal_bb_read(struct happy_meal * hp,void __iomem * tregs,int reg) happy_meal_bb_read() argument
348 happy_meal_bb_write(struct happy_meal * hp,void __iomem * tregs,int reg,unsigned short value) happy_meal_bb_write() argument
393 happy_meal_tcvr_read(struct happy_meal * hp,void __iomem * tregs,int reg) happy_meal_tcvr_read() argument
424 happy_meal_tcvr_write(struct happy_meal * hp,void __iomem * tregs,int reg,unsigned short value) happy_meal_tcvr_write() argument
483 try_next_permutation(struct happy_meal * hp,void __iomem * tregs) try_next_permutation() argument
507 display_link_mode(struct happy_meal * hp,void __iomem * tregs) display_link_mode() argument
518 display_forced_link_mode(struct happy_meal * hp,void __iomem * tregs) display_forced_link_mode() argument
529 set_happy_link_modes(struct happy_meal * hp,void __iomem * tregs) set_happy_link_modes() argument
591 void __iomem *tregs = hp->tcvregs; is_lucent_phy() local
607 happy_meal_begin_auto_negotiation(struct happy_meal * hp,void __iomem * tregs,const struct ethtool_link_ksettings * ep) happy_meal_begin_auto_negotiation() argument
725 void __iomem *tregs = hp->tcvregs; happy_meal_timer() local
992 happy_meal_tcvr_reset(struct happy_meal * hp,void __iomem * tregs) happy_meal_tcvr_reset() argument
1086 happy_meal_transceiver_check(struct happy_meal * hp,void __iomem * tregs) happy_meal_transceiver_check() argument
1263 void __iomem *tregs = hp->tcvregs; happy_meal_init() local
1534 void __iomem *tregs = hp->tcvregs; happy_meal_set_initial_advertisement() local
[all...]
H A Dsunbmac.h293 void __iomem *tregs; /* BigMAC Transceiver */ member
/linux/arch/m68k/kernel/
H A Dsignal.c95 struct pt_regs *tregs; in fixup_exception() local
817 struct pt_regs *tregs = rte_regs(regs); in setup_sigcontext() local
834 struct pt_regs *tregs = rte_regs(regs); in rt_setup_ucontext() local
863 get_sigframe(struct ksignal *ksig, struct pt_regs *tregs, size_t frame_size) in get_sigframe()
880 struct pt_regs *tregs = rte_regs(regs); in setup_frame() local
953 struct pt_regs *tregs = rte_regs(regs); in setup_rt_frame() local
/linux/arch/sparc/kernel/
H A Dstarfire.c40 unsigned long tregs[32]; member
/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c363 static s32 bmc150_magn_compensate_x(struct bmc150_magn_trim_regs *tregs, s16 x, in bmc150_magn_compensate_x()
385 static s32 bmc150_magn_compensate_y(struct bmc150_magn_trim_regs *tregs, s16 y, in bmc150_magn_compensate_y()
407 static s32 bmc150_magn_compensate_z(struct bmc150_magn_trim_regs *tregs, s16 z, in bmc150_magn_compensate_z()
433 struct bmc150_magn_trim_regs tregs; in bmc150_magn_read_xyz() local