Home
last modified time | relevance | path

Searched refs:regbase (Results 1 – 25 of 1743) sorted by relevance

12345678910>>...70

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/video/
H A Dvga.h220 return readb (regbase + port); in vga_mm_r()
225 writeb (val, regbase + port); in vga_mm_w()
236 if (regbase) in vga_r()
237 return vga_mm_r (regbase, port); in vga_r()
244 if (regbase) in vga_w()
245 vga_mm_w (regbase, port, val); in vga_w()
254 if (regbase) in vga_w_fast()
320 vga_w (regbase, VGA_SEQ_I, reg); in vga_rseq()
329 vga_w (regbase, VGA_SEQ_I, reg); in vga_wseq()
330 vga_w (regbase, VGA_SEQ_D, val); in vga_wseq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/video/
H A Dvga.h220 return readb (regbase + port); in vga_mm_r()
225 writeb (val, regbase + port); in vga_mm_w()
236 if (regbase) in vga_r()
237 return vga_mm_r (regbase, port); in vga_r()
244 if (regbase) in vga_w()
245 vga_mm_w (regbase, port, val); in vga_w()
254 if (regbase) in vga_w_fast()
320 vga_w (regbase, VGA_SEQ_I, reg); in vga_rseq()
329 vga_w (regbase, VGA_SEQ_I, reg); in vga_wseq()
330 vga_w (regbase, VGA_SEQ_D, val); in vga_wseq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/video/
H A Dvga.h220 return readb (regbase + port); in vga_mm_r()
225 writeb (val, regbase + port); in vga_mm_w()
236 if (regbase) in vga_r()
237 return vga_mm_r (regbase, port); in vga_r()
244 if (regbase) in vga_w()
245 vga_mm_w (regbase, port, val); in vga_w()
254 if (regbase) in vga_w_fast()
320 vga_w (regbase, VGA_SEQ_I, reg); in vga_rseq()
329 vga_w (regbase, VGA_SEQ_I, reg); in vga_wseq()
330 vga_w (regbase, VGA_SEQ_D, val); in vga_wseq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/netlogic/xlp/
H A Dahci-init-xlp2.c203 static void config_sata_phy(u64 regbase) in config_sata_phy() argument
244 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
248 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
256 u64 regbase; in nlm_sata_firmware_init() local
260 regbase = nlm_get_sata_regbase(node); in nlm_sata_firmware_init()
294 config_sata_phy(regbase); in nlm_sata_firmware_init()
296 verify_sata_phy_config(regbase); in nlm_sata_firmware_init()
347 u64 regbase; in nlm_sata_intr_ack() local
352 regbase = nlm_get_sata_regbase(node); in nlm_sata_intr_ack()
366 u64 regbase; in nlm_sata_fixup_final() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/netlogic/xlp/
H A Dahci-init-xlp2.c203 static void config_sata_phy(u64 regbase) in config_sata_phy() argument
244 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
248 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
256 u64 regbase; in nlm_sata_firmware_init() local
260 regbase = nlm_get_sata_regbase(node); in nlm_sata_firmware_init()
294 config_sata_phy(regbase); in nlm_sata_firmware_init()
296 verify_sata_phy_config(regbase); in nlm_sata_firmware_init()
347 u64 regbase; in nlm_sata_intr_ack() local
352 regbase = nlm_get_sata_regbase(node); in nlm_sata_intr_ack()
366 u64 regbase; in nlm_sata_fixup_final() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/netlogic/xlp/
H A Dahci-init-xlp2.c203 static void config_sata_phy(u64 regbase) in config_sata_phy() argument
244 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
248 check_phy_register(regbase, reg, port, in verify_sata_phy_config()
256 u64 regbase; in nlm_sata_firmware_init() local
260 regbase = nlm_get_sata_regbase(node); in nlm_sata_firmware_init()
294 config_sata_phy(regbase); in nlm_sata_firmware_init()
296 verify_sata_phy_config(regbase); in nlm_sata_firmware_init()
347 u64 regbase; in nlm_sata_intr_ack() local
352 regbase = nlm_get_sata_regbase(node); in nlm_sata_intr_ack()
366 u64 regbase; in nlm_sata_fixup_final() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dwmt_ge_rops.c40 static void __iomem *regbase; variable
71 writel(pat, regbase + GE_PAT0C_OFF); in wmt_ge_fillrect()
72 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_fillrect()
74 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_fillrect()
105 writel(0xcc, regbase + GE_ROPCODE_OFF); in wmt_ge_copyarea()
106 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_copyarea()
107 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_copyarea()
131 if (unlikely(regbase)) { in wmt_ge_rops_probe()
137 if (regbase == NULL) { in wmt_ge_rops_probe()
142 writel(1, regbase + GE_ENABLE_OFF); in wmt_ge_rops_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dwmt_ge_rops.c40 static void __iomem *regbase; variable
71 writel(pat, regbase + GE_PAT0C_OFF); in wmt_ge_fillrect()
72 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_fillrect()
74 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_fillrect()
105 writel(0xcc, regbase + GE_ROPCODE_OFF); in wmt_ge_copyarea()
106 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_copyarea()
107 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_copyarea()
131 if (unlikely(regbase)) { in wmt_ge_rops_probe()
137 if (regbase == NULL) { in wmt_ge_rops_probe()
142 writel(1, regbase + GE_ENABLE_OFF); in wmt_ge_rops_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dwmt_ge_rops.c40 static void __iomem *regbase; variable
71 writel(pat, regbase + GE_PAT0C_OFF); in wmt_ge_fillrect()
72 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_fillrect()
74 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_fillrect()
105 writel(0xcc, regbase + GE_ROPCODE_OFF); in wmt_ge_copyarea()
106 writel(1, regbase + GE_COMMAND_OFF); in wmt_ge_copyarea()
107 writel(1, regbase + GE_FIRE_OFF); in wmt_ge_copyarea()
131 if (unlikely(regbase)) { in wmt_ge_rops_probe()
137 if (regbase == NULL) { in wmt_ge_rops_probe()
142 writel(1, regbase + GE_ENABLE_OFF); in wmt_ge_rops_probe()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dregbase.hpp27 class regbase class
121 icase = ::boost::regbase::icase,
124 nosubs = ::boost::regbase::nosubs,
132 mod_x = ::boost::regbase::mod_x,
133 mod_s = ::boost::regbase::mod_s,
138 basic = ::boost::regbase::basic,
140 normal = ::boost::regbase::normal,
141 emacs = ::boost::regbase::emacs,
142 awk = ::boost::regbase::awk,
143 grep = ::boost::regbase::grep,
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::cutl_details_boost::regbase::icase,
135 nosubs = ::cutl_details_boost::regbase::nosubs,
143 mod_x = ::cutl_details_boost::regbase::mod_x,
144 mod_s = ::cutl_details_boost::regbase::mod_s,
149 basic = ::cutl_details_boost::regbase::basic,
151 normal = ::cutl_details_boost::regbase::normal,
152 emacs = ::cutl_details_boost::regbase::emacs,
153 awk = ::cutl_details_boost::regbase::awk,
154 grep = ::cutl_details_boost::regbase::grep,
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dregbase.hpp38 class BOOST_REGEX_DECL regbase class
132 icase = ::boost::regbase::icase,
135 nosubs = ::boost::regbase::nosubs,
143 mod_x = ::boost::regbase::mod_x,
144 mod_s = ::boost::regbase::mod_s,
149 basic = ::boost::regbase::basic,
151 normal = ::boost::regbase::normal,
152 emacs = ::boost::regbase::emacs,
153 awk = ::boost::regbase::awk,
154 grep = ::boost::regbase::grep,
[all …]

12345678910>>...70