Searched full:resb (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sharp,ls037v7dw01.yaml | 56 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | intctrl.h | 56 u8 resb[3]; /* 0xFD - 0xFF */ member 94 u8 resb[3]; /* 0xF9 - 0xFB */ member
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3-evm-common.dtsi | 103 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-evm-common.dtsi | 103 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
|
H A D | omap3-ldp.dts | 196 reset-gpios = <&gpio2 23 GPIO_ACTIVE_HIGH>; /* gpio55, lcd RESB */
|
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 2376 uint32_t resb; in helper_shuffle() local 2381 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle() 2382 res |= resb << 0; in helper_shuffle() 2385 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle() 2386 res |= resb << 8; in helper_shuffle() 2389 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle() 2390 res |= resb << 16; in helper_shuffle() 2393 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle() 2394 res |= resb << 24; in helper_shuffle()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-24x7.c | 1280 * @resb: Result buffer containing @res. 1283 * @next: Optional output variable pointing to the next result in @resb. 1286 struct hv_24x7_data_result_buffer *resb, in get_count_from_result() argument 1330 if (resb->interface_version == 1) in get_count_from_result()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sharp-ls037v7dw01.c | 222 /* lcd RESB */ in sharp_ls_probe_of()
|