Home
last modified time | relevance | path

Searched refs:iocfg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-zx.txt63 iocfg: pin-controller@119000 {
64 compatible = "zte,zx296718-iocfg";
71 zte,auxiliary-controller = <&iocfg>;
/freebsd/sys/contrib/device-tree/src/arm64/zte/
H A Dzx296718.dtsi310 iocfg: pin-controller@119000 { label
311 compatible = "zte,zx296718-iocfg";
548 zte,auxiliary-controller = <&iocfg>;
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c777 uint32_t iocfg; in emu_enable_ir() local
780 iocfg = emu_rd_nolock(sc, EMU_A_IOCFG, 2); in emu_enable_ir()
781 emu_wr_nolock(sc, EMU_A_IOCFG, iocfg | EMU_A_IOCFG_GPOUT2, 2); in emu_enable_ir()
783 emu_wr_nolock(sc, EMU_A_IOCFG, iocfg | EMU_A_IOCFG_GPOUT1 | EMU_A_IOCFG_GPOUT2, 2); in emu_enable_ir()
785 emu_wr_nolock(sc, EMU_A_IOCFG, iocfg | EMU_A_IOCFG_GPOUT1, 2); in emu_enable_ir()
787 emu_wr_nolock(sc, EMU_A_IOCFG, iocfg, 2); in emu_enable_ir()
792 iocfg = emu_rd_nolock(sc, EMU_HCFG, 4); in emu_enable_ir()
793 emu_wr_nolock(sc, EMU_HCFG, iocfg | EMU_HCFG_GPOUT2, 4); in emu_enable_ir()
795 emu_wr_nolock(sc, EMU_HCFG, iocfg | EMU_HCFG_GPOUT1 | EMU_HCFG_GPOUT2, 4); in emu_enable_ir()
797 emu_wr_nolock(sc, EMU_HCFG, iocfg, 4); in emu_enable_ir()