Searched refs:datal (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | reflink.c | 61 const u64 datal, in copy_inline_to_page() argument 120 datal); in copy_inline_to_page() 124 inline_size, datal); in copy_inline_to_page() 142 if (datal < block_size) in copy_inline_to_page() 143 memzero_page(page, datal, block_size - datal); in copy_inline_to_page() 172 const u64 datal, in clone_copy_inline_extent() argument 180 const u64 aligned_end = ALIGN(new_key->offset + datal, in clone_copy_inline_extent() 189 inline_data, size, datal, comp_type); in clone_copy_inline_extent() 217 } else if (i_size_read(dst) <= datal) { in clone_copy_inline_extent() 239 if (i_size_read(dst) > datal) { in clone_copy_inline_extent() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 252 uint32_t datal; in ahci_test_pci_spec() local 280 datal = qpci_config_readl(ahci->dev, PCI_CLASS_REVISION); in ahci_test_pci_spec() 284 ASSERT_BIT_CLEAR(datal, 0xFF); in ahci_test_pci_spec() 288 g_assert_cmphex(PCI_BCC(datal), ==, 0x01); in ahci_test_pci_spec() 289 if (PCI_SCC(datal) == 0x01) { in ahci_test_pci_spec() 291 ASSERT_BIT_SET(0x80000000, datal); in ahci_test_pci_spec() 292 ASSERT_BIT_CLEAR(0x60000000, datal); in ahci_test_pci_spec() 293 } else if (PCI_SCC(datal) == 0x04) { in ahci_test_pci_spec() 295 g_assert_cmphex(PCI_PI(datal), ==, 0); in ahci_test_pci_spec() 296 } else if (PCI_SCC(datal) == 0x06) { in ahci_test_pci_spec() [all …]
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.h | 67 u32 datal; member
|
H A D | ocelot_fdma.c | 118 dcb->datal = ALIGN_DOWN(size, 4); in ocelot_fdma_dcb_set_data()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv50.c | 425 u32 datal = nvkm_rd32(device, 0x40080c); in nv50_gr_trap_handler() local 437 datah, datal, addr, r848); in nv50_gr_trap_handler()
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | init.c | 2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local 2456 datal = templ % MCLK16; in SiS_SetCRT1FIFO_630() 2458 if(datal) templ++; in SiS_SetCRT1FIFO_630() 2522 datal = queuedata[i] << 8; in SiS_SetCRT1FIFO_630() 2523 templ |= (((datal & 0x0f00) | ((datal & 0x3000) >> 8)) << 20); in SiS_SetCRT1FIFO_630()
|