Searched refs:ext_offset (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-ext-caps.h90 * @ext_offset Offset of the 32-bit register that contains the extended
98 static inline int xhci_find_next_cap_offset(void __iomem *base, int ext_offset) argument
102 next = readl(base + ext_offset);
104 if (ext_offset == XHCI_HCC_PARAMS_OFFSET) {
107 ext_offset = 0;
119 return ext_offset + (next << 2);
126 * @ext_offset Offset from base of the first extended capability to look at,
133 static inline int xhci_find_ext_cap_by_id(void __iomem *base, int ext_offset, int id) argument
138 while (ext_offset && limit > 0) {
139 val = readl(base + ext_offset);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci-ext-caps.h90 * @ext_offset Offset of the 32-bit register that contains the extended
98 static inline int xhci_find_next_cap_offset(void __iomem *base, int ext_offset) argument
102 next = readl(base + ext_offset);
104 if (ext_offset == XHCI_HCC_PARAMS_OFFSET) {
107 ext_offset = 0;
119 return ext_offset + (next << 2);
126 * @ext_offset Offset from base of the first extended capability to look at,
133 static inline int xhci_find_ext_cap_by_id(void __iomem *base, int ext_offset, int id) argument
138 while (ext_offset && limit > 0) {
139 val = readl(base + ext_offset);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/udf/
H A Dpartition.c277 sector_t ext_offset; local
281 if (inode_bmap(inode, block, &epos, &eloc, &elen, &ext_offset) !=
288 map->s_partition_num, ext_offset + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/udf/
H A Dpartition.c277 sector_t ext_offset; local
281 if (inode_bmap(inode, block, &epos, &eloc, &elen, &ext_offset) !=
288 map->s_partition_num, ext_offset + offset);

Completed in 63 milliseconds