| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | rdacm21.c | 28 #define OV490_I2C_ADDRESS 0x24 30 #define OV490_PAGE_HIGH_REG 0xfffd 31 #define OV490_PAGE_LOW_REG 0xfffe 37 #define OV490_SCCB_SLAVE_WRITE 0x00 38 #define OV490_SCCB_SLAVE_READ 0x01 39 #define OV490_SCCB_SLAVE0_DIR 0x80195000 40 #define OV490_SCCB_SLAVE0_ADDR_HIGH 0x80195001 41 #define OV490_SCCB_SLAVE0_ADDR_LOW 0x80195002 43 #define OV490_DVP_CTRL3 0x80286009 45 #define OV490_ODS_CTRL_FRAME_OUTPUT_EN 0x0c [all …]
|
| /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-6.6/fs/smb/server/mgmt/ |
| D | ksmbd_ida.h | 14 * The value 0xFFFF MUST NOT be used as a valid TID. All other 15 * possible values for TID, including zero (0x0000), are valid. 16 * The value 0xFFFF is used to specify all TIDs or no TID, 23 * The value 0xFFFE was declared reserved in the LAN Manager 1.0 24 * documentation, so a value of 0xFFFE SHOULD NOT be used as a 26 * zero (0x0000), are valid.
|
| D | ksmbd_ida.c | 17 id = __acquire_id(ida, 1, 0xFFFFFFFF); in ksmbd_acquire_smb2_tid() 26 id = __acquire_id(ida, 1, 0); in ksmbd_acquire_smb2_uid() 27 if (id == 0xFFFE) in ksmbd_acquire_smb2_uid() 28 id = __acquire_id(ida, 1, 0); in ksmbd_acquire_smb2_uid() 35 return __acquire_id(ida, 1, 0); in ksmbd_acquire_async_msg_id() 40 return __acquire_id(ida, 0, 0); in ksmbd_acquire_id()
|
| /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 …]
|
| /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-6.6/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-6.6/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-6.6/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/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-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | pci_hw.h | 14 #define MLXSW_PCI_CIR_BASE 0x71000 16 #define MLXSW_PCI_CIR_IN_PARAM_LO (MLXSW_PCI_CIR_BASE + 0x04) 17 #define MLXSW_PCI_CIR_IN_MODIFIER (MLXSW_PCI_CIR_BASE + 0x08) 18 #define MLXSW_PCI_CIR_OUT_PARAM_HI (MLXSW_PCI_CIR_BASE + 0x0C) 19 #define MLXSW_PCI_CIR_OUT_PARAM_LO (MLXSW_PCI_CIR_BASE + 0x10) 20 #define MLXSW_PCI_CIR_TOKEN (MLXSW_PCI_CIR_BASE + 0x14) 21 #define MLXSW_PCI_CIR_CTRL (MLXSW_PCI_CIR_BASE + 0x18) 30 #define MLXSW_PCI_FW_READY 0xA1844 31 #define MLXSW_PCI_FW_READY_MASK 0xFFFF 32 #define MLXSW_PCI_FW_READY_MAGIC 0x5E [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
| D | psb_device.c | 23 return 0; in psb_output_init() 35 #define PSB_BLC_MAX_PWM_REG_FREQ 0xFFFE 36 #define PSB_BLC_MIN_PWM_REG_FREQ 0x2 38 #define PSB_BACKLIGHT_PWM_POLARITY_BIT_CLEAR (0xFFFE) 77 return 0; in psb_backlight_setup() 138 return 0; in psb_save_display_registers() 167 PSB_WVDC32(0x80000000, VGACNTRL); in psb_restore_display_registers() 183 return 0; in psb_restore_display_registers() 188 return 0; in psb_power_down() 193 return 0; in psb_power_up() [all …]
|
| /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-6.6/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-6.6/drivers/firmware/efi/libstub/ |
| D | smbios.c | 30 u16 handle = 0xfffe; in efi_get_smbios_record()
|
| /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/linux-6.6/drivers/gpu/drm/radeon/ |
| D | r600_dma.c | 60 return (rptr & 0x3fffc) >> 2; in r600_dma_get_rptr() 74 return (RREG32(DMA_RB_WPTR) & 0x3fffc) >> 2; in r600_dma_get_wptr() 88 WREG32(DMA_RB_WPTR, (ring->wptr << 2) & 0x3fffc); in r600_dma_set_wptr() 117 * Returns 0 for success, error for failure. 126 WREG32(DMA_SEM_INCOMPLETE_TIMER_CNTL, 0); in r600_dma_resume() 127 WREG32(DMA_SEM_WAIT_FAIL_TIMER_CNTL, 0); in r600_dma_resume() 138 WREG32(DMA_RB_RPTR, 0); in r600_dma_resume() 139 WREG32(DMA_RB_WPTR, 0); in r600_dma_resume() 143 upper_32_bits(rdev->wb.gpu_addr + R600_WB_DMA_RPTR_OFFSET) & 0xFF); in r600_dma_resume() 145 ((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-6.6/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/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/linux/linux-6.6/net/smc/ |
| D | smc_ism.h | 18 #define SMC_VIRTUAL_ISM_CHID_MASK 0xFF00 63 return rc < 0 ? rc : 0; in smc_ism_write() 68 /* CHIDs in range of 0xFF00 to 0xFFFF are reserved in __smc_ism_is_virtual() 71 * loopback-ism: 0xFFFF in __smc_ism_is_virtual() 72 * virtio-ism: 0xFF00 ~ 0xFFFE in __smc_ism_is_virtual() 74 return ((chid & 0xFF00) == 0xFF00); in __smc_ism_is_virtual()
|