/* * Copyright (c) 2018 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all * copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ // $ATH_LICENSE_HW_HDR_C$ // // DO NOT EDIT! This file is automatically generated // These definitions are tied to a particular hardware layout #ifndef _PHYRX_ABORT_REQUEST_INFO_H_ #define _PHYRX_ABORT_REQUEST_INFO_H_ #if !defined(__ASSEMBLER__) #endif // ################ START SUMMARY ################# // // Dword Fields // 0 phyrx_abort_reason[7:0], reserved_0[31:8] // // ################ END SUMMARY ################# #define NUM_OF_DWORDS_PHYRX_ABORT_REQUEST_INFO 1 struct phyrx_abort_request_info { uint32_t phyrx_abort_reason : 8, //[7:0] reserved_0 : 24; //[31:8] }; /* phyrx_abort_reason Reception aborted due to receiving a PHY_OFF TLV Should not really be used. If needed, ask for documentation update reserved_0 */ /* Description PHYRX_ABORT_REQUEST_INFO_0_PHYRX_ABORT_REASON Reception aborted due to receiving a PHY_OFF TLV Should not really be used. If needed, ask for documentation update */ #define PHYRX_ABORT_REQUEST_INFO_0_PHYRX_ABORT_REASON_OFFSET 0x00000000 #define PHYRX_ABORT_REQUEST_INFO_0_PHYRX_ABORT_REASON_LSB 0 #define PHYRX_ABORT_REQUEST_INFO_0_PHYRX_ABORT_REASON_MASK 0x000000ff /* Description PHYRX_ABORT_REQUEST_INFO_0_RESERVED_0 */ #define PHYRX_ABORT_REQUEST_INFO_0_RESERVED_0_OFFSET 0x00000000 #define PHYRX_ABORT_REQUEST_INFO_0_RESERVED_0_LSB 8 #define PHYRX_ABORT_REQUEST_INFO_0_RESERVED_0_MASK 0xffffff00 #endif // _PHYRX_ABORT_REQUEST_INFO_H_