Home
last modified time | relevance | path

Searched refs:timeslot (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a-rdb.dts234 fsl,tx-timeslot-mask = <0xfffffffe>;
235 fsl,rx-timeslot-mask = <0xfffffffe>;
/linux/arch/powerpc/boot/dts/fsl/
H A Dt104xrdb.dtsi248 fsl,tx-timeslot-mask = <0xfffffffe>;
249 fsl,rx-timeslot-mask = <0xfffffffe>;
H A Dt104xd4rdb.dtsi238 fsl,tx-timeslot-mask = <0xfffffffe>;
239 fsl,rx-timeslot-mask = <0xfffffffe>;
H A Dt104xqds.dtsi392 fsl,tx-timeslot-mask = <0xfffffffe>;
393 fsl,rx-timeslot-mask = <0xfffffffe>;
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c812 unsigned int timeslot; in vpm_echocan_on() local
832 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_on()
836 taps, timeslot); in vpm_echocan_on()
838 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()
844 unsigned int timeslot; in vpm_echocan_off() local
865 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_off()
869 timeslot); in vpm_echocan_off()
871 vpm_out(hc, unit, timeslot, 0x01); in vpm_echocan_off()