Searched refs:pol (Results 1 – 19 of 19) sorted by relevance
/u-boot/lib/ |
A D | crc32c.c | 25 void crc32c_init(uint32_t *crc32c_table, uint32_t pol) in crc32c_init() argument 29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init()
|
/u-boot/drivers/video/ti/ |
A D | am335x-fb.h | 56 unsigned int pol; /* polarity of sync, clock signals */ member
|
A D | am335x-fb.c | 305 LCDC_RASTER_TIMING_2_INVMASK(panel->pol) | in am335xfb_init()
|
/u-boot/drivers/misc/ |
A D | smsc_sio1007.c | 67 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type) in sio1007_gpio_config() argument 83 sio1007_clrsetbits(port, reg + 1, 1 << gpio, pol << gpio); in sio1007_gpio_config()
|
/u-boot/doc/device-tree-bindings/leds/ |
A D | leds-bcm6858.txt | 15 - brcm,serial-led-en-pol : Boolean, serial led polarity (true => active high) 17 - brcm,serial-led-clk-pol : Boolean, serial clock polarity (true => active high)
|
A D | leds-bcm6358.txt | 67 brcm,pol-low;
|
/u-boot/include/ |
A D | smsc_sio1007.h | 92 void sio1007_gpio_config(int port, int gpio, int dir, int pol, int type);
|
A D | vsc9953.h | 360 struct vsc9953_ana_pol pol[164]; member
|
/u-boot/include/u-boot/ |
A D | crc.h | 106 void crc32c_init(uint32_t *crc32c_table, uint32_t pol);
|
/u-boot/board/BuR/common/ |
A D | common.c | 103 pnltmp.pol = env_get_ulong("ds1_pol", 16, ~0UL); in load_lcdtiming() 119 ~0UL == (pnltmp.pol) || in load_lcdtiming() 141 pnltmp.pxl_clk, pnltmp.pol, pnltmp.pon_delay); in load_lcdtiming()
|
/u-boot/arch/m68k/include/asm/coldfire/ |
A D | pwm.h | 29 u8 pol; /* 0x01 Polarity */
|
/u-boot/drivers/video/sunxi/ |
A D | sunxi_dw_hdmi.c | 27 u32 pol; member 323 setbits_le32(&phy->pol, 0x200); in sunxi_dw_hdmi_enable() 326 setbits_le32(&phy->pol, 0x100); in sunxi_dw_hdmi_enable()
|
/u-boot/arch/arm/dts/ |
A D | bcm963158.dts | 84 brcm,serial-led-en-pol;
|
A D | bcm968580xref.dts | 84 brcm,serial-led-en-pol;
|
A D | bcm968360bg.dts | 84 brcm,serial-led-en-pol;
|
A D | dra7.dtsi | 1875 syscon-pol = <&scm_conf 0x534>;
|
/u-boot/arch/powerpc/dts/ |
A D | gazerbeam.dts | 224 fpga-force-pos-pol; 275 fpga-force-pos-pol; 444 fpga-force-pos-pol; 495 fpga-force-pos-pol;
|
/u-boot/drivers/video/imx/ |
A D | ipu_regs.h | 233 u32 pol; member 344 #define DI_POL(di) (&DI_REG(di)->pol)
|
/u-boot/arch/m68k/include/asm/ |
A D | immap_5301x.h | 101 u8 pol; /* 0x01 Polarity */ member
|
Completed in 22 milliseconds