Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dcirrus,madera.yaml81 spk-overheat-warn, timer1-sts, timer2-sts,
82 timer3-sts, timer4-sts, timer5-sts, timer6-sts,
83 timer7-sts, timer8-sts, log1-fifo-ne,
/f-stack/freebsd/contrib/device-tree/Bindings/scsi/
H A Dhisilicon-sas.txt17 - ctrl-reset-sts-reg : offset to controller reset status register in ctrl reg
71 ctrl-reset-sts-reg = <0x5a30>;
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhip06.dtsi608 ctrl-reset-sts-reg = <0x5a30>;
651 ctrl-reset-sts-reg = <0x5a0c>;
693 ctrl-reset-sts-reg = <0x5a70>;
H A Dhip07.dtsi1582 ctrl-reset-sts-reg = <0x5a30>;
1624 ctrl-reset-sts-reg = <0x5a0c>;
1665 ctrl-reset-sts-reg = <0x5a70>;
/f-stack/freebsd/netgraph/
H A Dng_pppoe.c1303 struct ngpppoe_sts *sts; in send_acname() local
1312 sts = (struct ngpppoe_sts *)msg->data; in send_acname()
1314 strncpy(sts->hook, (const char *)(tag + 1), tlen); in send_acname()
1315 sts->hook[tlen] = '\0'; in send_acname()
2199 struct ngpppoe_sts *sts; in pppoe_send_event() local
2207 sts = (struct ngpppoe_sts *)msg->data; in pppoe_send_event()
2208 strncpy(sts->hook, NG_HOOK_NAME(sp->hook), NG_HOOKSIZ); in pppoe_send_event()