Searched refs:regh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.c562 u32 regh, regl; local
571 regh = readl(TWL_HOBQPH_REG_ADDR(tw_dev));
573 mfa = ((u64)regh << 32) | regl;
1172 u32 reg, regl, regh, response, request_id = 0; local
1202 regh = readl(TWL_HOBQPH_REG_ADDR(tw_dev));
1204 mfa = ((u64)regh << 32) | regl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm90.c946 static int lm90_read16(struct i2c_client *client, u8 regh, u8 regl, u16 *value) argument
964 if ((err = lm90_read_reg(client, regh, &oldh))
966 || (err = lm90_read_reg(client, regh, &newh)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c203 u32 value, void __iomem *regh, u32 paddrh,
210 writel(paddrh, regh);
202 slic_reg64_write(struct adapter *adapter, void __iomem *reg, u32 value, void __iomem *regh, u32 paddrh, bool flush) argument

Completed in 80 milliseconds