Lines Matching defs:btype

255 #define CHIP(id, btype) \
256 { PCI_VENDOR_ID_CIRRUS, id, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (btype) }
358 enum cirrus_board btype;
423 return cinfo->btype == BT_LAGUNA || cinfo->btype == BT_LAGUNAB;
486 maxclock = cirrusfb_board_info[cinfo->btype].maxclock[maxclockidx];
502 switch (cinfo->btype) {
522 if (cinfo->btype == BT_SD64 && info->fix.smem_len <= MB_ &&
697 bi = &cirrusfb_board_info[cinfo->btype];
838 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64)
855 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_PICASSO4 ||
856 cinfo->btype == BT_SD64) {
870 if (cinfo->btype == BT_LAGUNAB) {
889 if ((cinfo->btype == BT_SD64) ||
890 (cinfo->btype == BT_ALPINE) ||
891 (cinfo->btype == BT_GD5480))
945 switch (cinfo->btype) {
970 switch (cinfo->btype) {
1019 switch (cinfo->btype) {
1044 switch (cinfo->btype) {
1088 switch (cinfo->btype) {
1147 switch (cinfo->btype) {
1214 if (cirrusfb_board_info[cinfo->btype].scrn_start_bit19)
1358 if (cirrusfb_board_info[cinfo->btype].scrn_start_bit19) {
1453 bi = &cirrusfb_board_info[cinfo->btype];
1456 switch (cinfo->btype) {
1505 if (cinfo->btype != BT_PICASSO4) {
1510 if (cinfo->btype != BT_SD64)
1524 switch (cinfo->btype) {
1567 if (cinfo->btype != BT_PICASSO4) {
1610 if (cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64 ||
1671 if (cinfo->btype == BT_PICASSO4)
1673 if (cinfo->btype == BT_ALPINE)
1675 if (cinfo->btype == BT_GD5480)
1677 if (cinfo->btype == BT_PICASSO) {
1683 switch (cinfo->btype) {
1696 switch (cinfo->btype) {
1819 else if ((cinfo->btype == BT_ALPINE || cinfo->btype == BT_SD64) &&
1893 if (cinfo->btype != BT_ALPINE && (SRF & 0x80) != 0)
1992 if (cinfo->btype == BT_GD5480) {
2000 strlcpy(info->fix.id, cirrusfb_board_info[cinfo->btype].name,
2027 assert(cinfo->btype != BT_NONE);
2100 cinfo->btype = (enum cirrus_board) ent->driver_data;
2103 " Found PCI device, base address 0 is 0x%Lx, btype set to %d\n",
2104 (unsigned long long)pdev->resource[0].start, cinfo->btype);
2118 board_size = (cinfo->btype == BT_GD5480) ?
2202 enum cirrus_board btype;
2213 btype = zcl->type;
2245 cirrusfb_board_info[btype].name, regbase, ramsize / MB_,
2255 cinfo->btype = btype;
2283 if (cirrusfb_board_info[btype].init_sr1f)
2285 cirrusfb_board_info[btype].sr1f);
2413 if (cinfo->btype == BT_PICASSO) {
2429 if (cinfo->btype == BT_PICASSO) {
2471 if (cinfo->btype == BT_PICASSO) {
2494 if (cinfo->btype == BT_PICASSO) {
2537 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 ||
2538 cinfo->btype == BT_ALPINE || cinfo->btype == BT_GD5480 ||
2539 cinfo->btype == BT_SD64 || is_laguna(cinfo)) {
2541 if (cinfo->btype == BT_PICASSO)
2562 if (cinfo->btype == BT_PICASSO || cinfo->btype == BT_PICASSO4 ||
2563 cinfo->btype == BT_ALPINE || cinfo->btype == BT_GD5480) {
2564 if (cinfo->btype == BT_PICASSO)