Searched refs:iset (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_decodetree.py | 25 import iset 29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", ""))) 30 for tag in iset.tags 31 if iset.iset[tag]["enc"] != "MISSING ENCODING" 84 enc_class = iset.iset[tag]["enc_class"] 103 for tag in sorted(encs.keys(), key=iset.tags.index): 118 regs = ordered_unique(regre.findall(iset.iset[tag]["syntax"])) 119 imms = ordered_unique(immre.findall(iset.iset[tag]["syntax"]))
|
H A D | gen_trans_funcs.py | 25 import iset 29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", ""))) 30 for tag in iset.tags 31 if iset.iset[tag]["enc"] != "MISSING ENCODING" 79 for tag in sorted(encs.keys(), key=iset.tags.index): 80 regs = ordered_unique(regre.findall(iset.iset[tag]["syntax"])) 81 imms = ordered_unique(immre.findall(iset.iset[tag]["syntax"]))
|
H A D | meson.build | 87 # We use a C program to create iset.py which is imported into dectree.py 96 'iset.py', 97 output: 'iset.py',
|
H A D | README | 193 <BUILD_DIR>/target/hexagon/iset.py 194 Step 2 is to import iset.py into target/hexagon/gen_decodetree.py to produce 200 Step 4 is to import iset.py into target/hexagon/gen_trans_funcs.py to produce
|
/openbmc/linux/drivers/leds/ |
H A D | leds-88pm860x.c | 36 int iset; member 80 if (led->iset) { in pm860x_led_set() 82 LED_CURRENT_MASK, led->iset); in pm860x_led_set() 119 int iset = 0; in pm860x_led_dt_init() local 131 &iset); in pm860x_led_dt_init() 132 data->iset = PM8606_LED_CURRENT(iset); in pm860x_led_dt_init() 199 data->iset = pdata->iset; in pm860x_led_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | 88pm860x_bl.c | 31 int iset; member 79 if (data->iset) { in pm860x_backlight_set() 81 CURRENT_BITMASK, data->iset); in pm860x_backlight_set() 155 int iset = 0; in pm860x_backlight_dt_init() local 165 &iset); in pm860x_backlight_dt_init() 166 data->iset = PM8606_WLED_CURRENT(iset); in pm860x_backlight_dt_init() 223 data->iset = pdata->iset; in pm860x_backlight_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | 88pm860x.txt | 68 marvell,88pm860x-iset = <4>; 76 marvell,88pm860x-iset = <12>; 79 marvell,88pm860x-iset = <12>; 82 marvell,88pm860x-iset = <12>;
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A D | 88pm860x.txt | 4 - marvell,88pm860x-iset: Current supplies on backlight device. 11 marvell,88pm860x-iset = <4>;
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | pxa910-dkb.dts | 148 marvell,88pm860x-iset = <4>; 156 marvell,88pm860x-iset = <12>; 159 marvell,88pm860x-iset = <12>; 162 marvell,88pm860x-iset = <12>;
|
/openbmc/linux/include/linux/mfd/ |
H A D | 88pm860x.h | 405 int iset; member 409 int iset; member
|