Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 9 of 9) sorted by relevance

/arch/mips/txx9/generic/
Dmem_tx4927.c43 unsigned int bs = 0; in tx4927_process_sdccr() local
58 bs = 2 << sdccr_bs; in tx4927_process_sdccr()
64 return rs * cs * mw * bs; in tx4927_process_sdccr()
/arch/cris/boot/rescue/
DMakefile34 dd if=/dev/zero of=tmp2423 bs=1 count=784
36 dd if=testrescue_tmp.bin of=$(obj)/testrescue.bin bs=1 count=784
43 dd if=/dev/zero of=tmp2423 bs=1 count=784
45 dd if=kimagerescue_tmp.bin of=$(obj)/kimagerescue.bin bs=1 count=784
/arch/powerpc/lib/
Drheap.c158 unsigned long s, e, bs, be; in attach_free_block() local
175 bs = blk->start; in attach_free_block()
176 be = bs + blk->size; in attach_free_block()
178 if (next == NULL && s >= bs) in attach_free_block()
184 if (e == bs) in attach_free_block()
374 unsigned long s, e, m, bs, be; in rh_detach_region() local
398 bs = blk->start; in rh_detach_region()
400 if (s >= bs && e <= be) in rh_detach_region()
409 if (bs == s && be == e) { in rh_detach_region()
417 if (bs == s || be == e) { in rh_detach_region()
[all …]
/arch/arm/crypto/
DMakefile6 obj-$(CONFIG_CRYPTO_AES_ARM_BS) += aes-arm-bs.o
12 aes-arm-bs-y := aesbs-core.o aesbs-glue.o
Daesbs-glue.c24 u8 __aligned(8) bs[BIT_SLICED_KEY_MAXSIZE];
/arch/ia64/sn/kernel/
Dio_common.c231 struct pcibus_bussoft *bs; in sn_pci_fixup_slot() local
254 bs = SN_PCIBUS_BUSSOFT(dev->bus); in sn_pci_fixup_slot()
255 pcidev_info->pdi_pcibus_info = bs; in sn_pci_fixup_slot()
257 if (bs && bs->bs_asic_type < PCIIO_ASIC_MAX_TYPES) { in sn_pci_fixup_slot()
258 SN_PCIDEV_BUSPROVIDER(dev) = sn_pci_provider[bs->bs_asic_type]; in sn_pci_fixup_slot()
264 if (bs && sn_irq_info->irq_irq) { in sn_pci_fixup_slot()
/arch/x86/boot/
DMakefile144 dd if=/dev/zero of=$(obj)/fdimage bs=1024 count=1440
155 dd if=/dev/zero of=$(obj)/fdimage bs=1024 count=2880
/arch/powerpc/boot/
Dwrapper432 count=$overlay_size bs=1
436 count=$overlay_size bs=1
/arch/mips/configs/
Ddb1300_defconfig375 CONFIG_CMDLINE="video=au1200fb:panel:bs console=tty console=ttyS2,115200"