/freebsd/sys/dev/aac/ |
H A D | aac_debug.c | 260 * Describe an AIF we have received. 263 aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) in aac_print_aif() argument 265 switch(aif->command) { in aac_print_aif() 267 device_printf(sc->aac_dev, "EventNotify(%d)\n", aif->seqNumber); in aac_print_aif() 268 switch(aif->data.EN.type) { in aac_print_aif() 271 (int)sizeof(aif->data.EN.data.EG), in aac_print_aif() 272 aif->data.EN.data.EG.text); in aac_print_aif() 285 aif->data.EN.data.ECC.container[0], in aac_print_aif() 286 aif->data.EN.data.ECC.container[1]); in aac_print_aif() 291 aif->data.EN.data.EDF.deviceHandle); in aac_print_aif() [all …]
|
H A D | aac.c | 268 mtx_init(&sc->aac_aifq_lock, "AAC AIF lock", NULL, MTX_DEF); in aac_attach() 326 /* Create the AIF thread */ in aac_attach() 329 panic("Could not create AIF thread"); in aac_attach() 840 /* AIF */ in aac_new_intr() 858 * AIF memory is owned by the adapter, so let it in aac_new_intr() 1082 /* Return the AIF to the controller. */ in aac_command_thread() 1602 * and for the AIF bit in aac_map_command_sg() 2227 * on to hold an address. For AIF's, the adapter assumes in aac_dequeue_fib() 2228 * that it's giving us an address into the array of AIF fibs. in aac_dequeue_fib() 2883 * container, rather we rely on an AIF coming from the in aac_ioctl() [all …]
|
H A D | aacvar.h | 491 struct aac_aif_command *aif);
|
H A D | aacreg.h | 849 * filled in by AIF */
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_debug.c | 173 * Describe an AIF we have received. 176 aacraid_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) in aacraid_print_aif() argument 178 switch(aif->command) { in aacraid_print_aif() 180 device_printf(sc->aac_dev, "EventNotify(%d)\n", aif->seqNumber); in aacraid_print_aif() 181 switch(aif->data.EN.type) { in aacraid_print_aif() 184 (int)sizeof(aif->data.EN.data.EG), in aacraid_print_aif() 185 aif->data.EN.data.EG.text); in aacraid_print_aif() 198 aif->data.EN.data.ECC.container[0], in aacraid_print_aif() 199 aif->data.EN.data.ECC.container[1]); in aacraid_print_aif() 204 aif->data.EN.data.EDF.deviceHandle); in aacraid_print_aif() [all …]
|
H A D | aacraid.c | 304 /* Create the AIF thread */ in aacraid_attach() 307 panic("Could not create AIF thread"); in aacraid_attach() 766 panic("Cannot shutdown AIF thread"); in aacraid_detach() 952 /* check AIF bit (23) */ in aacraid_new_intr_type1() 1409 * and for the AIF bit in aacraid_map_command_sg() 2687 * container, rather we rely on an AIF coming from the in aac_ioctl() 3066 * Request an AIF from the controller (new comm. type1) 3093 /* set AIF marker */ in aac_request_aif() 3115 * Handle an AIF sent to us by the controller; queue it for later reference. 3121 struct aac_aif_command *aif; in aac_handle_aif() local [all …]
|
H A D | aacraid_reg.h | 258 u_int32_t MaxNumAif; /* max number of aif */ 838 * filled in by AIF */ 1578 #define AAC_SRC_ODBR_MSI 0xc8 /* MSI register for sync./AIF */ 1598 #define AAC_DB_AIF_PENDING (1<<6) /* pending AIF (new comm. type1) */
|
H A D | aacraid_var.h | 454 u_int32_t aac_max_aif; /* max. AIF count */ 526 struct aac_aif_command *aif);
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | cirrus,lochnagar.yaml | 74 gf-aif4, spdif-aif, usb-aif1, usb-aif2, adat-aif, 75 soundcard-aif ] 116 enum: [ aif, fpga-gpio1, fpga-gpio2, fpga-gpio3, fpga-gpio4, 137 i2c4-sda, spdif-aif, psia1, psia1-bclk, psia1-lrclk, 153 gf-aif2-txdat, usb-aif1, usb-aif2, adat-aif, 154 soundcard-aif ] 158 Specifies that an AIF group will be used as a master 160 group is being muxed to an AIF) 164 Specifies that an AIF group will be used as a slave 166 group is being muxed to an AIF)
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | hms_search_lib.m4 | 8 dnl HMS_SEARCH_LIBS([LIB_MATH], [sqrt], [m], [AIF], [AINF], [OL]) 17 dnl [AIF]], 21 dnl arguments are: lib-var, function, search-libs, [AIF], [AINF], [other-libs]
|
/freebsd/tools/tools/switch_tls/ |
H A D | switch_tls.c | 280 struct addrinfo *ail, *local, *aif, *foreign; in tcpswitchbyname() local 303 for (aif = foreign; aif != NULL; aif = aif->ai_next) { in tcpswitchbyname() 304 if (ail->ai_family != aif->ai_family) in tcpswitchbyname() 307 if (!tcpswitch(ail->ai_addr, aif->ai_addr, mode)) in tcpswitchbyname()
|
/freebsd/usr.sbin/tcpdrop/ |
H A D | tcpdrop.c | 298 struct addrinfo *ail, *local, *aif, *foreign; in tcpdropbyname() local 321 for (aif = foreign; aif != NULL; aif = aif->ai_next) { in tcpdropbyname() 322 if (ail->ai_family != aif->ai_family) in tcpdropbyname() 325 if (!tcpdrop(ail->ai_addr, aif->ai_addr)) in tcpdropbyname()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | acorn | 14 # RISC OS AIF, contains "SWI OS_Exit" at offset 16. 15 16 lelong 0xef000011 RISC OS AIF executable
|
H A D | iff | 31 !:ext aiff/aif/aff
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | wlf,arizona.yaml | 79 The maximum number of channels to be clocked on each AIF, useful for 81 cell for each AIF to be configured, specify zero for AIFs that should
|
H A D | cirrus,madera.yaml | 90 has multiple data lines. One cell for each AIF, use a value
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | apq8016-lpass.h | 7 /* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */
|
H A D | sc7180-lpass.h | 7 /* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */
|
/freebsd/sys/sys/ |
H A D | aac_ioctl.h | 168 * Context passed in by a consumer looking to collect an AIF. 204 u_int32_t AIFSupport: 1; /* AIF support */
|
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2hk-clocks.dtsi | 257 clock-output-names = "aif";
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_defines.h | 1019 #define LEGACY_SIS_ODBR_MSI 0xc8 /* MSI register for sync./AIF */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5186 // An iflags string of "none" is interpreted to mean that none of the AIF in parseProcIFlagsOperand()
|