Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/arch/mips/sibyte/bcm1480/
Dsetup.c42 static unsigned int part_type; variable
90 if (part_type == K_SYS_PART_BCM1480) in sys_rev_decode()
92 else if (part_type == K_SYS_PART_BCM1280) in sys_rev_decode()
100 if (part_type == K_SYS_PART_BCM1455) in sys_rev_decode()
102 else if (part_type == K_SYS_PART_BCM1255) in sys_rev_decode()
110 printk("Unknown part type %x\n", part_type); in sys_rev_decode()
126 part_type = G_SYS_PART(sys_rev); in bcm1480_setup()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dmc5.c344 switch (mc5->part_type) { in t3_mc5_init()
352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init()
415 mc5->part_type = (unsigned char)G_TMTYPE(cfg); in t3_mc5_prep()
417 mc5->part_type |= 4; in t3_mc5_prep()
Dcommon.h445 unsigned char part_type; member
/linux-4.1.27/drivers/mmc/card/
Dblock.c108 unsigned int part_type; member
652 if (main_md->part_curr == md->part_type) in mmc_blk_part_switch()
659 part_config |= md->part_type; in mmc_blk_part_switch()
670 main_md->part_curr = md->part_type; in mmc_blk_part_switch()
1016 main_md->part_curr = main_md->part_type; in mmc_blk_reset()
1040 if (md && md->part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) in mmc_access_rpmb()
2233 unsigned int part_type, in mmc_blk_alloc_part() argument
2246 part_md->part_type = part_type; in mmc_blk_alloc_part()
2253 mmc_card_name(card), part_md->part_type, cap_str); in mmc_blk_alloc_part()
2547 md->part_curr = md->part_type; in mmc_blk_resume()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h278 u32 part_type; /* partition type */ member
Dbnad_ethtool.c975 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
Dbfa_ioc.c3172 attr->part[i].part_type = in bfa_flash_intr()
3173 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
/linux-4.1.27/block/
Dpartition-generic.c220 struct device_type part_type = { variable
326 pdev->type = &part_type; in add_partition()
/linux-4.1.27/include/linux/
Dgenhd.h24 extern struct device_type part_type;
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_defs.h1132 u32 part_type; /* partition type */ member
Dbfa_ioc.c4390 attr->part[i].part_type = in bfa_flash_intr()
4391 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
/linux-4.1.27/drivers/base/
Dcore.c78 return !(dev->type == &part_type); in device_is_not_partition()