Home
last modified time | relevance | path

Searched refs:OE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/boot/dts/
H A Dst-pincfg.h15 #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 Dst-pincfg.h15 #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 Dst-pincfg.h15 #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 Dst-pincfg.h15 #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 Dpinctrl-rzv2m.c86 #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 Dpinctrl-st.c137 #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 Dpinctrl-st.c141 #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 Dcheckpatch.pl4777 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl5303 } elsif (!defined $fix_elements[$n + 2] && $ctx !~ /Wx[OE]/) {

Completed in 39 milliseconds