Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/mmc/card/
Dblock.c110 unsigned int part_type; member
749 if (main_md->part_curr == md->part_type) in mmc_blk_part_switch()
756 part_config |= md->part_type; in mmc_blk_part_switch()
767 main_md->part_curr = md->part_type; in mmc_blk_part_switch()
1116 main_md->part_curr = main_md->part_type; in mmc_blk_reset()
1140 if (md && md->part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) in mmc_access_rpmb()
2339 unsigned int part_type, in mmc_blk_alloc_part() argument
2352 part_md->part_type = part_type; in mmc_blk_alloc_part()
2359 mmc_card_name(card), part_md->part_type, cap_str); in mmc_blk_alloc_part()
2667 md->part_curr = md->part_type; in mmc_blk_resume()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h273 u32 part_type; /* partition type */ member
Dbnad_ethtool.c979 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
Dbfa_ioc.c3153 attr->part[i].part_type = in bfa_flash_intr()
3154 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
/linux-4.4.14/block/
Dpartition-generic.c219 struct device_type part_type = { variable
326 pdev->type = &part_type; in add_partition()
/linux-4.4.14/include/linux/
Dgenhd.h25 extern struct device_type part_type;
/linux-4.4.14/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.4.14/drivers/base/
Dcore.c78 return !(dev->type == &part_type); in device_is_not_partition()