Searched refs:r_width (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsh_pfc.h50 #define PINMUX_CFG_REG(name, r, r_width, f_width) \
51 .reg = r, .reg_width = r_width, .field_width = f_width, \
52 .cnt = (unsigned long [r_width / f_width]) {}, \
53 .enum_ids = (pinmux_enum_t [(r_width / f_width) * (1 << f_width)]) \
60 #define PINMUX_DATA_REG(name, r, r_width) \
61 .reg = r, .reg_width = r_width, \
62 .enum_ids = (pinmux_enum_t [r_width]) \
H A Disdnif.h312 __u8 r_width; member in struct:T30_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsh_pfc.h50 #define PINMUX_CFG_REG(name, r, r_width, f_width) \
51 .reg = r, .reg_width = r_width, .field_width = f_width, \
52 .cnt = (unsigned long [r_width / f_width]) {}, \
53 .enum_ids = (pinmux_enum_t [(r_width / f_width) * (1 << f_width)]) \
60 #define PINMUX_DATA_REG(name, r, r_width) \
61 .reg = r, .reg_width = r_width, \
62 .enum_ids = (pinmux_enum_t [r_width]) \
H A Disdnif.h312 __u8 r_width; member in struct:T30_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/
H A Dpfc.c75 "r_width = %ld\n",
96 "r_width = %ld, f_width = %ld\n",
113 "r_width = %ld, f_width = %ld\n",
206 unsigned long r_width, f_width; local
213 r_width = config_reg->reg_width;
216 if (!r_width)
218 for (n = 0; n < (r_width / f_width) * 1 << f_width; n++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c75 "r_width = %ld\n",
96 "r_width = %ld, f_width = %ld\n",
113 "r_width = %ld, f_width = %ld\n",
206 unsigned long r_width, f_width; local
213 r_width = config_reg->reg_width;
216 if (!r_width)
218 for (n = 0; n < (r_width / f_width) * 1 << f_width; n++) {

Completed in 142 milliseconds