Searched refs:OE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/arm/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm/st/ |
H A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzv2m.c | 86 #define OE(n) (0x04 + (n) * 0x40) macro 769 rzv2m_writel_we(pctrl->base + OE(port), bit, output); in rzv2m_gpio_set_direction()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-st.c | 137 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) 138 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) 924 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction() 1018 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show() 1143 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-st.c | 141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) 142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE) 927 * Output Enable (OE), Open Drain(OD), and Pull Up (PU) in st_pmx_set_gpio_direction() 1021 seq_printf(s, "[OE:%d,PU:%ld,OD:%ld]\t%s\n" in st_pinconf_dbg_show() 1146 * For a given shared register like OE/PU/OD, there are 8 bits per bank in st_parse_syscfgs()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 4777 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 5303 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {
|
Completed in 39 milliseconds