Searched refs:bus_shift (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dds1wm.h4 int bus_shift; /* number of shifts needed to calculate the member in struct:ds1wm_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/masters/
H A Dds1wm.c89 int bus_shift; /* # of shifts to calc register offsets */ member in struct:ds1wm_data
105 __raw_writeb(val, ds1wm_data->map + (reg << ds1wm_data->bus_shift));
110 return __raw_readb(ds1wm_data->map + (reg << ds1wm_data->bus_shift));
352 ds1wm_data->bus_shift = plat->bus_shift;

Completed in 34 milliseconds