| /kernel/liteos_m/testsuites/sample/kernel/queue/ |
| D | It_los_queue_004.c | 43 // 0xFFFE, maxMsgSize is 1-0xFFFF-4, 0xFFFE is the boundary value in Testcase() 44 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0xFFFE); in Testcase() 48 // CB2201 Board is low memory device, set max message size 0x4000. in Testcase() 49 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0x4000); in Testcase() 51 // 0x8000, is the middle number. in Testcase() 52 ret = LOS_QueueCreate("Q1", 1, &g_testQueueID01, 0, 0x8000); in Testcase() 56 ret = LOS_QueueWrite(g_testQueueID01 + 1, &buff1, QUEUE_BASE_MSGSIZE, 0); in Testcase() 59 ret = LOS_QueueRead(g_testQueueID01 + 1, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
|
| D | It_los_queue_009.c | 44 ret = LOS_QueueCreate("Q1", 0xFFFE, &g_testQueueID01, 0, 0xFFF0); in Testcase() 47 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0); in Testcase() 50 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | tmio_core.c | 9 #define CNF_CMD 0x04 10 #define CNF_CTL_BASE 0x10 11 #define CNF_INT_PIN 0x3d 12 #define CNF_STOP_CLK_CTL 0x40 13 #define CNF_GCLK_CTL 0x41 14 #define CNF_SD_CLK_MODE 0x42 15 #define CNF_PIN_STATUS 0x44 16 #define CNF_PWR_CTL_1 0x48 17 #define CNF_PWR_CTL_2 0x49 18 #define CNF_PWR_CTL_3 0x4a [all …]
|
| D | tc6387xb.c | 30 .start = 0x800, 31 .end = 0x9ff, 35 .start = 0, 36 .end = 0, 53 return 0; in tc6387xb_suspend() 65 tmio_core_mmc_resume(tc6387xb->scr + 0x200, 0, in tc6387xb_resume() 66 tc6387xb_mmc_resources[0].start & 0xfffe); in tc6387xb_resume() 68 return 0; in tc6387xb_resume() 81 tmio_core_mmc_pwr(tc6387xb->scr + 0x200, 0, state); in tc6387xb_mmc_pwr() 88 tmio_core_mmc_clk_div(tc6387xb->scr + 0x200, 0, state); in tc6387xb_mmc_clk_div() [all …]
|
| D | wm97xx-core.c | 23 #define WM9705_VENDOR_ID 0x574d4c05 24 #define WM9712_VENDOR_ID 0x574d4c12 25 #define WM9713_VENDOR_ID 0x574d4c13 26 #define WM97xx_VENDOR_ID_MASK 0xffffffff 42 case AC97_GPIO_CFG ... 0x5c: in wm97xx_readable_reg() 44 case 0x74 ... AC97_VENDOR_ID2: in wm97xx_readable_reg() 63 { 0x02, 0x8000 }, 64 { 0x04, 0x8000 }, 65 { 0x06, 0x8000 }, 66 { 0x0a, 0x8000 }, [all …]
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | boot.h | 6 #define NORMAL_VGA 0xffff /* 80x25 mode */ 7 #define EXTENDED_VGA 0xfffe /* 80x50 mode */ 8 #define ASK_VGA 0xfffd /* ask for it at bootup */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | dma-controller.yaml | 26 reg = <0x48000000 0x1000>; 27 interrupts = <0 12 0x4 28 0 13 0x4 29 0 14 0x4 30 0 15 0x4>; 34 dma-channel-mask = <0xfffe>;
|
| /kernel/linux/linux-5.10/include/net/ |
| D | af_ieee802154.h | 18 IEEE802154_ADDR_NONE = 0x0, 19 /* RESERVED = 0x01, */ 20 IEEE802154_ADDR_SHORT = 0x2, /* 16-bit address + PANid */ 21 IEEE802154_ADDR_LONG = 0x3, /* 64-bit address + PANid */ 36 #define IEEE802154_PANID_BROADCAST 0xffff 37 #define IEEE802154_ADDR_BROADCAST 0xffff 38 #define IEEE802154_ADDR_UNDEF 0xfffe 46 #define SOL_IEEE802154 0 48 #define WPAN_WANTACK 0 53 #define WPAN_SECURITY_DEFAULT 0
|
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | nftl.h | 15 #define BLOCK_NIL 0xffff /* last block of a chain */ 16 #define BLOCK_FREE 0xfffe /* free block */ 17 #define BLOCK_NOTEXPLORED 0xfffd /* non explored block, only used during mounting */ 18 #define BLOCK_RESERVED 0xfffc /* bios block or bad block */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | r600_dma.c | 61 return (rptr & 0x3fffc) >> 2; in r600_dma_get_rptr() 75 return (RREG32(DMA_RB_WPTR) & 0x3fffc) >> 2; in r600_dma_get_wptr() 89 WREG32(DMA_RB_WPTR, (ring->wptr << 2) & 0x3fffc); in r600_dma_set_wptr() 118 * Returns 0 for success, error for failure. 127 WREG32(DMA_SEM_INCOMPLETE_TIMER_CNTL, 0); in r600_dma_resume() 128 WREG32(DMA_SEM_WAIT_FAIL_TIMER_CNTL, 0); in r600_dma_resume() 139 WREG32(DMA_RB_RPTR, 0); in r600_dma_resume() 140 WREG32(DMA_RB_WPTR, 0); in r600_dma_resume() 144 upper_32_bits(rdev->wb.gpu_addr + R600_WB_DMA_RPTR_OFFSET) & 0xFF); in r600_dma_resume() 146 ((rdev->wb.gpu_addr + R600_WB_DMA_RPTR_OFFSET) & 0xFFFFFFFC)); in r600_dma_resume() [all …]
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | if_arp.h | 9 #define ARPHRD_NETROM 0 75 #define ARPHRD_VOID 0xFFFF 76 #define ARPHRD_NONE 0xFFFE 97 #define ATF_COM 0x02 98 #define ATF_PERM 0x04 99 #define ATF_PUBL 0x08 100 #define ATF_USETRAILERS 0x10 101 #define ATF_NETMASK 0x20 102 #define ATF_DONTPUB 0x40 109 #if 0
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| D | psb_device.c | 24 return 0; in psb_output_init() 38 #define PSB_BLC_MAX_PWM_REG_FREQ 0xFFFE 39 #define PSB_BLC_MIN_PWM_REG_FREQ 0x2 41 #define PSB_BACKLIGHT_PWM_POLARITY_BIT_CLEAR (0xFFFE) 89 return 0; in psb_backlight_setup() 103 return 0; in psb_set_brightness() 117 memset(&props, 0, sizeof(struct backlight_properties)); in psb_backlight_init() 127 if (ret < 0) { in psb_backlight_init() 140 return 0; in psb_backlight_init() 197 return 0; in psb_save_display_registers() [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
| D | boot.h | 21 #define NORMAL_VGA 0xffff 22 #define EXTENDED_VGA 0xfffe 23 #define ASK_VGA 0xfffd
|
| /kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/sem/smoke/ |
| D | It_los_sem_006.c | 40 #define IT_SEM_COUNT_MAX 0xFFFE 46 ret = LOS_SemCreate(0, &g_semID); in Testcase()
|
| D | It_los_sem_003.c | 40 #define IT_SEM_COUNT_MAX 0xFFFE 46 ret = LOS_SemCreate(0, &g_semID); in Testcase()
|
| D | It_los_sem_001.c | 40 #define IT_SEM_COUNT_MAX 0xFFFE 46 ret = LOS_SemCreate(0, &g_semID); in Testcase()
|
| /kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/ |
| D | It_los_queue_009.c | 47 ret = LOS_QueueCreate("Q1", 0xFFFE, &g_testQueueID01, 0, 0xFFF0); in Testcase() 50 … ret = LOS_QueueWrite(g_testQueueID01, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 53 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | ibmasr.c | 37 #define TOPAZ_ASR_TOGGLE 0x40 38 #define TOPAZ_ASR_DISABLE 0x80 41 #define PEARL_BASE 0xe04 42 #define PEARL_WRITE 0xe06 43 #define PEARL_READ 0xe07 45 #define PEARL_ASR_DISABLE_MASK 0x80 /* bit 7: disable = 1, enable = 0 */ 46 #define PEARL_ASR_TOGGLE_MASK 0x40 /* bit 6: 0, then 1, then 0 */ 49 #define JASPER_ASR_REG_OFFSET 0x38 51 #define JASPER_ASR_DISABLE_MASK 0x01 /* bit 0: disable = 1, enable = 0 */ 52 #define JASPER_ASR_TOGGLE_MASK 0x02 /* bit 1: 0, then 1, then 0 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/pwm/ |
| D | pwm-imx27.c | 8 * - When disabled the output is driven to 0 independent of the configured 25 #define MX3_PWMCR 0x00 /* PWM Control Register */ 26 #define MX3_PWMSR 0x04 /* PWM Status Register */ 27 #define MX3_PWMSAR 0x0C /* PWM Sample Register */ 28 #define MX3_PWMPR 0x10 /* PWM Period Register */ 39 #define MX3_PWMCR_POUTC_NORMAL 0 44 #define MX3_PWMCR_CLKSRC_OFF 0 54 #define MX3_PWMCR_REPEAT_1X 0 59 #define MX3_PWMCR_EN BIT(0) 66 #define MX3_PWMSR_FIFOAV GENMASK(2, 0) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
| D | hermes_rid.h | 7 #define HERMES_RID_CNFPORTTYPE 0xFC00 8 #define HERMES_RID_CNFOWNMACADDR 0xFC01 9 #define HERMES_RID_CNFDESIREDSSID 0xFC02 10 #define HERMES_RID_CNFOWNCHANNEL 0xFC03 11 #define HERMES_RID_CNFOWNSSID 0xFC04 12 #define HERMES_RID_CNFOWNATIMWINDOW 0xFC05 13 #define HERMES_RID_CNFSYSTEMSCALE 0xFC06 14 #define HERMES_RID_CNFMAXDATALEN 0xFC07 15 #define HERMES_RID_CNFWDSADDRESS 0xFC08 16 #define HERMES_RID_CNFPMENABLED 0xFC09 [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-lpc.c | 29 if (opal_lpc_chip_id < 0 || port > 0xffff) in opal_lpc_inb() 30 return 0xff; in opal_lpc_inb() 32 return rc ? 0xff : be32_to_cpu(data); in opal_lpc_inb() 40 if (opal_lpc_chip_id < 0 || port > 0xfffe) in __opal_lpc_inw() 41 return 0xffff; in __opal_lpc_inw() 45 return rc ? 0xffff : be32_to_cpu(data); in __opal_lpc_inw() 57 if (opal_lpc_chip_id < 0 || port > 0xfffc) in __opal_lpc_inl() 58 return 0xffffffff; in __opal_lpc_inl() 65 return rc ? 0xffffffff : be32_to_cpu(data); in __opal_lpc_inl() 75 if (opal_lpc_chip_id < 0 || port > 0xffff) in opal_lpc_outb() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| D | tables.c | 21 0xFEB93FFD, 0xFEC63FFD, /* 0 */ 22 0xFED23FFD, 0xFEDF3FFD, 23 0xFEEC3FFE, 0xFEF83FFE, 24 0xFF053FFE, 0xFF113FFE, 25 0xFF1E3FFE, 0xFF2A3FFF, /* 8 */ 26 0xFF373FFF, 0xFF443FFF, 27 0xFF503FFF, 0xFF5D3FFF, 28 0xFF693FFF, 0xFF763FFF, 29 0xFF824000, 0xFF8F4000, /* 16 */ 30 0xFF9B4000, 0xFFA84000, [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/lantiq/ |
| D | phy-lantiq-vrx200-pcie.c | 29 #define PCIE_PHY_PLL_CTRL1 0x44 31 #define PCIE_PHY_PLL_CTRL2 0x46 32 #define PCIE_PHY_PLL_CTRL2_CONST_SDM_MASK GENMASK(7, 0) 36 #define PCIE_PHY_PLL_CTRL3 0x48 40 #define PCIE_PHY_PLL_CTRL4 0x4a 41 #define PCIE_PHY_PLL_CTRL5 0x4c 42 #define PCIE_PHY_PLL_CTRL6 0x4e 43 #define PCIE_PHY_PLL_CTRL7 0x50 44 #define PCIE_PHY_PLL_A_CTRL1 0x52 46 #define PCIE_PHY_PLL_A_CTRL2 0x54 [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | if_arp.h | 22 #define ARPHRD_NETROM 0 87 #define ARPHRD_VOID 0xFFFF 88 #define ARPHRD_NONE 0xFFFE 109 #define ATF_COM 0x02 110 #define ATF_PERM 0x04 111 #define ATF_PUBL 0x08 112 #define ATF_USETRAILERS 0x10 113 #define ATF_NETMASK 0x20 114 #define ATF_DONTPUB 0x40
|
| /kernel/linux/linux-5.10/drivers/pnp/pnpbios/ |
| D | pnpbios.h | 17 #define PNP_SUCCESS 0x00 18 #define PNP_NOT_SET_STATICALLY 0x7f 19 #define PNP_UNKNOWN_FUNCTION 0x81 20 #define PNP_FUNCTION_NOT_SUPPORTED 0x82 21 #define PNP_INVALID_HANDLE 0x83 22 #define PNP_BAD_PARAMETER 0x84 23 #define PNP_SET_FAILED 0x85 24 #define PNP_EVENTS_NOT_PENDING 0x86 25 #define PNP_SYSTEM_NOT_DOCKED 0x87 26 #define PNP_NO_ISA_PNP_CARDS 0x88 [all …]
|